http_client 0.5.1-universal-java-1.7 → 0.5.2-universal-java-1.7
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/http_client.gemspec +3 -3
- metadata +2 -3
- data/http_client-0.5.0-universal-java-1.7.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 31f9daa1cbb24f30af0308d5636c689bdc6d46db
|
|
4
|
+
data.tar.gz: d8eb782381f5ba6d8c5d6be334b7a00968dd39b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73e44ff29e376b8185b5de2c2cb3f17c94490da6cf1595d34a84a8ae687aee8c324a6aca9e0ba05d15d8994accb8cca23ce48f02681472b47ae7d3b95c45bf80
|
|
7
|
+
data.tar.gz: 0ba69eca9c56e323f2e5e911e9a83a952af5c8e534f3e7da3a96ac6da2dd52a7f3d4ef5b3999d48dedc46108b937241136960105e847609abe809c8c1ecc10e2
|
data/http_client.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "http_client"
|
|
3
|
-
s.version = "0.5.
|
|
4
|
-
s.date = "2013-11-
|
|
3
|
+
s.version = "0.5.2"
|
|
4
|
+
s.date = "2013-11-08"
|
|
5
5
|
s.summary = "HTTP client for JRuby"
|
|
6
6
|
s.description = "This library wraps the Apache HTTPClient (4.3) in a simple fashion. The library is intended to be used in a multithreaded environment."
|
|
7
7
|
s.platform = Gem::Platform::CURRENT
|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.requirements << "Java, since this library wraps a Java library"
|
|
10
10
|
s.authors = ["Lukas Rieder"]
|
|
11
11
|
s.email = "l.rieder@gmail.com"
|
|
12
|
-
s.files = Dir["**/*"]
|
|
12
|
+
s.files = Dir["**/*"].reject { |path| path =~ /\.gem$/ }
|
|
13
13
|
s.homepage = "https://github.com/Overbryd/http_client"
|
|
14
14
|
s.license = "MIT"
|
|
15
15
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: http_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: universal-java-1.7
|
|
6
6
|
authors:
|
|
7
7
|
- Lukas Rieder
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: This library wraps the Apache HTTPClient (4.3) in a simple fashion. The library is intended to be used in a multithreaded environment.
|
|
14
14
|
email: l.rieder@gmail.com
|
|
@@ -18,7 +18,6 @@ extra_rdoc_files: []
|
|
|
18
18
|
files:
|
|
19
19
|
- Gemfile
|
|
20
20
|
- Gemfile.lock
|
|
21
|
-
- http_client-0.5.0-universal-java-1.7.gem
|
|
22
21
|
- http_client.gemspec
|
|
23
22
|
- LICENSE
|
|
24
23
|
- README.md
|
|
Binary file
|