Skip to content

Commit

Permalink
Include get_env/version.rb in the gem...
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarber committed Nov 27, 2018
1 parent 9480fd2 commit 603e098
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
get_env (0.1.0)
get_env (0.1.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion get_env.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/rainforestapp/get_env'
spec.license = 'MIT'

spec.files = ['lib/get_env.rb']
spec.files = ['lib/get_env.rb', 'lib/get_env/version.rb']
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler'
Expand Down
2 changes: 1 addition & 1 deletion lib/get_env/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GetEnv
VERSION = '0.1.2'
VERSION = '0.1.3'
end

0 comments on commit 603e098

Please sign in to comment.