mobile-subscriber 0.0.1.alpha1 → 0.0.1.alpha2
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/{mobile_subscriber.rb → mobile-subscriber.rb} +0 -0
- data/lib/mobile_subscriber/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b29c8cf76516b361c8753086b5bfe49b923d00c
|
|
4
|
+
data.tar.gz: fa9a11ddf533e3b8ef39b10468da7f788f899343
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f36e4adef6a826ef1722b103380953593ed3b1a1be28d10a59f78743293d48ec67402c4c56c36718e5370327edaa476abcaaf4ea40ee6c6d843b8cb0df5a7ee2
|
|
7
|
+
data.tar.gz: 58bd599c9534d5a7d13cd2b04743316f828e697ef0b6bc286f782818da041997e660249b8a5055df7d4c2e4251f50475f5acec53d90ac1f389991051ddc9a3ec
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ TODO: Write a gem description
|
|
|
7
7
|
Add this line to your application's Gemfile:
|
|
8
8
|
|
|
9
9
|
```ruby
|
|
10
|
-
gem '
|
|
10
|
+
gem 'mobile-subscriber'
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
And then execute:
|
|
@@ -16,7 +16,7 @@ And then execute:
|
|
|
16
16
|
|
|
17
17
|
Or install it yourself as:
|
|
18
18
|
|
|
19
|
-
$ gem install
|
|
19
|
+
$ gem install mobile-subscriber
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mobile-subscriber
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1.
|
|
4
|
+
version: 0.0.1.alpha2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roberto Quintanilla
|
|
@@ -112,7 +112,7 @@ files:
|
|
|
112
112
|
- Rakefile
|
|
113
113
|
- build-docker.sh
|
|
114
114
|
- fig.yml
|
|
115
|
-
- lib/
|
|
115
|
+
- lib/mobile-subscriber.rb
|
|
116
116
|
- lib/mobile_subscriber/detection/from_msisdn_header.rb
|
|
117
117
|
- lib/mobile_subscriber/detection/from_x_nokia_msisdn_header.rb
|
|
118
118
|
- lib/mobile_subscriber/detection/from_x_up_ch_msisdn_header.rb
|