Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Nov 19, 2014
1 parent 6122459 commit 3cd6865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unenviable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |s|
s.authors = ['K M Lawrence']
s.email = '[email protected]'
s.executables = ['unenviable']
s.files = ['lib/unenviable.rb', 'bin/unenviable']
s.files = ['lib/unenviable.rb', 'lib/unenviable/env_wrapper.rb', 'bin/unenviable']
s.homepage = 'http://rubygems.org/gems/unenviable'
s.license = 'MIT'

s.add_runtime_dependency 'dotenv', '>= 0.11.1'
s.add_runtime_dependency 'dotenv', '~> 0.11.1'
end

0 comments on commit 3cd6865

Please sign in to comment.