sinatra-cometio 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.0.5 2012-11-16
2
+
3
+ * add github page link
4
+
1
5
  === 0.0.4 2012-11-16
2
6
 
3
7
  * removeListener on client side
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = sinatra-cometio
2
2
 
3
- * http://github.com/shokai/sinatra-cometio
3
+ * http://shokai.github.com/sinatra-cometio
4
4
 
5
5
  == INSTALL:
6
6
 
@@ -10,6 +10,13 @@
10
10
 
11
11
  Node.js like Comet I/O plugin for Sinatra
12
12
 
13
+ == REQUIREMENTS:
14
+
15
+ * Ruby 1.8.7+ or 1.9.2+
16
+ * Sinatra 1.3.0+
17
+ * EventMachine
18
+ * jQuery
19
+
13
20
  == SYNOPSIS:
14
21
 
15
22
  === Client --(Ajax)--> Server
@@ -103,10 +110,6 @@ chat app
103
110
  - https://github.com/shokai/sinatra-cometio/tree/master/sample
104
111
 
105
112
 
106
- == REQUIREMENTS:
107
-
108
- * Ruby 1.8.7+ or 1.9.2+
109
-
110
113
  == LICENSE:
111
114
 
112
115
  (The MIT License)
@@ -1,3 +1,3 @@
1
1
  module SinatraCometio
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-cometio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -178,7 +178,7 @@ files:
178
178
  - test/test_helper.rb
179
179
  - test/test_sinatra-cometio.rb
180
180
  - .gemtest
181
- homepage: http://github.com/shokai/sinatra-cometio
181
+ homepage: http://shokai.github.com/sinatra-cometio
182
182
  licenses: []
183
183
  post_install_message:
184
184
  rdoc_options:
@@ -194,7 +194,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
194
194
  version: '0'
195
195
  segments:
196
196
  - 0
197
- hash: 3731248774010908495
197
+ hash: 2993998207114587225
198
198
  required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  none: false
200
200
  requirements: