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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4974b8e383a122cc65453ed3b1eda7c903738595
4
- data.tar.gz: 3893a214f9483aa4b8e0a14e14936dedca45e3b2
3
+ metadata.gz: 6b29c8cf76516b361c8753086b5bfe49b923d00c
4
+ data.tar.gz: fa9a11ddf533e3b8ef39b10468da7f788f899343
5
5
  SHA512:
6
- metadata.gz: 2a719055ee9c4f283b6b2a43d62616d332c7257cb0d8933f6ea627750314cea658d72ea23c304c770feee45d8f47d28110d08d2381ce7b8656dd9404c4d030db
7
- data.tar.gz: 3d5c51706dcd164bb52ba2aa8f931221ca28cb0097d2edfc2806f710b1d1ed17ceda0e0880cef30d0e8c9407e5ae1060aa9b8e568522c1ec2a8428b1e05b4913
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 'mobile_subscriber'
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 mobile_subscriber
19
+ $ gem install mobile-subscriber
20
20
 
21
21
  ## Usage
22
22
 
File without changes
@@ -1,3 +1,3 @@
1
1
  module MobileSubscriber
2
- VERSION = "0.0.1.alpha1"
2
+ VERSION = "0.0.1.alpha2"
3
3
  end
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.alpha1
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/mobile_subscriber.rb
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