huawei_3g_unlock 0.0.1 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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) }
@@ -1,3 +1,3 @@
1
1
  module Huawei3gUnlock
2
- VERSION = "0.0.1"
2
+ VERSION = "1.0.1"
3
3
  end
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: 29
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
- - 0
7
+ - 1
8
8
  - 0
9
9
  - 1
10
- version: 0.0.1
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: