misty 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -1
  3. data/lib/misty/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad9014122c54bf48aae6d26bfc8056ba3eca7e40
4
- data.tar.gz: f0e8ad48f12c7011f84f83b460bef8651fdc0eb7
3
+ metadata.gz: 7fc46c4aaf3aee675da268aee2d6273123e21665
4
+ data.tar.gz: 6ab6bc0feafea0a3199ba619965a56b3ac5889b0
5
5
  SHA512:
6
- metadata.gz: 9f59bba8de14cd8657b22db9eff2b63e9ee08abe4f65fba9b8e15015547a5e4d3d3032143389b44cd6c029eb3911a2a9b66056f77445b1860674456d2a72c9c2
7
- data.tar.gz: 024efa940ad8cb5ec44ed28effd7fc7a399225a3a7fa592341def537d64492ac24911d480bc3e3351bd389a4ac19a75ae8a71b898e6a00edfdb24a5d9b04849d
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/).
@@ -1,3 +1,3 @@
1
1
  module Misty
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
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.0
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
- Misty is a dedicated HTTP client for OpenStack APIs. Its aims is to provide a fast, flexible \
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: []