misty 0.3.0 → 0.3.1
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/README.md +0 -1
- data/lib/misty/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fc46c4aaf3aee675da268aee2d6273123e21665
|
|
4
|
+
data.tar.gz: 6ab6bc0feafea0a3199ba619965a56b3ac5889b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cef0feba471926528c0ebe9280d8069dbae5b713679174292f90a98fc67bef1aa14453d516ab8f4c3be28c30af59237d4c6143896980ac0bc603ae0564007790
|
|
7
|
+
data.tar.gz: e524b9883eb92d26f9467046c75ead9db06d8dabcfd32f3bb093d79c3e7cf536ccc38fd5f979405f0ab4042ee4e7241a69fb802c490093889520e3a9cb4701e9
|
data/README.md
CHANGED
|
@@ -211,7 +211,6 @@ openstack.network.post("/v2.0/qos/policies/48985e6b8da145699d411f12a3459fca/dscp
|
|
|
211
211
|
* Ruby 2.4.0
|
|
212
212
|
* Ruby 2.3.3
|
|
213
213
|
* Ruby 2.3.0
|
|
214
|
-
* Ruby 2.2.0
|
|
215
214
|
|
|
216
215
|
# Contributing
|
|
217
216
|
Contributors are welcome and must adhere to the [Contributor covenant code of conduct](http://contributor-covenant.org/).
|
data/lib/misty/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: misty
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gilles Dubreuil
|
|
@@ -108,9 +108,8 @@ dependencies:
|
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '3.4'
|
|
111
|
-
description:
|
|
112
|
-
|
|
113
|
-
and exhaustive APIs experience
|
|
111
|
+
description: Misty is a dedicated HTTP client for OpenStack providing dynamic APIs
|
|
112
|
+
requests management.
|
|
114
113
|
email:
|
|
115
114
|
- gilles@redhat.com
|
|
116
115
|
executables: []
|
|
@@ -225,5 +224,6 @@ rubyforge_project:
|
|
|
225
224
|
rubygems_version: 2.5.2
|
|
226
225
|
signing_key:
|
|
227
226
|
specification_version: 4
|
|
228
|
-
summary: Misty is a dedicated HTTP client for OpenStack APIs
|
|
227
|
+
summary: Misty is a dedicated HTTP client for OpenStack providing dynamic APIs requests
|
|
228
|
+
management.
|
|
229
229
|
test_files: []
|