multi_json 1.7.0 → 1.7.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.
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,6 @@
1
+ 1.7.1
2
+ * [Fix capitalization of JrJackson class](https://github.com/intridea/multi_json/commit/5373a5e38c647f02427a0477cb8e0e0dafad1b8d)
3
+
1
4
  1.7.0
2
5
  -----
3
6
  * [Add load_options/dump_options to MultiJson](https://github.com/intridea/multi_json/commit/a153956be6b0df06ea1705ce3c1ff0b5b0e27ea5)
@@ -4,7 +4,7 @@ require 'multi_json/convertible_hash_keys'
4
4
 
5
5
  module MultiJson
6
6
  module Adapters
7
- class Jrjackson < Adapter
7
+ class JrJackson < Adapter
8
8
  include ConvertibleHashKeys
9
9
  ParseError = ::Java::OrgCodehausJackson::JsonParseException
10
10
 
@@ -1,3 +1,3 @@
1
1
  module MultiJson
2
- VERSION = '1.7.0' unless defined?(MultiJson::VERSION)
2
+ VERSION = '1.7.1' unless defined?(MultiJson::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_json
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -39,7 +39,7 @@ cert_chain:
39
39
  U0xxV3ZRUnNCbHlwSGZoczZKSnVMbHlaUEdoVTNSL3YKU2YzbFZLcEJDV2dS
40
40
  cEdUdnk0NVhWcEIrNTl5MzNQSm1FdVExUFRFT1l2UXlhbzlVS01BQWFBTi83
41
41
  cVdRdGpsMApobHc9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K
42
- date: 2013-03-16 00:00:00.000000000 Z
42
+ date: 2013-03-18 00:00:00.000000000 Z
43
43
  dependencies:
44
44
  - !ruby/object:Gem::Dependency
45
45
  name: bundler
metadata.gz.sig CHANGED
Binary file