shoutbox-client 0.0.9 → 0.0.10

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.
@@ -8,7 +8,7 @@ class ShoutboxClient
8
8
  VALID_STATUS = { 'red' => :update,
9
9
  'yellow' => :update,
10
10
  'green' => :update,
11
- 'destroy' => :delete }
11
+ 'remove' => :delete }
12
12
 
13
13
 
14
14
  def self.configuration
@@ -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 => :destroy ).should == true
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
9
- version: 0.0.9
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-23 00:00:00 +01:00
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: 1158908200310400392
137
+ hash: 4357209329012439274
138
138
  segments:
139
139
  - 0
140
140
  version: "0"