airport_mac_changer 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +4 -0
- metadata +3 -3
data/README.md
CHANGED
@@ -6,6 +6,10 @@ Script to quickly change your Airport's MAC address.
|
|
6
6
|
Some wifi hotspots give a limited connection time or bandwith for each device by
|
7
7
|
looking its MAC address, so with this gem you may get a new MAC address and get connected again.
|
8
8
|
|
9
|
+
## Installation
|
10
|
+
|
11
|
+
gem install airport_mac_change
|
12
|
+
|
9
13
|
## Usage:
|
10
14
|
|
11
15
|
Execute
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: airport_mac_changer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 1
|
10
|
+
version: 1.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Raul Murciano
|