aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable.gemspec
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2015-10-15 23:25:54 -0700
committerJeremy Daer <jeremydaer@gmail.com>2015-10-15 23:25:54 -0700
commit0dc7f801778c05339ae91a1508002a5c08a88fe4 (patch)
tree3f67ced6a7c98a594d0be018b2e7e4b2d0e76df8 /actioncable.gemspec
parentee16ca8990e80da731e6566b34640e65f6b337e6 (diff)
downloadrails-0dc7f801778c05339ae91a1508002a5c08a88fe4.tar.gz
rails-0dc7f801778c05339ae91a1508002a5c08a88fe4.tar.bz2
rails-0dc7f801778c05339ae91a1508002a5c08a88fe4.zip
Websockets -> WebSocket spelling [ci skip]
Diffstat (limited to 'actioncable.gemspec')
-rw-r--r--actioncable.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/actioncable.gemspec b/actioncable.gemspec
index 02350186db..41d75fdab8 100644
--- a/actioncable.gemspec
+++ b/actioncable.gemspec
@@ -4,8 +4,8 @@ require 'action_cable/version'
Gem::Specification.new do |s|
s.name = 'actioncable'
s.version = ActionCable::VERSION
- s.summary = 'Websockets framework for Rails.'
- s.description = 'Structure many real-time application concerns into channels over a single websockets connection.'
+ s.summary = 'WebSocket framework for Rails.'
+ s.description = 'Structure many real-time application concerns into channels over a single WebSocket connection.'
s.license = 'MIT'
s.author = ['Pratik Naik', 'David Heinemeier Hansson']