mudbug 0.4.6.3 → 0.4.6.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/rakefile.rb +0 -3
- metadata +2 -8
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.6.
|
1
|
+
0.4.6.4
|
data/rakefile.rb
CHANGED
@@ -26,9 +26,6 @@ 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 = <<EOF
|
30
|
-
GET, POST, PUT, and DELETE JSON payloads. Easy Accept headers. Fine-grained response handling using Mudbug#resource. A winning combination of guts, salad, sea legs, and torpor will propel our fair spaceship beyond the pale shadow of unspoken doubt that the inxorable result of our redoubled efforts will counfound any chance at snatching defeat from the jars of whiskey.
|
31
|
-
EOF
|
32
29
|
s.authors = ["Rick Hull"]
|
33
30
|
s.email = "rick@cloudscaling.com"
|
34
31
|
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.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -75,13 +75,7 @@ dependencies:
|
|
75
75
|
- - ! '>='
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
|
-
description:
|
79
|
-
response handling using Mudbug#resource. A winning combination of guts, salad,
|
80
|
-
sea legs, and torpor will propel our fair spaceship beyond the pale shadow of unspoken
|
81
|
-
doubt that the inxorable result of our redoubled efforts will counfound any chance
|
82
|
-
at snatching defeat from the jars of whiskey.
|
83
|
-
|
84
|
-
'
|
78
|
+
description:
|
85
79
|
email: rick@cloudscaling.com
|
86
80
|
executables: []
|
87
81
|
extensions: []
|