WEBSocket 0.0.9b → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/WEBSocket.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
13
13
  Establish a websocket communication using Ruby standard sockets or Celluloid::IO sockets if required.
14
14
  EOS
15
15
  gem.summary = %q{Establish a websocket communication}
16
- gem.homepage = "https://github.com/Ezveus/WEBSocket"
16
+ gem.homepage = "https://github.com/Ezveus/ruby-websocket"
17
17
 
18
18
  gem.files = `git ls-files`.split($/)
19
19
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
data/lib/WEBSocket.rb CHANGED
@@ -1,5 +1,3 @@
1
- require "forwardable"
2
-
3
1
  require "websocket"
4
2
  require "uri"
5
3
 
@@ -1,4 +1,4 @@
1
1
  module WEBSocket
2
- VERSION = "0.0.9b"
2
+ VERSION = "0.0.9"
3
3
  DATE = Time.now.to_s.split[0]
4
4
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: WEBSocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9b
5
- prerelease: 5
4
+ version: 0.0.9
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matthieu "Ezveus" Ciappara
@@ -57,7 +57,7 @@ files:
57
57
  - lib/WEBSocket/server.rb
58
58
  - lib/WEBSocket/socket.rb
59
59
  - lib/WEBSocket/version.rb
60
- homepage: https://github.com/Ezveus/WEBSocket
60
+ homepage: https://github.com/Ezveus/ruby-websocket
61
61
  licenses: []
62
62
  post_install_message:
63
63
  rdoc_options: []
@@ -72,9 +72,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  none: false
74
74
  requirements:
75
- - - ! '>'
75
+ - - ! '>='
76
76
  - !ruby/object:Gem::Version
77
- version: 1.3.1
77
+ version: '0'
78
78
  requirements: []
79
79
  rubyforge_project:
80
80
  rubygems_version: 1.8.24