airport_mac_changer 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +4 -4
- metadata +22 -43
- data/bin/airport_mac_changer +0 -5
data/README.md
CHANGED
@@ -8,17 +8,17 @@ looking its MAC address, so with this gem you may get a new MAC address and get
|
|
8
8
|
|
9
9
|
## Installation
|
10
10
|
|
11
|
-
gem install
|
11
|
+
gem install airport_mac_changer
|
12
12
|
|
13
13
|
## Usage:
|
14
14
|
|
15
15
|
Execute
|
16
16
|
|
17
|
-
|
17
|
+
airport_mac_changer
|
18
18
|
|
19
|
-
enter your root password when you're asked for it and wait a bit.
|
19
|
+
enter your root password when you're asked for it and wait a bit.
|
20
20
|
|
21
|
-
If you're currently connected to some network, you'll be automatically desconnected
|
21
|
+
If you're currently connected to some network, you'll be automatically desconnected
|
22
22
|
to apply the MAC change and automatically reconnected after.
|
23
23
|
|
24
24
|
## Supported platforms
|
metadata
CHANGED
@@ -1,71 +1,50 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: airport_mac_changer
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 0
|
9
|
-
- 1
|
10
|
-
version: 1.0.1
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.2
|
5
|
+
prerelease:
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Raul Murciano
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
date: 2010-10-08 00:00:00 +02:00
|
19
|
-
default_executable: airport_mac_changer
|
12
|
+
date: 2010-10-08 00:00:00.000000000 Z
|
20
13
|
dependencies: []
|
21
|
-
|
22
14
|
description: Script to change your Airport's MAC address
|
23
15
|
email: raul@murciano.net
|
24
|
-
executables:
|
25
|
-
- airport_mac_changer
|
16
|
+
executables: []
|
26
17
|
extensions: []
|
27
|
-
|
28
|
-
extra_rdoc_files:
|
18
|
+
extra_rdoc_files:
|
29
19
|
- LICENSE
|
30
20
|
- README.md
|
31
|
-
files:
|
21
|
+
files:
|
32
22
|
- lib/airport_mac_changer.rb
|
33
23
|
- LICENSE
|
34
24
|
- README.md
|
35
|
-
- bin/airport_mac_changer
|
36
|
-
has_rdoc: true
|
37
25
|
homepage: http://github.com/raul/airport_mac_changer
|
38
26
|
licenses: []
|
39
|
-
|
40
27
|
post_install_message:
|
41
|
-
rdoc_options:
|
28
|
+
rdoc_options:
|
42
29
|
- --charset=UTF-8
|
43
|
-
require_paths:
|
30
|
+
require_paths:
|
44
31
|
- lib
|
45
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
46
33
|
none: false
|
47
|
-
requirements:
|
48
|
-
- -
|
49
|
-
- !ruby/object:Gem::Version
|
50
|
-
|
51
|
-
|
52
|
-
- 0
|
53
|
-
version: "0"
|
54
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ! '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
55
39
|
none: false
|
56
|
-
requirements:
|
57
|
-
- -
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
|
60
|
-
segments:
|
61
|
-
- 0
|
62
|
-
version: "0"
|
40
|
+
requirements:
|
41
|
+
- - ! '>='
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '0'
|
63
44
|
requirements: []
|
64
|
-
|
65
45
|
rubyforge_project:
|
66
|
-
rubygems_version: 1.
|
46
|
+
rubygems_version: 1.8.23
|
67
47
|
signing_key:
|
68
48
|
specification_version: 3
|
69
49
|
summary: Quickly change your Airport's MAC address
|
70
50
|
test_files: []
|
71
|
-
|