micro_fire 1.0.0 → 1.0.1

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.
data/Rakefile CHANGED
@@ -5,6 +5,7 @@ Hoe.plugin :gemspec2
5
5
 
6
6
  Hoe.spec 'micro_fire' do
7
7
  developer 'raggi', 'raggi@rubyforge.org'
8
+ extra_deps << %w(net-http-persistent)
8
9
  extra_dev_deps << %w(hoe-gemspec2 >=1.0.0)
9
10
 
10
11
  self.extra_rdoc_files = FileList["**/*.rdoc"]
data/lib/micro_fire.rb CHANGED
@@ -6,7 +6,7 @@ require 'uri'
6
6
  require 'net/http/persistent'
7
7
 
8
8
  class MicroFire
9
- VERSION = '1.0.0'
9
+ VERSION = '1.0.1'
10
10
 
11
11
  class << self
12
12
  attr_accessor :stream, :json
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - raggi
@@ -15,13 +15,26 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-23 00:00:00 -07:00
19
- default_executable:
18
+ date: 2011-05-25 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
- name: hoe-gemspec2
21
+ name: net-http-persistent
23
22
  prerelease: false
24
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 3
29
+ segments:
30
+ - 0
31
+ version: "0"
32
+ type: :runtime
33
+ version_requirements: *id001
34
+ - !ruby/object:Gem::Dependency
35
+ name: hoe-gemspec2
36
+ prerelease: false
37
+ requirement: &id002 !ruby/object:Gem::Requirement
25
38
  none: false
26
39
  requirements:
27
40
  - - ">="
@@ -33,11 +46,11 @@ dependencies:
33
46
  - 0
34
47
  version: 1.0.0
35
48
  type: :development
36
- version_requirements: *id001
49
+ version_requirements: *id002
37
50
  - !ruby/object:Gem::Dependency
38
51
  name: hoe
39
52
  prerelease: false
40
- requirement: &id002 !ruby/object:Gem::Requirement
53
+ requirement: &id003 !ruby/object:Gem::Requirement
41
54
  none: false
42
55
  requirements:
43
56
  - - ">="
@@ -49,7 +62,7 @@ dependencies:
49
62
  - 4
50
63
  version: 2.9.4
51
64
  type: :development
52
- version_requirements: *id002
65
+ version_requirements: *id003
53
66
  description: |-
54
67
  A micro single room Campfire interface that only depends on
55
68
  Net::HTTP::Persistent and a JSON library. On 1.9, it will use Psych by
@@ -63,8 +76,6 @@ extensions: []
63
76
  extra_rdoc_files:
64
77
  - Manifest.txt
65
78
  - CHANGELOG.rdoc
66
- - pkg/micro_fire-1.0.0/CHANGELOG.rdoc
67
- - pkg/micro_fire-1.0.0/README.rdoc
68
79
  - README.rdoc
69
80
  files:
70
81
  - CHANGELOG.rdoc
@@ -72,9 +83,6 @@ files:
72
83
  - README.rdoc
73
84
  - Rakefile
74
85
  - lib/micro_fire.rb
75
- - pkg/micro_fire-1.0.0/CHANGELOG.rdoc
76
- - pkg/micro_fire-1.0.0/README.rdoc
77
- has_rdoc: true
78
86
  homepage: http://rubygems.org/gems/micro_fire
79
87
  licenses: []
80
88
 
@@ -105,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
113
  requirements: []
106
114
 
107
115
  rubyforge_project: micro_fire
108
- rubygems_version: 1.5.2
116
+ rubygems_version: 1.8.3
109
117
  signing_key:
110
118
  specification_version: 3
111
119
  summary: A micro single room Campfire interface that only depends on Net::HTTP::Persistent and a JSON library
@@ -1,5 +0,0 @@
1
- === 1.0.0 / 2011-05-23
2
-
3
- * 1 major enhancement
4
-
5
- * Birthday!
@@ -1,67 +0,0 @@
1
- = micro_fire
2
-
3
- http://rubygems.org/gems/micro_fire
4
- {Project}[http://rubygems.org/gems/micro_fire]
5
- {Documentation}[http://libraggi.rubyforge.org/micro_fire/README_rdoc.html]
6
- {Wiki}[http://wiki.github.com/raggi/micro_fire/]
7
- {Source Code}[http://github.com/raggi/micro_fire/]
8
- {Issues}[http://github.com/raggi/micro_fire/issues]
9
- {Rubyforge}[http://rubyforge.org/projects/libraggi]
10
-
11
- == DESCRIPTION:
12
-
13
- A micro single room Campfire interface that only depends on
14
- Net::HTTP::Persistent and a JSON library. On 1.9, it will use Psych by
15
- default, on other rubies it will try for yajl, then for json.
16
-
17
- == FEATURES/PROBLEMS:
18
-
19
- * Simples
20
-
21
- == SYNOPSIS:
22
-
23
- BEGIN { require 'rubygems' }
24
- require 'osx_keychain' # optional part of example
25
- keychain = OSXKeychain.new # optional part of example
26
- token = keychain['campfire', ENV['USER']] # optional part of example
27
-
28
- room = MicroFire.new 'raggi', token, 'ragville'
29
- room.join
30
- room.speak 'OHAI THERE'
31
- room.watch do |event|
32
- p event
33
- end
34
-
35
- == REQUIREMENTS:
36
-
37
- * gem install net-http-persistent
38
- * a json library: yajl-ruby, or json, or psych
39
-
40
- == INSTALL:
41
-
42
- * gem install micro_fire
43
-
44
- == LICENSE:
45
-
46
- (The MIT License)
47
-
48
- Copyright (c) 2011 raggi
49
-
50
- Permission is hereby granted, free of charge, to any person obtaining
51
- a copy of this software and associated documentation files (the
52
- 'Software'), to deal in the Software without restriction, including
53
- without limitation the rights to use, copy, modify, merge, publish,
54
- distribute, sublicense, and/or sell copies of the Software, and to
55
- permit persons to whom the Software is furnished to do so, subject to
56
- the following conditions:
57
-
58
- The above copyright notice and this permission notice shall be
59
- included in all copies or substantial portions of the Software.
60
-
61
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
62
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
63
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
64
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
65
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
66
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
67
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.