nice_http 0.9.1 → 0.9.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/nice_http.rb +1090 -1083
  4. metadata +3 -2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nice_http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Ruiz
@@ -30,7 +30,8 @@ dependencies:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.3.0
33
- description: Manage different hosts on the fly. Easily get the value you want from
33
+ description: NiceHttp -- simplest library for accessing and testing HTTP and REST
34
+ resources. Manage different hosts on the fly. Easily get the value you want from
34
35
  the JSON strings. Use hashes on your requests.
35
36
  email: marioruizs@gmail.com
36
37
  executables: []