databound.gemspec in databound-0.2.1 vs databound.gemspec in databound-1.0.0

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = 'databound' spec.version = Databound::VERSION spec.authors = ['Domas Bitvinskas'] spec.email = ['domas.bitvinskas@me.com'] - spec.summary = %q{Exposes database ORM to the Javascript side} - spec.description = %q{Ruby on Rails backend for the Databound javascript lib. Supports ActiveRecord and Mongoid} + spec.summary = %q{Databound exposes Ruby on Rails database to the Javascript side} + spec.description = %q{Works with ActiveRecord and Mongoid out of the box} spec.homepage = 'https://github.com/Nedomas/databound' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }