guard-websocket-rails 0.1.4 → 0.1.5

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: 69ae0b8d3cc72bca9bbff593ad49a31cfbb99c7d
4
- data.tar.gz: f0e09464e23bc845a338705e9b01f858bd11d1cc
3
+ metadata.gz: f5bc82f72e3084969ede307029fb0b4e93f81728
4
+ data.tar.gz: c7aed5dfd9c9cbcae4d026c517db94f99cf7b84e
5
5
  SHA512:
6
- metadata.gz: 7d93128af7f82d45a82ba84729cbb56da67ce7dd79e36c6384637a0382b7e5255a06a78d9e61f831109c9e7500874ba571f70d16515be76dee65ae87f36287fb
7
- data.tar.gz: e874d01cf052e6dc9df558350feb75f7eb615049a40c51f2f8d41f7579b55bb7396667f64ffcb274ef45af140827746684c3acbdc9de0f60a45ab0b35b3b0f94
6
+ metadata.gz: 4c1e129dd292b7d8e03ac8265854f80ce6925e01b549cf82c44dc170d2c85f09418656b7ace3eed1bb6ffe53e5124fede5511b13634057ece01c70ca810f9b41
7
+ data.tar.gz: 068a8d80aa1689b9d5a70afcf1e8f11a4176224e0186dc9e4b36246359c65b1d4b6cd96e3f4b0c3b29d55eac887eee834bdc0a65c3c542d61535786e54d550b2
@@ -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
@@ -31,6 +31,4 @@ module Guard
31
31
  end
32
32
 
33
33
  end
34
- # class Websocketrails < WebsocketRails
35
- # end
36
34
  end
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module WebsocketRails
3
- VERSION = '0.1.4'
3
+ VERSION = '0.1.5'
4
4
  end
5
5
  end
@@ -0,0 +1,3 @@
1
+ require 'guard/websocket-rails'
2
+ class Guard::Websocketrails < Guard::WebsocketRails
3
+ 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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - MacKinley Smith
@@ -87,6 +87,7 @@ files:
87
87
  - lib/guard/websocket-rails.rb
88
88
  - lib/guard/websocket-rails/templates/Guardfile
89
89
  - lib/guard/websocket-rails/version.rb
90
+ - lib/guard/websocketrails.rb
90
91
  homepage: https://github.com/smit1625/guard-websocket-rails
91
92
  licenses:
92
93
  - MIT