guard-websocket-rails 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a03839afe5f154848f50aa59454d494207bc6620
4
- data.tar.gz: 72a51b6a2358fc7d16615765549a47a96263760f
3
+ metadata.gz: 2880173d6843a7451654d9ef9dcb14f4a40a3535
4
+ data.tar.gz: 66cfc8cd51927378382c291261dde982769e4ddf
5
5
  SHA512:
6
- metadata.gz: cd9746b8deef7db211b73c1204e351d8fb9f298674da82b69d1ed4e8a4df24765c5cfb525a4b061809b549826f759986c8bbcace32ed75dbc23c7f46eb1a33c6
7
- data.tar.gz: 51ae438945509c12231ce47b20531aa5a5d92c93322e0d307285fe78367b59d8cc6ba28f61cf9e22eb185b35086c00b42081ba0198023ab4758412e095255e41
6
+ metadata.gz: 8cc88b537cd0181f4dfb425d42e5feb4fd330821ff1235ec5143701788fa5f1d18ce4dd6715242f619ca1cddda5189949cfa7bac115117efd2c5175580753eda
7
+ data.tar.gz: 6da055424cf8fc81a93074e34af1e6aa4af31be6678008f92718d906c1f0dc38791e79f7dd0468317b039eeb033d74090f0ffa7fa8c32fbdfae505985fce3f80
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module WebsocketRails
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@ require 'guard/websocket-rails/version'
4
4
  # require 'guard/compat/plugin'
5
5
 
6
6
  module Guard
7
- class WebsocketRails < Guard
7
+ class Websocketrails < Guard
8
8
 
9
9
  def initialize(watchers=[], options={})
10
10
  super
@@ -32,6 +32,6 @@ module Guard
32
32
  end
33
33
 
34
34
  end
35
- class Websocketrails < WebsocketRails
36
- end
35
+ # class Websocketrails < WebsocketRails
36
+ # end
37
37
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-websocket-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - MacKinley Smith