mudbug 0.4.6.1 → 0.4.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/rakefile.rb +2 -5
  3. metadata +8 -7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.6.1
1
+ 0.4.6.2
data/rakefile.rb CHANGED
@@ -27,11 +27,7 @@ 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. 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.
35
31
  EOF
36
32
  s.authors = ["Rick Hull"]
37
33
  s.email = "rick@cloudscaling.com"
@@ -93,6 +89,7 @@ task :bump => [:bump_patch]
93
89
  task :tag do
94
90
  tagname = "v#{version}"
95
91
  sh "git tag -a #{tagname} -m 'auto-tagged #{tagname} by Rake'"
92
+ sh "git push origin --tags"
96
93
  end
97
94
 
98
95
  task :release => [:bump_build, :tag, :publish]
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.1
4
+ version: 0.4.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,12 +75,13 @@ dependencies:
75
75
  - - ! '>='
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
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
82
- spaceship beyond the pale shadow of any doubt that the inxorable result of our redoubled
83
- efforts will counfound any chance at snatching defeat from the jars of whiskey.\n"
78
+ description: ! 'GET, POST, PUT, and DELETE JSON payloads. Easy Accept headers. Fine-grained
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
+ '
84
85
  email: rick@cloudscaling.com
85
86
  executables: []
86
87
  extensions: []