Skip to content

Commit

Permalink
Merge pull request #2 from alain-andre/gem-verisonning
Browse files Browse the repository at this point in the history
Gem versionning, set version by default
  • Loading branch information
fab-girard authored Nov 4, 2021
2 parents f842d43 + d8be79b commit d17258c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deliver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
GEM_VERSION: 0.0.0
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
GEM_VERSION: 0.0.0
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/mapotempo_rubocop/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MapotempoRubocop
VERSION = ENV['GEM_VERSION'] || '0.0.0'
VERSION = ENV['GEM_VERSION'] || '0.1.0'
end

0 comments on commit d17258c

Please sign in to comment.