guard-livereload 0.1.8 → 0.1.9

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.
@@ -21,7 +21,7 @@ module Guard
21
21
  UI.info "Reloading browser: #{paths.join(' ')}"
22
22
  paths.each do |path|
23
23
  data = ['refresh', {
24
- :path => path,
24
+ :path => "#{Dir.pwd}/#{path}",
25
25
  :apply_js_live => @options[:apply_js_live],
26
26
  :apply_css_live => @options[:apply_css_live]
27
27
  }].to_json
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module LiveReloadVersion
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-livereload
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 8
10
- version: 0.1.8
9
+ - 9
10
+ version: 0.1.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Thibaud Guillaume-Gentil