Skip to content

Commit 8b9afa0

Browse files
authored
Merge pull request #86 from brendon/patch-1
Update README.md
2 parents e4c0f8e + 85614c0 commit 8b9afa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ u.last_seen # => Mon Sep 22 17:28:38 +0200 2008
2222

2323
### Rails 3.2 - 4.2 / Ruby 1.9.3 and higher
2424

25-
The current version of default_value_for (3.0.x) is compatible with Rails 3.2 or higher, and Ruby 1.9.3 and higher.
25+
The current version of default_value_for (3.x+) is compatible with Rails 3.2 or higher, and Ruby 1.9.3 and higher.
2626

2727
Add it to your Gemfile:
2828

2929
```ruby
30-
gem "default_value_for", "~> 3.0.0"
30+
gem "default_value_for", "~> 3.0"
3131
```
3232

3333
This gem is signed using PGP with the Phusion Software Signing key: http://www.phusion.nl/about/gpg. That key in turn is signed by the rubygems-openpgp Certificate Authority: http://www.rubygems-openpgp-ca.org/.

0 commit comments

Comments
 (0)