Skip to content

Commit

Permalink
ready for v0.5.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
paneq committed Aug 23, 2011
1 parent 3de7623 commit b7848cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Simply add Active Reload to your Gemfile and bundle it up:
## Compatibility

Tested with Ruby `1.9.2` and `1.8.7`.
Tested with Rails `3.0.9` and `3.1.0.rc5` (older versions of this gem could have been tested with older rails versions, check it by reading README.md in older tag versions)
Tested with Rails `3.0.10` and `3.1.0.rc5` (older versions of this gem could have been tested with older rails versions, check it by reading README.md in older tag versions)

## Notifications

Expand Down
2 changes: 1 addition & 1 deletion lib/active_reload/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveReload
VERSION = "0.4.0"
VERSION = "0.5.0"
end
2 changes: 1 addition & 1 deletion test/dummy3010/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../../active_reload
specs:
active_reload (0.4.0)
active_reload (0.5.0)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion test/dummy310rc5/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../../active_reload
specs:
active_reload (0.4.0)
active_reload (0.5.0)

GEM
remote: http://rubygems.org/
Expand Down

0 comments on commit b7848cd

Please sign in to comment.