sheepsafe 0.2.7 → 0.2.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.
@@ -1,3 +1,7 @@
1
+ === 0.2.8
2
+
3
+ - example.com changed again, search for /RFC 2606/ in body instead
4
+
1
5
  === 0.2.7
2
6
 
3
7
  - example.com changed, updating content length
@@ -1,5 +1,5 @@
1
1
  module Sheepsafe
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
4
4
 
5
5
  require 'sheepsafe/config'
@@ -50,8 +50,8 @@ module Sheepsafe
50
50
  notified = false
51
51
  loop do
52
52
  require 'open-uri'
53
- length = open("http://example.com") {|f| f.meta['content-length'] } rescue nil
54
- break if length == "3067" # successful contact w/ example.com
53
+ is_example_com = open("http://example.com") {|f| f.read[/(RFC 2606)/] == "RFC 2606"} rescue nil
54
+ break if is_example_com
55
55
  notify_warning("Waiting for internet connection before switching") unless notified
56
56
  notified = true
57
57
  sleep 5
@@ -2,8 +2,8 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'sheepsafe'
5
- s.version = '0.2.7'
6
- s.date = '2011-02-13'
5
+ s.version = '0.2.8'
6
+ s.date = '2011-03-22'
7
7
 
8
8
  s.rubyforge_project = %q{caldersphere}
9
9
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sheepsafe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 7
10
- version: 0.2.7
9
+ - 8
10
+ version: 0.2.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nick Sieger
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-13 00:00:00 +01:00
18
+ date: 2011-03-22 00:00:00 -05:00
19
19
  default_executable: sheepsafe
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency