rjack-httpclient-3 3.1.6-java → 3.1.7-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.
@@ -1,3 +1,6 @@
1
+ === 3.1.7 (2012-9-15)
2
+ * Upgrade/broaden to slf4j [1.6.5,1.8), logback ~> 1.2 (dev)
3
+
1
4
  === 3.1.6 (2012-6-9)
2
5
  * Expand commons-codec gem dep to ~> 1.4 (tested with 1.6.0)
3
6
  * Update to tarpit ~> 2.0 (build)
@@ -17,7 +17,7 @@
17
17
  module RJack
18
18
  module HTTPClient3
19
19
  HTTPCLIENT_VERSION = '3.1'
20
- VERSION = HTTPCLIENT_VERSION + '.6'
20
+ VERSION = HTTPCLIENT_VERSION + '.7'
21
21
 
22
22
  HTTPCLIENT_DIR = File.dirname( __FILE__ ) # :nodoc:
23
23
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rjack-httpclient-3
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 3.1.6
5
+ version: 3.1.7
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-06-09 00:00:00 Z
13
+ date: 2012-09-15 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rjack-slf4j
@@ -19,10 +19,10 @@ dependencies:
19
19
  requirements:
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.5.8
22
+ version: 1.6.5
23
23
  - - <
24
24
  - !ruby/object:Gem::Version
25
- version: "1.7"
25
+ version: "1.8"
26
26
  requirement: *id001
27
27
  prerelease: false
28
28
  type: :runtime
@@ -42,12 +42,9 @@ dependencies:
42
42
  version_requirements: &id003 !ruby/object:Gem::Requirement
43
43
  none: false
44
44
  requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: 0.9.18
48
- - - <
45
+ - - ~>
49
46
  - !ruby/object:Gem::Version
50
- version: "2.0"
47
+ version: "1.2"
51
48
  requirement: *id003
52
49
  prerelease: false
53
50
  type: :development