micro_fire 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/micro_fire.rb +1 -2
  2. metadata +5 -4
@@ -14,7 +14,6 @@ class MicroFire
14
14
  self.stream = URI.parse('https://streaming.campfirenow.com')
15
15
 
16
16
  json_libs = [
17
- lambda { require 'psych'; Psych },
18
17
  lambda { require 'yajl' ; Yajl },
19
18
  lambda { require 'json' ; JSON },
20
19
  lambda { raise 'No suitable JSON lib could be found' }
@@ -106,4 +105,4 @@ class MicroFire
106
105
  sleep(@backoff = @backoff * 2 % 16) != 0
107
106
  end
108
107
 
109
- end
108
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: micro_fire
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - raggi
@@ -113,9 +113,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  requirements: []
114
114
 
115
115
  rubyforge_project: micro_fire
116
- rubygems_version: 1.8.3
116
+ rubygems_version: 1.8.21
117
117
  signing_key:
118
118
  specification_version: 3
119
119
  summary: A micro single room Campfire interface that only depends on Net::HTTP::Persistent and a JSON library
120
120
  test_files: []
121
121
 
122
+ has_rdoc: