who_is_online 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: 4b44561ad4f633294f513267a53f614f3801297bf33a446564a29e103a8557a7
4
- data.tar.gz: 90805405a5a19f52659574adb1d2f751fa3f7e31e157f692c4d4ee931cb3fdd6
3
+ metadata.gz: 45e76fdc7887607f2a3135419ce960d8a51187fd8c83b7db4c5703334b7eb7aa
4
+ data.tar.gz: 45823a66eea218b7b309aa13320e92dea034b1702416f1181faa2be3872ad558
5
5
  SHA512:
6
- metadata.gz: fdece27684e9747c8ecf1f623e9ce23c5ba5d29b3b06e9a397b503cd1fe59044b6f26d31be02123eef31bec724b7a845063030be208295cf999587b1473261f9
7
- data.tar.gz: f7c4be7554411d7983be73ab2b202979f0fc3c5c5e938b4d36e10d29978d215e85cf871196b8a2bc500a0f612685613db60f8757932cd9fb777c704cfc20c74b
6
+ metadata.gz: 247cb86217ec7ac88f51ad019c62d628f84836080ee0957d627d718a8d97b6ee9f8c30613544df458a70828cca773efa91a56baf042c15b804383429ffde4cd0
7
+ data.tar.gz: b0e3129e997a40e1589437e4a34e8d7c81db7831ec44a6182d2cdda0a16d968ee2deedfafc9ba50330e104b08834d2132678e3aac17acf5837c477d5e21cc389
@@ -9,7 +9,7 @@ module WhoIsOnline
9
9
  module Base
10
10
  # Get path for migration template
11
11
  def source_root
12
- @_sk_progress_bar_source_root ||= File.expand_path(File.join('../who_is_online', generator_name, 'templates'), __FILE__)
12
+ @_who_is_online_source_root ||= File.expand_path(File.join('../who_is_online', generator_name, 'templates'), __FILE__)
13
13
  end
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module WhoIsOnline
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: who_is_online
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - andriy.kondzolko
@@ -69,10 +69,10 @@ files:
69
69
  - Rakefile
70
70
  - bin/console
71
71
  - bin/setup
72
- - lib/generators/channel/channel_generator.rb
73
- - lib/generators/channel/templates/who_is_online.coffee
74
- - lib/generators/channel/templates/who_is_online_channel.rb
75
72
  - lib/generators/who_is_online.rb
73
+ - lib/generators/who_is_online/channel/channel_generator.rb
74
+ - lib/generators/who_is_online/channel/templates/who_is_online.coffee
75
+ - lib/generators/who_is_online/channel/templates/who_is_online_channel.rb
76
76
  - lib/who_is_online.rb
77
77
  - lib/who_is_online/version.rb
78
78
  - vendor/assets/javascripts/who_is_online.js