guard-livereload 0.1.7 → 0.1.8

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.
data/README.rdoc CHANGED
@@ -46,7 +46,7 @@ LiveReload guard have 5 options that you can set like this:
46
46
 
47
47
  Available options:
48
48
 
49
- :api_version => '1.4' # default '1.5'
49
+ :api_version => '1.4' # default '1.6'
50
50
  :host => '127.3.3.1' # default '0.0.0.0'
51
51
  :port => '12345' # default '35729'
52
52
  :apply_js_live => false # default true
@@ -15,7 +15,7 @@ module Guard
15
15
  def initialize(watchers = [], options = {})
16
16
  super
17
17
  @options = {
18
- :api_version => '1.5',
18
+ :api_version => '1.6',
19
19
  :host => '0.0.0.0',
20
20
  :port => '35729',
21
21
  :apply_js_live => true,
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module LiveReloadVersion
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
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: 21
5
- prerelease: false
4
+ hash: 11
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 7
10
- version: 0.1.7
9
+ - 8
10
+ version: 0.1.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Thibaud Guillaume-Gentil
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-10 00:00:00 +01:00
18
+ date: 2011-03-14 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  requirements: []
161
161
 
162
162
  rubyforge_project: guard-livereload
163
- rubygems_version: 1.3.7
163
+ rubygems_version: 1.5.0
164
164
  signing_key:
165
165
  specification_version: 3
166
166
  summary: Guard gem for livereload