iudex-http 1.4.0-java → 1.7.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 22335465b0d885f56fd050830d4fbda1dbc73b8a
4
+ data.tar.gz: 42e41e24d7cef0dab6855266ac1dc837deac60f2
5
+ SHA512:
6
+ metadata.gz: 4ca17222837cfcef8a619fb98940d980cd337f41c116edecdebda01dc80cd7fc66e1ec9e740cdd99f4dbcd4694ac5925c22453d9990c0cbf196b4316426411f8
7
+ data.tar.gz: 264a03528e16e9119474640efec15755d0613273be6af890711623e45076cb6a02a490ce3ea33439a188e68f7501fc614c9a36fc08b16a0abded04c01f914fe3
@@ -1,3 +1,6 @@
1
+ === 1.7.0 (2015-5-3)
2
+ * Add HTTPSession.METHOD.POST, RequestContent, and associated keys.
3
+
1
4
  === 1.4.0 (2013-10-29)
2
5
  * Upgrade to minitest ~> 4.7.4 (dev)
3
6
 
@@ -8,4 +8,4 @@ lib/iudex-http.rb
8
8
  test/setup.rb
9
9
  test/test_content_type_set.rb
10
10
  test/test_http.rb
11
- lib/iudex-http/iudex-http-1.4.0.jar
11
+ lib/iudex-http/iudex-http-1.7.0.jar
@@ -11,7 +11,7 @@ abstraction layer.
11
11
 
12
12
  == License
13
13
 
14
- Copyright (c) 2008-2013 David Kellum
14
+ Copyright (c) 2008-2015 David Kellum
15
15
 
16
16
  Licensed under the Apache License, Version 2.0 (the "License"); you
17
17
  may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2013 David Kellum
2
+ # Copyright (c) 2008-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
@@ -34,6 +34,7 @@ module Iudex
34
34
  import "iudex.http.Header"
35
35
  import "iudex.http.Headers"
36
36
  import "iudex.http.ResponseHandler"
37
+ import "iudex.http.RequestContent"
37
38
 
38
39
  end
39
40
  end
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2013 David Kellum
2
+ # Copyright (c) 2008-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
@@ -16,7 +16,7 @@
16
16
 
17
17
  module Iudex
18
18
  module HTTP
19
- VERSION = '1.4.0'
19
+ VERSION = '1.7.0'
20
20
 
21
21
  LIB_DIR = File.dirname( __FILE__ ) # :nodoc:
22
22
  end
data/pom.xml CHANGED
@@ -5,13 +5,13 @@
5
5
  <groupId>iudex</groupId>
6
6
  <artifactId>iudex-http</artifactId>
7
7
  <packaging>jar</packaging>
8
- <version>1.4.0</version>
8
+ <version>1.7.0</version>
9
9
  <name>Iudex HTTP Interface</name>
10
10
 
11
11
  <parent>
12
12
  <groupId>iudex</groupId>
13
13
  <artifactId>iudex-parent</artifactId>
14
- <version>1.4.0</version>
14
+ <version>1.7.0</version>
15
15
  <relativePath>..</relativePath>
16
16
  </parent>
17
17
 
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2013 David Kellum
2
+ # Copyright (c) 2008-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
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2008-2013 David Kellum
5
+ # Copyright (c) 2008-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
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2008-2013 David Kellum
5
+ # Copyright (c) 2008-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,96 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iudex-http
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 1.4.0
4
+ version: 1.7.0
6
5
  platform: java
7
6
  authors:
8
7
  - David Kellum
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-10-30 00:00:00.000000000 Z
11
+ date: 2015-05-04 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
- name: rjack-slf4j
16
- version_requirements: !ruby/object:Gem::Requirement
17
- requirements:
18
- - - ~>
19
- - !ruby/object:Gem::Version
20
- version: 1.7.0
21
- none: false
22
14
  requirement: !ruby/object:Gem::Requirement
23
15
  requirements:
24
16
  - - ~>
25
17
  - !ruby/object:Gem::Version
26
18
  version: 1.7.0
27
- none: false
19
+ name: rjack-slf4j
28
20
  prerelease: false
29
21
  type: :runtime
30
- - !ruby/object:Gem::Dependency
31
- name: gravitext-util
32
22
  version_requirements: !ruby/object:Gem::Requirement
33
23
  requirements:
34
24
  - - ~>
35
25
  - !ruby/object:Gem::Version
36
26
  version: 1.7.0
37
- none: false
27
+ - !ruby/object:Gem::Dependency
38
28
  requirement: !ruby/object:Gem::Requirement
39
29
  requirements:
40
30
  - - ~>
41
31
  - !ruby/object:Gem::Version
42
32
  version: 1.7.0
43
- none: false
33
+ name: gravitext-util
44
34
  prerelease: false
45
35
  type: :runtime
46
- - !ruby/object:Gem::Dependency
47
- name: minitest
48
36
  version_requirements: !ruby/object:Gem::Requirement
49
37
  requirements:
50
38
  - - ~>
51
39
  - !ruby/object:Gem::Version
52
- version: 4.7.4
53
- none: false
40
+ version: 1.7.0
41
+ - !ruby/object:Gem::Dependency
54
42
  requirement: !ruby/object:Gem::Requirement
55
43
  requirements:
56
44
  - - ~>
57
45
  - !ruby/object:Gem::Version
58
46
  version: 4.7.4
59
- none: false
47
+ name: minitest
60
48
  prerelease: false
61
49
  type: :development
62
- - !ruby/object:Gem::Dependency
63
- name: rjack-logback
64
50
  version_requirements: !ruby/object:Gem::Requirement
65
51
  requirements:
66
52
  - - ~>
67
53
  - !ruby/object:Gem::Version
68
- version: '1.5'
69
- none: false
54
+ version: 4.7.4
55
+ - !ruby/object:Gem::Dependency
70
56
  requirement: !ruby/object:Gem::Requirement
71
57
  requirements:
72
58
  - - ~>
73
59
  - !ruby/object:Gem::Version
74
60
  version: '1.5'
75
- none: false
61
+ name: rjack-logback
76
62
  prerelease: false
77
63
  type: :development
78
- - !ruby/object:Gem::Dependency
79
- name: rjack-tarpit
80
64
  version_requirements: !ruby/object:Gem::Requirement
81
65
  requirements:
82
66
  - - ~>
83
67
  - !ruby/object:Gem::Version
84
- version: '2.0'
85
- none: false
68
+ version: '1.5'
69
+ - !ruby/object:Gem::Dependency
86
70
  requirement: !ruby/object:Gem::Requirement
87
71
  requirements:
88
72
  - - ~>
89
73
  - !ruby/object:Gem::Version
90
- version: '2.0'
91
- none: false
74
+ version: '2.1'
75
+ name: rjack-tarpit
92
76
  prerelease: false
93
77
  type: :development
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ~>
81
+ - !ruby/object:Gem::Version
82
+ version: '2.1'
94
83
  description: Iudex is a general purpose web crawler and feed processor in ruby/java. The iudex-http gem contains and http client agnostic abstraction layer.
95
84
  email:
96
85
  - dek-oss@gravitext.com
@@ -104,15 +93,17 @@ files:
104
93
  - Manifest.txt
105
94
  - README.rdoc
106
95
  - Rakefile
107
- - pom.xml
108
- - lib/iudex-http/base.rb
109
96
  - lib/iudex-http.rb
97
+ - lib/iudex-http/base.rb
98
+ - lib/iudex-http/iudex-http-1.7.0.jar
99
+ - pom.xml
110
100
  - test/setup.rb
111
101
  - test/test_content_type_set.rb
112
102
  - test/test_http.rb
113
- - lib/iudex-http/iudex-http-1.4.0.jar
114
103
  homepage: http://iudex.gravitext.com
115
- licenses: []
104
+ licenses:
105
+ - Apache-2.0
106
+ metadata: {}
116
107
  post_install_message:
117
108
  rdoc_options:
118
109
  - --main
@@ -121,27 +112,18 @@ require_paths:
121
112
  - lib
122
113
  required_ruby_version: !ruby/object:Gem::Requirement
123
114
  requirements:
124
- - - ! '>='
115
+ - - '>='
125
116
  - !ruby/object:Gem::Version
126
- version: '0'
127
- segments:
128
- - 0
129
- hash: 2
130
- none: false
117
+ version: 1.8.7
131
118
  required_rubygems_version: !ruby/object:Gem::Requirement
132
119
  requirements:
133
- - - ! '>='
120
+ - - '>='
134
121
  - !ruby/object:Gem::Version
135
122
  version: '0'
136
- segments:
137
- - 0
138
- hash: 2
139
- none: false
140
123
  requirements: []
141
124
  rubyforge_project:
142
- rubygems_version: 1.8.24
125
+ rubygems_version: 2.4.5
143
126
  signing_key:
144
- specification_version: 3
127
+ specification_version: 4
145
128
  summary: Iudex is a general purpose web crawler and feed processor in ruby/java.
146
129
  test_files: []
147
- ...