sycamore.gemspec in sycamore-0.1.0 vs sycamore.gemspec in sycamore-0.2.0

- old
+ new

@@ -10,9 +10,12 @@ spec.email = ['marcelotto@gmx.de'] spec.summary = %q{An unordered tree data structure for Ruby.} spec.description = %q{Sycamore is an implementation of an unordered tree data structure of immutable values solely based on Ruby Hashes.} spec.homepage = 'https://github.com/marcelotto/sycamore' + spec.license = 'MIT' + + spec.required_ruby_version = '>= 2.1' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib']