sycamore.gemspec in sycamore-0.2.0 vs sycamore.gemspec in sycamore-0.2.1
- old
+ new
@@ -8,10 +8,10 @@
spec.version = Sycamore::VERSION
spec.authors = ['Marcel Otto']
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.description = %q{Sycamore is an unordered tree data structure.}
spec.homepage = 'https://github.com/marcelotto/sycamore'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.1'