Skip to content

Commit

Permalink
minor fixes from contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Ohler committed May 3, 2012
1 parent 8339c60 commit 96bd004
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -24,13 +24,11 @@ A fast JSON parser and Object marshaller as a Ruby gem.

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

### Release 1.2.7
### Release 1.2.8

- Fixed bug where a float with too many characters would generate an error. It is not parsed as accuractly as Ruby will support.
- Included a contribution by nevans to fix a math.h issue with an old fedora linux machine.

- Cleaned up documentation errors.

- Added support for OS X Ruby 1.8.7.
- Included a fix to the documentation found by mat.

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

Expand Down
2 changes: 1 addition & 1 deletion build_test.sh
Expand Up @@ -3,7 +3,7 @@
for ruby in \
1.8.7-p358\
1.9.2-p290\
1.9.3-p125\
1.9.3-p194\
jruby-1.6.7\
rbx-1.2.4\
rbx-2.0.0-dev\
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.7'
VERSION = '1.2.8'
end

0 comments on commit 96bd004

Please sign in to comment.