diff --git a/action_cable.gemspec b/actioncable.gemspec similarity index 95% rename from action_cable.gemspec rename to actioncable.gemspec index 19969378c5..5fdca0b4ff 100644 --- a/action_cable.gemspec +++ b/actioncable.gemspec @@ -1,5 +1,5 @@ Gem::Specification.new do |s| - s.name = 'action_cable' + s.name = 'actioncable' s.version = '0.1.0' s.summary = 'Websockets framework for Rails.' s.description = 'Structure many real-time application concerns into channels over a single websockets connection.' diff --git a/lib/actioncable.rb b/lib/actioncable.rb new file mode 100644 index 0000000000..f6df6fd063 --- /dev/null +++ b/lib/actioncable.rb @@ -0,0 +1,2 @@ +# Pointer for auto-require +require 'action_cable' \ No newline at end of file