jrjackson 0.3.1 → 0.3.2
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.
- checksums.yaml +4 -4
- data/changelog.md +18 -0
- data/lib/jrjackson/build_info.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd0a2d5f51569bf00684bf858d5913224a752383
|
|
4
|
+
data.tar.gz: aeda2cbeebb2c2837f976181276398b3708ad7ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f5e8c0d585603dbe340d1ba3a8e39c5094fe5ee9893a7fe25881df59b9028f9b70f6328d0c150d3c35c5f6e22f89d8953bc037d3ac7df46ab1a764996ed968c
|
|
7
|
+
data.tar.gz: 9edce5220ea30178ec58caa46adb7d3c3ca1e970b8d156141c19c89a5416397e57d8747da1c8a17b669b49879b3ebed890fbc45d637285175ab80f2b2cd74e02
|
data/changelog.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
v0.3.2
|
|
2
|
+
update changelog
|
|
3
|
+
|
|
4
|
+
v0.3.1
|
|
5
|
+
remove old jar
|
|
6
|
+
|
|
7
|
+
v0.3.0
|
|
8
|
+
this is a major refactor.
|
|
9
|
+
parse and generate performance improvements.
|
|
10
|
+
see JrJackson::Ruby and JrJackson::Java modules
|
|
11
|
+
pretty generation support.
|
|
12
|
+
jruby 9.0.1.0 and 1.7.22
|
|
13
|
+
jackson 2.6.1
|
|
14
|
+
|
|
15
|
+
v0.2.9
|
|
16
|
+
fix for issue 39
|
|
17
|
+
incorrect error when serializing BasicObject
|
|
18
|
+
|
|
1
19
|
v0.2.8
|
|
2
20
|
fixes for issues-28,29,31
|
|
3
21
|
correction for Time#to_s
|
data/lib/jrjackson/build_info.rb
CHANGED