mudbug 0.4.6.5 → 0.4.6.6

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 (3) hide show
  1. data/VERSION +1 -1
  2. data/rakefile.rb +1 -1
  3. metadata +3 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.6.5
1
+ 0.4.6.6
data/rakefile.rb CHANGED
@@ -26,7 +26,7 @@ task :build do
26
26
  # Static assignments
27
27
  s.name = "mudbug"
28
28
  s.summary = "This hardy creature consumes JSON / REST APIs"
29
- s.description = "This hardy creature consumes JSON / REST APIs"
29
+ s.description = "GET, POST, PUT, and DELETE JSON payloads. Easy Accept headers. Fine-grained response handling using Mudbug#resource."
30
30
  s.authors = ["Rick Hull"]
31
31
  s.email = "rick@cloudscaling.com"
32
32
  s.homepage = "http://github.com/rickhull/mudbug"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mudbug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6.5
4
+ version: 0.4.6.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,7 +75,8 @@ dependencies:
75
75
  - - ! '>='
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
- description: This hardy creature consumes JSON / REST APIs
78
+ description: GET, POST, PUT, and DELETE JSON payloads. Easy Accept headers. Fine-grained
79
+ response handling using Mudbug#resource.
79
80
  email: rick@cloudscaling.com
80
81
  executables: []
81
82
  extensions: []