faye-client 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/faye-client.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "faye-client"
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Brian Goff"]
@@ -26,8 +26,8 @@ Gem::Specification.new do |s|
26
26
  "VERSION",
27
27
  "faye-client.gemspec",
28
28
  "lib/faye-client.rb",
29
- "lib/faye_client/channel_handlers/default_channel_handler.rb",
30
- "lib/faye_client/faye_client.rb",
29
+ "lib/faye-client/channel_handlers/default_channel_handler.rb",
30
+ "lib/faye-client/faye_client.rb",
31
31
  "test/helper.rb",
32
32
  "test/test_faye-client.rb"
33
33
  ]
File without changes
data/lib/faye-client.rb CHANGED
@@ -3,5 +3,5 @@ require 'eventmachine'
3
3
  require 'Faye'
4
4
  require 'sidekiq'
5
5
  require 'active_support'
6
- require './faye_client/faye_client'
7
- require './faye_client/channel_handlers/default_channel_handler'
6
+ require 'require_all'
7
+ require_rel 'faye-client'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faye-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -156,8 +156,8 @@ files:
156
156
  - VERSION
157
157
  - faye-client.gemspec
158
158
  - lib/faye-client.rb
159
- - lib/faye_client/channel_handlers/default_channel_handler.rb
160
- - lib/faye_client/faye_client.rb
159
+ - lib/faye-client/channel_handlers/default_channel_handler.rb
160
+ - lib/faye-client/faye_client.rb
161
161
  - test/helper.rb
162
162
  - test/test_faye-client.rb
163
163
  homepage: http://github.com/cpuguy83/faye-client
@@ -175,7 +175,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
175
175
  version: '0'
176
176
  segments:
177
177
  - 0
178
- hash: -1692075111458930586
178
+ hash: 2478729716599622820
179
179
  required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  none: false
181
181
  requirements: