databound.gemspec in databound-2.0.1 vs databound.gemspec in databound-3.0.0
- old
+ new
@@ -6,12 +6,12 @@
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{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.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.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) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})