casual_helper 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module CasualHelper
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/casual_helper.rb CHANGED
@@ -127,7 +127,7 @@ module CasualHelper
127
127
  end
128
128
 
129
129
  def put(url, body)
130
- response_json = RestClient.put url, body, JSON_CONTEN
130
+ response_json = RestClient.put url, body, JSON_CONTENT
131
131
  response = JSON.parse(response_json)
132
132
  response['meta']['code'] >= 200 && response['meta']['code'] <= 300
133
133
  rescue => e
data/readme.md ADDED
@@ -0,0 +1,5 @@
1
+
2
+ '''
3
+ gem build casual_helper.gemspec
4
+ gem push casual_helper-0.0.4.gem
5
+ '''
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - matthewspivey
@@ -56,6 +56,7 @@ files:
56
56
  - casual_helper.gemspec
57
57
  - lib/casual_helper.rb
58
58
  - lib/casual_helper/version.rb
59
+ - readme.md
59
60
  has_rdoc: true
60
61
  homepage: ""
61
62
  licenses: []