ie.gemspec in ie-0.0.4 vs ie.gemspec in ie-0.0.5

- old
+ new

@@ -5,14 +5,14 @@ Gem::Specification.new do |spec| spec.name = "ie" spec.version = IE::VERSION spec.authors = ["Nii"] - spec.email = ["tetteh_ideaz@gmail.com"] + spec.email = ["ntetteh@amplify.com"] spec.summary = "Summary" spec.description = "Description" spec.homepage = "https://rubygems.org/gems/ie" - spec.license = "TI" + spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"]