esbit 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/esbit/room.rb +1 -1
- data/lib/esbit/version.rb +1 -1
- metadata +2 -3
data/lib/esbit/room.rb
CHANGED
data/lib/esbit/version.rb
CHANGED
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.
|
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.
|
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:
|