Skip to content

Commit

Permalink
[ADD] beta release with ruby 1.8.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bagwanpankaj committed Jan 25, 2012
1 parent 76f81c0 commit 1b23d5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.1.7.beta

*ruby*

* Added ruby 1.8.7 support
* fixed hash each and each_pair for ruby 1.8.7

## v0.1.6.pre

*ruby*
Expand Down
2 changes: 1 addition & 1 deletion lib/humongous/application.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require './monkey_patch'
# require './monkey_patch'
module Humongous

MonkeyPatch.activate!
Expand Down
2 changes: 1 addition & 1 deletion lib/humongous/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Humongous
VERSION = "0.1.6.pre"
VERSION = "0.1.7.beta"
end

0 comments on commit 1b23d5b

Please sign in to comment.