databound.gemspec in databound-3.0.0 vs databound.gemspec in databound-3.0.1
- old
+ new
@@ -7,10 +7,10 @@
spec.name = 'databound'
spec.version = Databound::VERSION
spec.authors = ['Domas Bitvinskas']
spec.email = ['domas.bitvinskas@me.com']
spec.summary = %q{Provides Javascript a simple API to the Ruby on Rails CRUD}
- spec.description = %q{It lets you use methods like create, update, destroy in the front-end while handling all the setup and providing basic security out of the box.}
+ spec.description = %q{It lets you use methods like create, update, destroy in the Javascript while handling all the setup and providing basic security out of the box.}
spec.homepage = 'http://databound.me'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }