aboutsummaryrefslogtreecommitdiffstats
path: root/action_cable.gemspec
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2015-04-07 16:32:22 -0500
committerPratik Naik <pratiknaik@gmail.com>2015-04-07 16:32:22 -0500
commit265f1f1ebae2422df8ee9fe66184d6cd20c73494 (patch)
tree390cc708a97bd1f1d8c6ce28a88d8b4233d86c4e /action_cable.gemspec
parent6127d0cda4d60c7b30ee1fb40006da11e04512d0 (diff)
downloadrails-265f1f1ebae2422df8ee9fe66184d6cd20c73494.tar.gz
rails-265f1f1ebae2422df8ee9fe66184d6cd20c73494.tar.bz2
rails-265f1f1ebae2422df8ee9fe66184d6cd20c73494.zip
Bump version
Diffstat (limited to 'action_cable.gemspec')
-rw-r--r--action_cable.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/action_cable.gemspec b/action_cable.gemspec
index 4f252d4b1e..714256a73e 100644
--- a/action_cable.gemspec
+++ b/action_cable.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'action_cable'
- s.version = '0.0.2'
+ s.version = '0.0.3'
s.summary = 'Framework for websockets.'
s.description = 'Action Cable is a framework for realtime communication over websockets.'