rjack-jackson 2.4.2.0-java → 2.4.5.0-java

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 102c28b0d1b66e5a7cdbfd5d17e270458442fe4f
4
- data.tar.gz: 0ca6fe1641b3ec79ecce51ed32700f34ae823436
3
+ metadata.gz: 0f31569ea4407d07087884c170b2f946692f8c9a
4
+ data.tar.gz: 67f35db18c746b1da89f14213d7682d936f5cc9a
5
5
  SHA512:
6
- metadata.gz: 6b3632fb8e0da33eed8fb5f9a511bf66fa245ab6eedeb700a8a66c1aaf1bbf9eb52f30c37f4c29484d5b4df85d905901b38d8cd89f5b19a4ec3e8dfbbc6aeabb
7
- data.tar.gz: d6e7c156078c7235a8c86dab632f35f5b05b09e30792e32bfe19374b16cc53a32afd4f4bdd46e7f3a255b1e32dcd45b0dcc9a80996c85cc8a1c2b3bf76222722
6
+ metadata.gz: 14dc659e19976ce97e4cdd765b01031447716f4a6ee64fd85ab5ab034455cc448fc87e47c54408d7bc45186697fe1d41a3f62fc9ee01fdb2e236ffc2c0ab14ca
7
+ data.tar.gz: cdab93005953f8c5b1cce7e8bb1cf502076f06a15abf8336d773d913e42bc9d58045748a4f931c94b3b73219270e315caa48fdeda2146597e69d56cb7b9aaa20
@@ -1,3 +1,6 @@
1
+ === 2.4.5.0 (2015-1-25)
2
+ * Update to Jackson 2.4.5
3
+
1
4
  === 2.4.2.0 (2014-8-19)
2
5
  * Update to Jackson 2.4.2
3
6
 
@@ -8,6 +8,6 @@ pom.xml
8
8
  lib/rjack-jackson/base.rb
9
9
  lib/rjack-jackson.rb
10
10
  test/test_jackson.rb
11
- lib/rjack-jackson/jackson-annotations-2.4.2.jar
12
- lib/rjack-jackson/jackson-core-2.4.2.jar
13
- lib/rjack-jackson/jackson-databind-2.4.2.jar
11
+ lib/rjack-jackson/jackson-annotations-2.4.5.jar
12
+ lib/rjack-jackson/jackson-core-2.4.5.jar
13
+ lib/rjack-jackson/jackson-databind-2.4.5.jar
data/NOTICE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  rjack-jackson gem
2
- Copyright (c) 2011-2014 David Kellum
2
+ Copyright (c) 2011-2015 David Kellum
3
3
 
4
4
  This product includes software developed by:
5
5
 
@@ -12,7 +12,7 @@ A gem packaging of {Jackson JSON Processor}[http://wiki.fasterxml.com/JacksonHom
12
12
 
13
13
  === rjack-jackson
14
14
 
15
- Copyright (c) 2011-2014 David Kellum
15
+ Copyright (c) 2011-2015 David Kellum
16
16
 
17
17
  Licensed under the Apache License, Version 2.0 (the "License"); you
18
18
  may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2014 David Kellum
2
+ # Copyright (c) 2011-2015 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2014 David Kellum
2
+ # Copyright (c) 2011-2015 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -17,7 +17,7 @@
17
17
  module RJack
18
18
  module Jackson
19
19
 
20
- JACKSON_VERSION = '2.4.2'
20
+ JACKSON_VERSION = '2.4.5'
21
21
 
22
22
  # rjack gem version
23
23
  VERSION = JACKSON_VERSION + '.0'
data/pom.xml CHANGED
@@ -15,17 +15,17 @@
15
15
  <dependency>
16
16
  <groupId>com.fasterxml.jackson.core</groupId>
17
17
  <artifactId>jackson-core</artifactId>
18
- <version>2.4.2</version>
18
+ <version>2.4.5</version>
19
19
  </dependency>
20
20
  <dependency>
21
21
  <groupId>com.fasterxml.jackson.core</groupId>
22
22
  <artifactId>jackson-databind</artifactId>
23
- <version>2.4.2</version>
23
+ <version>2.4.5</version>
24
24
  </dependency>
25
25
  <dependency>
26
26
  <groupId>com.fasterxml.jackson.core</groupId>
27
27
  <artifactId>jackson-annotations</artifactId>
28
- <version>2.4.2</version>
28
+ <version>2.4.5</version>
29
29
  </dependency>
30
30
  </dependencies>
31
31
 
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2011-2014 David Kellum
5
+ # Copyright (c) 2011-2015 David Kellum
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License"); you
8
8
  # may not use this file except in compliance with the License. You
metadata CHANGED
@@ -1,57 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjack-jackson
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.2.0
4
+ version: 2.4.5.0
5
5
  platform: java
6
6
  authors:
7
7
  - David Kellum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-20 00:00:00.000000000 Z
11
+ date: 2015-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: minitest
15
- version_requirements: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ~>
18
- - !ruby/object:Gem::Version
19
- version: 4.7.4
20
14
  requirement: !ruby/object:Gem::Requirement
21
15
  requirements:
22
16
  - - ~>
23
17
  - !ruby/object:Gem::Version
24
18
  version: 4.7.4
19
+ name: minitest
25
20
  prerelease: false
26
21
  type: :development
27
- - !ruby/object:Gem::Dependency
28
- name: rdoc
29
22
  version_requirements: !ruby/object:Gem::Requirement
30
23
  requirements:
31
24
  - - ~>
32
25
  - !ruby/object:Gem::Version
33
- version: 4.0.1
26
+ version: 4.7.4
27
+ - !ruby/object:Gem::Dependency
34
28
  requirement: !ruby/object:Gem::Requirement
35
29
  requirements:
36
30
  - - ~>
37
31
  - !ruby/object:Gem::Version
38
32
  version: 4.0.1
33
+ name: rdoc
39
34
  prerelease: false
40
35
  type: :development
41
- - !ruby/object:Gem::Dependency
42
- name: rjack-tarpit
43
36
  version_requirements: !ruby/object:Gem::Requirement
44
37
  requirements:
45
38
  - - ~>
46
39
  - !ruby/object:Gem::Version
47
- version: '2.1'
40
+ version: 4.0.1
41
+ - !ruby/object:Gem::Dependency
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
44
  - - ~>
51
45
  - !ruby/object:Gem::Version
52
46
  version: '2.1'
47
+ name: rjack-tarpit
53
48
  prerelease: false
54
49
  type: :development
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ version: '2.1'
55
55
  description:
56
56
  email:
57
57
  - dek-oss@gravitext.com
@@ -71,9 +71,9 @@ files:
71
71
  - lib/rjack-jackson/base.rb
72
72
  - lib/rjack-jackson.rb
73
73
  - test/test_jackson.rb
74
- - lib/rjack-jackson/jackson-annotations-2.4.2.jar
75
- - lib/rjack-jackson/jackson-core-2.4.2.jar
76
- - lib/rjack-jackson/jackson-databind-2.4.2.jar
74
+ - lib/rjack-jackson/jackson-annotations-2.4.5.jar
75
+ - lib/rjack-jackson/jackson-core-2.4.5.jar
76
+ - lib/rjack-jackson/jackson-databind-2.4.5.jar
77
77
  homepage: http://rjack.gravitext.com/jackson
78
78
  licenses: []
79
79
  metadata: {}