Rakefile in keytar-1.4.1 vs Rakefile in keytar-1.5.1
- old
+ new
@@ -15,11 +15,10 @@
gem.name = "keytar"
gem.homepage = "http://github.com/Schnems/keytar"
gem.license = "MIT"
gem.summary = %Q{A crazy simple library for building keys (in _key_ value store, not house keys) for Ruby on Rails}
gem.description = %Q{
- Keytar is a Ruby on Rails wrapper for KeyBuilder.
- Use KeyBuilder to automatically generate keys based on class name instead of cluttering model
+ Use Keytar to automatically generate keys based on class name instead of cluttering model
definitions with tons of redundant key method declarations.
}
gem.email = "richard.schneeman@gmail.com"
gem.authors = ["Schneems"]
gem.add_development_dependency "rspec"