envkey.gemspec in envkey-0.1.5 vs envkey.gemspec in envkey-1.0.0
- old
+ new
@@ -7,12 +7,11 @@
spec.name = "envkey"
spec.version = Envkey::VERSION
spec.authors = ["Dane Schneider"]
spec.email = ["dane@envkey.com"]
- spec.summary = "Envkey secures and simplifies app secrets and config by storing it in an encrypted vault and granting access to developers and servers."
- # spec.description = ""#%q{TODO: Write a longer description or delete this line.}
+ spec.summary = "Envkey secures and simplifies app secrets and config."
spec.homepage = "https://www.envkey.com"
spec.license = "MIT"
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -32,8 +31,7 @@
spec.add_development_dependency "bundler", "~> 1.13"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
- spec.add_runtime_dependency "ffi", "~> 1.9"
spec.add_runtime_dependency "dotenv", "~> 2.0"
end