shoutbox-client 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/shoutbox_client.rb +1 -1
- data/spec/shoutbox_client_spec.rb +1 -1
- metadata +4 -4
data/lib/shoutbox_client.rb
CHANGED
@@ -88,7 +88,7 @@ describe "ShoutboxClient" do
|
|
88
88
|
:headers => {'Accept'=>'application/json', 'User-Agent'=>'Ruby shoutbox-client'}).
|
89
89
|
to_return(:status => 200, :body => "OK", :headers => {})
|
90
90
|
|
91
|
-
ShoutboxClient.shout( :statusId => "test_status", :status => :
|
91
|
+
ShoutboxClient.shout( :statusId => "test_status", :status => :remove ).should == true
|
92
92
|
end
|
93
93
|
|
94
94
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 10
|
9
|
+
version: 0.0.10
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Benjamin Krause
|
@@ -14,7 +14,7 @@ autorequire: shoutbox_client
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-01-
|
17
|
+
date: 2011-01-27 00:00:00 +01:00
|
18
18
|
default_executable: shout
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -134,7 +134,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
135
135
|
- - ">="
|
136
136
|
- !ruby/object:Gem::Version
|
137
|
-
hash:
|
137
|
+
hash: 4357209329012439274
|
138
138
|
segments:
|
139
139
|
- 0
|
140
140
|
version: "0"
|