gemspec.yml in dm-is-authenticatable-0.1.0 vs gemspec.yml in dm-is-authenticatable-0.1.1
- old
+ new
@@ -1,7 +1,7 @@
name: dm-is-authenticatable
-version: 0.1.0
+version: 0.1.1
summary: DataMapper plugin for adding authentication to models.
description:
A DataMapper plugin for adding authentication and encrypted passwords to
your DataMapper models.
@@ -10,13 +10,13 @@
email: postmodern.mod3@gmail.com
homepage: http://github.com/postmodern/dm-is-authenticatable
has_yard: true
dependencies:
- bcrypt-ruby: ~> 2.1.0
- dm-core: ~> 1.0.0
- dm-types: ~> 1.0.0
- dm-validations: ~> 1.0.0
+ bcrypt-ruby: ~> 2.1
+ dm-core: ~> 1.0
+ dm-types: ~> 1.0
+ dm-validations: ~> 1.0
development_dependencies:
- bundler: ~> 1.0.0
- yard: ~> 0.6.0
+ bundler: ~> 1.0
+ yard: ~> 0.7