env_json.gemspec in env_json-0.2.1 vs env_json.gemspec in env_json-0.2.2

- old
+ new

@@ -6,9 +6,10 @@ Gem::Specification.new do |spec| spec.name = "env_json" spec.version = EnvJson::VERSION spec.authors = ["Vincent Hellot"] spec.email = ["hellvinz@gmail.com"] + spec.license = "MIT" spec.summary = %q{Load ENV variables from a JSON file} spec.description = %q{Load ENV variables from a JSON file. Usefull with ejson https://github.com/Shopify/ejson} spec.homepage = "http://github.com/hellvinz/env_json"