esbit 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/esbit/room.rb +1 -1
  2. data/lib/esbit/version.rb +1 -1
  3. metadata +2 -3
data/lib/esbit/room.rb CHANGED
@@ -10,7 +10,7 @@ module Esbit
10
10
 
11
11
  def say(message)
12
12
  json_message = {message: {type: 'TextMessage', body: message}}
13
- @connection.post "/room/#{@id}/speak", json_message(message)
13
+ @connection.post "/room/#{@id}/speak", json_message
14
14
  end
15
15
  end
16
16
  end
data/lib/esbit/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Esbit
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esbit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  requirements: []
119
119
  rubyforge_project:
120
- rubygems_version: 1.8.24
120
+ rubygems_version: 1.8.25
121
121
  signing_key:
122
122
  specification_version: 3
123
123
  summary: A lightweight gem to interact with the Campfire API
@@ -125,4 +125,3 @@ test_files:
125
125
  - spec/esbit/campfire_spec.rb
126
126
  - spec/esbit/connection_spec.rb
127
127
  - spec/spec_helper.rb
128
- has_rdoc: