sheepsafe 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.3.1
2
+
3
+ - Fix `sheepsafe add` (thanks Justin Ridgewell for pointing out)
4
+
1
5
  === 0.3.0
2
6
 
3
7
  - Always recycle proxy on network changes, and wait a few seconds more
data/lib/sheepsafe.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Sheepsafe
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
4
4
 
5
5
  require 'sheepsafe/config'
@@ -144,9 +144,9 @@ PLIST
144
144
  end
145
145
 
146
146
  def add
147
- @config.trusted_names << @network.ssid
147
+ @config.trusted_names << @network.ssid
148
148
  @config.last_network = nil
149
- say "Adding #{config.trusted_names[num]} to your trusted locations"
149
+ say "Adding #{@network.ssid} to your trusted locations"
150
150
  write_config
151
151
  @controller.run
152
152
  end
data/sheepsafe.gemspec CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'sheepsafe'
5
- s.version = '0.3.0'
6
- s.date = '2011-04-14'
5
+ s.version = '0.3.1'
6
+ s.date = '2011-05-09'
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: 19
5
- prerelease: false
4
+ hash: 17
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nick Sieger
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-14 00:00:00 -05:00
19
- default_executable: sheepsafe
18
+ date: 2011-05-09 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: highline
@@ -85,7 +84,6 @@ files:
85
84
  - lib/sheepsafe/network.rb
86
85
  - sheepsafe.gemspec
87
86
  - spec/sheepsafe_spec.rb
88
- has_rdoc: true
89
87
  homepage: http://github.com/nicksieger/sheepsafe
90
88
  licenses: []
91
89
 
@@ -125,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
123
  requirements: []
126
124
 
127
125
  rubyforge_project: caldersphere
128
- rubygems_version: 1.3.7
126
+ rubygems_version: 1.7.2
129
127
  signing_key:
130
128
  specification_version: 3
131
129
  summary: Makes sure you're safe from FireSheep!