mudbug 0.4.6.5 → 0.4.6.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/rakefile.rb +1 -1
- metadata +3 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.6.
|
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 = "
|
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.
|
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:
|
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: []
|