envvy.gemspec in envvy-1.0.0.rc1 vs envvy.gemspec in envvy-1.0.0.rc2
- old
+ new
@@ -7,10 +7,10 @@
spec.name = "envvy"
spec.version = Envvy::VERSION
spec.authors = ["Guillaume Balaine", "Finexkap"]
spec.email = ["igosuki@gmail.com", "dev@finexkap.com"]
spec.summary = %q{Load environment variables from various sources within the Rails initialization process}
- spec.description = %q{cf: summary}
+ spec.description = %q{Load environment variables from various sources within the Rails initialization process}
spec.homepage = "http://github.com/nexkap/envvy"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }