diff options
Diffstat (limited to 'actioncable.gemspec')
-rw-r--r-- | actioncable.gemspec | 4 |
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'] |