middleman-livereload 3.3.3 → 3.3.4

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: 5804d280ba0762c1c71fde0763891383f5c907d7
4
- data.tar.gz: 8ebd9c2ceab875648e6ac3ce85f8ea665e99638c
3
+ metadata.gz: f9039093fb35e4e75c4c37009eed9782a293c3b7
4
+ data.tar.gz: 69bd2ee4f998d453d21d0be87d17626d400b27f2
5
5
  SHA512:
6
- metadata.gz: ae07a30c7c7897af73a2c5a08e867eab332c0fd5fe043656d45494dc3be7def5414f42e10dd20e61321093efbaead514892f0b8c08d126d2b8c3938f48731e3f
7
- data.tar.gz: b2065134715bc9bd272d07a416eeb7db2a4e1e19c27d70011f5888034a238adf55fc6cf280527e84a38472f6c9e305576b16e6c75c417d57d9dae8321e025a44
6
+ metadata.gz: d297db87040c7da1eac30a7e67b0e7f32fc8948c44b27eb942eaf6818e1eecfa35a3e40981be36fe9f078f1be62bb6efcaab018721d103b47723533408a79e63
7
+ data.tar.gz: ffe255d542049a484daf91253fd1bfbe73af97081fdc895f59cdc59f297b85c22c08b91aed4cd8c5ec631099135a6a5a9acd2dfe95343c56814fd988dda293d7
@@ -7,7 +7,7 @@ module Middleman
7
7
  option :apply_js_live, true, 'Apply JS changes live, without reloading'
8
8
  option :apply_css_live, true, 'Apply CSS changes live, without reloading'
9
9
  option :no_swf, false, 'Disable Flash WebSocket polyfill for browsers that support native WebSockets'
10
- option :host, Socket.ip_address_list.find(&:ipv4_private?).ip_address, 'Host to bind LiveReload API server to'
10
+ option :host, Socket.ip_address_list.find(->{ Addrinfo.ip 'localhost' }, &:ipv4_private?).ip_address, 'Host to bind LiveReload API server to'
11
11
 
12
12
  def initialize(app, options_hash={}, &block)
13
13
  super
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module LiveReload
3
- VERSION = "3.3.3"
3
+ VERSION = "3.3.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-livereload
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.3
4
+ version: 3.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Reynolds
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-04-24 00:00:00.000000000 Z
13
+ date: 2014-06-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: middleman-core