huawei_3g_unlock 0.0.1 → 1.0.1
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.
- data/huawei_3g_unlock.gemspec +1 -1
- data/lib/huawei_3g_unlock/version.rb +1 -1
- metadata +4 -4
data/huawei_3g_unlock.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.email = ["alfred.rowe@gmail.com"]
|
|
7
7
|
gem.description = %q{A ruby implementation of Huawei 3G modem unlock/flash code generator. Tested on E1550 Models, I am positive it might work on other similar models. Comes also with a commandline tool(huawei3g) to quickly generate codes by specifying modems IMEI number.}
|
|
8
8
|
gem.summary = %q{Huawei Mobile Broadband Carrier Unlock/Flash Code Generator}
|
|
9
|
-
gem.homepage = ""
|
|
9
|
+
gem.homepage = "https://github.com/nukturnal/huawei_3g_unlock"
|
|
10
10
|
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: huawei_3g_unlock
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
|
-
-
|
|
7
|
+
- 1
|
|
8
8
|
- 0
|
|
9
9
|
- 1
|
|
10
|
-
version:
|
|
10
|
+
version: 1.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alfred R. Rowe
|
|
@@ -37,7 +37,7 @@ files:
|
|
|
37
37
|
- huawei_3g_unlock.gemspec
|
|
38
38
|
- lib/huawei_3g_unlock.rb
|
|
39
39
|
- lib/huawei_3g_unlock/version.rb
|
|
40
|
-
homepage:
|
|
40
|
+
homepage: https://github.com/nukturnal/huawei_3g_unlock
|
|
41
41
|
licenses: []
|
|
42
42
|
|
|
43
43
|
post_install_message:
|