mudbug 0.4.5.1 → 0.4.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/rakefile.rb +7 -5
- metadata +6 -13
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.6.1
|
data/rakefile.rb
CHANGED
@@ -27,11 +27,11 @@ task :build do
|
|
27
27
|
s.name = "mudbug"
|
28
28
|
s.summary = "A thin layer over rest-client that returns JSON objects"
|
29
29
|
s.description = <<EOF
|
30
|
-
* GET, POST, PUT, and DELETE JSON payloads
|
31
|
-
* Simple Accept headers with automatic q-score weighting
|
32
|
-
* Understand and fall back to basic Content-types if application/json is not available
|
33
|
-
* Fine-grained response handling using Mudbug#resource
|
34
|
-
* A winning combination of guts, salad, sea legs, and torpor will propel our fair spaceship beyond the pale shadow of any doubt that the inxorable result of our redoubled efforts will counfound any chance at snatching defeat from the jars of whiskey.
|
30
|
+
* GET, POST, PUT, and DELETE JSON payloads
|
31
|
+
* Simple Accept headers with automatic q-score weighting
|
32
|
+
* Understand and fall back to basic Content-types if application/json is not available
|
33
|
+
* Fine-grained response handling using Mudbug#resource
|
34
|
+
* A winning combination of guts, salad, sea legs, and torpor will propel our fair spaceship beyond the pale shadow of any doubt that the inxorable result of our redoubled efforts will counfound any chance at snatching defeat from the jars of whiskey.
|
35
35
|
EOF
|
36
36
|
s.authors = ["Rick Hull"]
|
37
37
|
s.email = "rick@cloudscaling.com"
|
@@ -84,6 +84,8 @@ end
|
|
84
84
|
new_version = bump(v, old_version)
|
85
85
|
puts "bumping #{old_version} to #{new_version}"
|
86
86
|
write_version new_version
|
87
|
+
sh "git add VERSION"
|
88
|
+
sh "git commit -m 'rake bump_#{v}'"
|
87
89
|
end
|
88
90
|
}
|
89
91
|
task :bump => [:bump_patch]
|
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.
|
4
|
+
version: 0.4.6.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -75,19 +75,12 @@ dependencies:
|
|
75
75
|
- - ! '>='
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
|
-
description: !
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
* Understand and fall back to basic Content-types if application/json is not available
|
83
|
-
|
84
|
-
* Fine-grained response handling using Mudbug#resource
|
85
|
-
|
86
|
-
* A winning combination of guts, salad, sea legs, and torpor will propel our fair
|
78
|
+
description: ! " * GET, POST, PUT, and DELETE JSON payloads\n * Simple Accept headers
|
79
|
+
with automatic q-score weighting\n * Understand and fall back to basic Content-types
|
80
|
+
if application/json is not available\n * Fine-grained response handling using Mudbug#resource\n
|
81
|
+
\ * A winning combination of guts, salad, sea legs, and torpor will propel our fair
|
87
82
|
spaceship beyond the pale shadow of any doubt that the inxorable result of our redoubled
|
88
|
-
efforts will counfound any chance at snatching defeat from the jars of whiskey
|
89
|
-
|
90
|
-
'
|
83
|
+
efforts will counfound any chance at snatching defeat from the jars of whiskey.\n"
|
91
84
|
email: rick@cloudscaling.com
|
92
85
|
executables: []
|
93
86
|
extensions: []
|