figaro.gemspec in figaro-0.6.1 vs figaro.gemspec in figaro-0.6.2
- old
+ new
@@ -1,15 +1,16 @@
# encoding: utf-8
Gem::Specification.new do |gem|
gem.name = "figaro"
- gem.version = "0.6.1"
+ gem.version = "0.6.2"
gem.authors = ["Steve Richert"]
gem.email = ["steve.richert@gmail.com"]
gem.summary = "Simple Rails app configuration"
gem.description = "Simple, Heroku-friendly Rails app configuration using ENV and a single YAML file"
gem.homepage = "https://github.com/laserlemon/figaro"
+ gem.license = "MIT"
gem.add_dependency "rails", ">= 3", "< 5"
gem.files = `git ls-files`.split($\)
gem.test_files = gem.files.grep(/^(features|spec)/)