Skip to content

Commit

Permalink
Release 0.7.1.
Browse files Browse the repository at this point in the history
* support for rails 3 instead of forcing 3.1 and up
  • Loading branch information
jnunemaker committed Oct 5, 2011
1 parent f5e1106 commit fce0197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bin (0.7.0)
bin (0.7.1)
activesupport (>= 3.0.0, < 3.2.0)
mongo (~> 1.3.0)

Expand All @@ -11,7 +11,7 @@ GEM
SystemTimer (1.2.1)
activesupport (3.1.0)
multi_json (~> 1.0)
bson (1.3.1)
bson (1.4.0)
bson_ext (1.3.1)
diff-lcs (1.1.3)
i18n (0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/bin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bin
Version = '0.7.0'
Version = '0.7.1'
end

0 comments on commit fce0197

Please sign in to comment.