Skip to content

Commit

Permalink
tests passing after not using broken Time.parse() function
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Feb 28, 2015
1 parent 203d8b9 commit 2521bd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ext/oj/dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -1114,8 +1114,6 @@ dump_xml_time(VALUE obj, Out out) {
int tzhour, tzmin;
char tzsign = '+';

printf("*** HAS_RB_TIME_TIMESPEC: %d utc_offset: %ld gmt_offset: %ld\n", HAS_RB_TIME_TIMESPEC, tzsecs, NUM2LONG(rb_funcall2(obj, rb_intern("gmt_offset"), 0, 0)));

if (out->end - out->cur <= 36) {
grow(out, 36);
}
Expand Down
2 changes: 1 addition & 1 deletion lib/oj/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

module Oj
# Current version of the module.
VERSION = '2.12.0a1'
VERSION = '2.12.0a2'
end

0 comments on commit 2521bd7

Please sign in to comment.