jrjackson 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ require 'rubygems'
4
4
  require 'benchmark'
5
5
  require 'thread'
6
6
  require 'digest'
7
- require 'json'
7
+ require 'json/ext'
8
8
  require 'gson'
9
9
 
10
10
  require File.expand_path('lib/jrjackson')
data/jrjackson.gemspec CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'jrjackson'
5
- s.version = '0.1.0'
6
- s.date = '2013-03-31'
5
+ s.version = '0.1.1'
6
+ s.date = '2013-04-03'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['Guy Boertje']
9
9
  s.email = ['guyboertje@gmail.com']
@@ -9,7 +9,7 @@ require 'com/jrjackson/jr_jackson'
9
9
  module JrJackson
10
10
  module Json
11
11
  class << self
12
- TIME_REGEX = %r(\A\d{4}-\d\d-\d\d\s\d\d:\d\d:\d\d)
12
+ TIME_REGEX = %r(\A(\d{4}-\d\d-\d\d|(\w{3}\s){2}\d\d)\s\d\d:\d\d:\d\d)
13
13
  def load(json_string, options = {})
14
14
  mod = if options[:raw]
15
15
  JrJackson::Raw
@@ -1,4 +1,4 @@
1
1
 
2
2
  module JrJackson
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jrjackson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-31 00:00:00.000000000 Z
12
+ date: 2013-04-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler