rabbitmq_http_api_client 1.10.0 → 1.11.0
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 +15 -0
- data/lib/rabbitmq/http/client/version.rb +1 -1
- metadata +3 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c83f7c4baf8046804a62452446fff5289d5cdae70746871cf50171deb29957a1
|
4
|
+
data.tar.gz: 82ac2db12a2616e67236d3eca0b20049c2d63d91cd23334ff38fcb2f747d8c49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f0a7c2bcb0d5c2bab65b689e7e92cbecb7e1778bae5e180203bfc1ba52fae84b40735a4f6484cc21755afd7a7f4ce900578191ee8d63cc170408a33f9b72077
|
7
|
+
data.tar.gz: f4e0bd98a8ab387352f0d691274d77f2e9c225c4b9276503a8fe736cda62cf15d860a5422258d8ca101ab82361881e0bdf3e99918a99560450e52261022efed7
|
data/ChangeLog.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1
|
+
## Changes Between 1.11.0 and 1.12.0 (unreleased)
|
2
|
+
|
3
|
+
No changes yet.
|
4
|
+
|
5
|
+
|
6
|
+
## Changes Between 1.10.0 and 1.11.0 (Dec 25th, 2018)
|
7
|
+
|
8
|
+
### effin_utf8 Dependency Dropped
|
9
|
+
|
10
|
+
This library no longer supports Ruby 1.8 and thus
|
11
|
+
doesn't need to depend on the `effin_utf8` gem.
|
12
|
+
|
13
|
+
Contributed by Luciano Sousa.
|
14
|
+
|
15
|
+
|
1
16
|
## Changes Between 1.9.0 and 1.10.0 (Nov 27th, 2018)
|
2
17
|
|
3
18
|
### Improved Resource Deserialisation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbitmq_http_api_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Klishin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-12-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hashie
|
@@ -66,20 +66,6 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 0.12.0
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
name: effin_utf8
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
73
|
-
- - "~>"
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: 1.0.0
|
76
|
-
type: :runtime
|
77
|
-
prerelease: false
|
78
|
-
version_requirements: !ruby/object:Gem::Requirement
|
79
|
-
requirements:
|
80
|
-
- - "~>"
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version: 1.0.0
|
83
69
|
description: RabbitMQ HTTP API client for Ruby
|
84
70
|
email:
|
85
71
|
- michael@clojurewerkz.org
|
@@ -113,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
99
|
version: '0'
|
114
100
|
requirements: []
|
115
101
|
rubyforge_project:
|
116
|
-
rubygems_version: 2.7.
|
102
|
+
rubygems_version: 2.7.8
|
117
103
|
signing_key:
|
118
104
|
specification_version: 4
|
119
105
|
summary: RabbitMQ HTTP API client for Ruby
|