Skip to content

Commit

Permalink
updating to compile with latests rbx
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Ohler committed Apr 9, 2012
1 parent b57d5a8 commit 37e9580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -24,11 +24,9 @@ A fast JSON parser and Object marshaller as a Ruby gem.

## <a name="release">Release Notes</a>

### Release 1.2.2
### Release 1.2.3

- minor bug fixes for different rubies along with test updates

- Oj::Doc will now automatically close on GC.
- Fixed compile error for the latest RBX on Travis.

## <a name="description">Description</a>

Expand Down
2 changes: 1 addition & 1 deletion lib/oj/version.rb
@@ -1,5 +1,5 @@

module Oj
# Current version of the module.
VERSION = '1.2.2'
VERSION = '1.2.3'
end

0 comments on commit 37e9580

Please sign in to comment.