mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump version
This commit is contained in:
parent
6127d0cda4
commit
265f1f1eba
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.name = 'action_cable'
|
s.name = 'action_cable'
|
||||||
s.version = '0.0.2'
|
s.version = '0.0.3'
|
||||||
s.summary = 'Framework for websockets.'
|
s.summary = 'Framework for websockets.'
|
||||||
s.description = 'Action Cable is a framework for realtime communication over websockets.'
|
s.description = 'Action Cable is a framework for realtime communication over websockets.'
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ require 'em-hiredis'
|
||||||
require 'action_cable/engine' if defined?(Rails)
|
require 'action_cable/engine' if defined?(Rails)
|
||||||
|
|
||||||
module ActionCable
|
module ActionCable
|
||||||
VERSION = '0.0.1'
|
VERSION = '0.0.3'
|
||||||
|
|
||||||
autoload :Channel, 'action_cable/channel'
|
autoload :Channel, 'action_cable/channel'
|
||||||
autoload :Worker, 'action_cable/worker'
|
autoload :Worker, 'action_cable/worker'
|
||||||
|
|
Loading…
Reference in a new issue