korboard 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/korboard/client.rb +0 -2
- data/lib/korboard/version.rb +1 -1
- metadata +2 -2
data/lib/korboard/client.rb
CHANGED
@@ -52,8 +52,6 @@ class Korboard::Client
|
|
52
52
|
|
53
53
|
#wrap in a timeout so we don't slow shit down
|
54
54
|
Timeout::timeout(1){
|
55
|
-
puts path.inspect
|
56
|
-
puts data.to_json.inspect
|
57
55
|
resp, data = @http.post(path, data.to_json, @headers)
|
58
56
|
print_response(resp,data) unless resp.code.to_i == 201
|
59
57
|
return resp.code.to_i == 201
|
data/lib/korboard/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: korboard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-04-
|
12
|
+
date: 2012-04-25 00:00:00.000000000Z
|
13
13
|
dependencies: []
|
14
14
|
description: This gem allows developers to access the Korboard API from their app
|
15
15
|
using Ruby
|