sinatra-rocketio 0.3.2 → 0.3.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb7df3b607a4e2493f88be30b59d2b56a9d0156b
4
- data.tar.gz: 9483038d431df494f88d9b9affae1a0e9e249995
3
+ metadata.gz: d60e4716a0757e3e69a8deedd27f19956db3db73
4
+ data.tar.gz: fedd420a0fbba44948249065764fb51be63d5101
5
5
  SHA512:
6
- metadata.gz: 3450e1586f89d43f0107500a981ae2490d934122d30d90cf3f5f76c1444455cc7a9640bf3870ec394b47cd46878b8e6edd42093d3cc051afd9e2abeff3e9c6e8
7
- data.tar.gz: ce2462f008e83edf96a1c70803ee4d4832ac40a7dee0f19f9091ee5a4b58cce1c8ae4dcb9ad78970a4753379333c69320390c46fad76a457f7af4aa77f7cb802
6
+ metadata.gz: 566c67c520ec2bb123e5e63aa68622d92d58f43f99526eba9630b42170cd6445f1df0e974590869feeb02f6dae56c8ba58527155e45d1d172c9d979d66939f27
7
+ data.tar.gz: 38f13f4cfdcee2e32f880a05d236cac18cb2780e1c869ed1c44e079549da1defba149e2100695cff7808da443c622fcaeb7ff8e335cef8e7d05f7261cb497cc0
@@ -1,3 +1,7 @@
1
+ === 0.3.3 2013-10-05
2
+
3
+ * MIT license
4
+
1
5
  === 0.3.2 2013-10-04
2
6
 
3
7
  * bugfix for channel push
@@ -1,5 +1,5 @@
1
1
  module Sinatra
2
2
  module RocketIO
3
- VERSION = "0.3.2"
3
+ VERSION = "0.3.3"
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- // RocketIO.js v0.3.1 (websocketio:v0.3.7, cometio:v0.5.9)
1
+ // RocketIO.js v0.3.2 (websocketio:v0.4.0, cometio:v0.5.9)
2
2
  // https://github.com/shokai/sinatra-rocketio
3
3
  // (c) 2013 Sho Hashimoto <hashimoto@shokai.org>
4
4
  // The MIT License
@@ -1,4 +1,4 @@
1
- // RocketIO.js v0.3.1 (websocketio:v0.3.7, cometio:v0.5.9)
1
+ // RocketIO.js v0.3.2 (websocketio:v0.4.0, cometio:v0.5.9)
2
2
  // https://github.com/shokai/sinatra-rocketio
3
3
  // (c) 2013 Sho Hashimoto <hashimoto@shokai.org>
4
4
  // The MIT License
@@ -15,6 +15,7 @@ Gem::Specification.new do |gem|
15
15
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
16
16
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
17
17
  gem.require_paths = ["lib"]
18
+ gem.license = "MIT"
18
19
 
19
20
  gem.add_development_dependency "bundler", "~> 1.3"
20
21
  gem.add_development_dependency "rake"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-rocketio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sho Hashimoto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-04 00:00:00.000000000 Z
11
+ date: 2013-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -259,7 +259,8 @@ files:
259
259
  - test/test_rocketio.rb
260
260
  - test/test_settings.rb
261
261
  homepage: https://github.com/shokai/sinatra-rocketio
262
- licenses: []
262
+ licenses:
263
+ - MIT
263
264
  metadata: {}
264
265
  post_install_message:
265
266
  rdoc_options: []