piliponi 1.2.0 → 1.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,4 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2fc73d412120edaa5b8dbd13b56df4742cdcb0c3
4
- data.tar.gz: e9bb625a0be9c043c20e28bcfeb3f0da28b37b2e
5
2
  SHA512:
6
- metadata.gz: 61f57fc4c136cdfe3758bb0bb1eeaf59d38ae78a3e65931be7e947bf9f72b2fd92139440c6fcd90ff8dcd6f979309f3234264215c88e24efbc677bd40c240640
7
- data.tar.gz: a5e8368ed8c8dfd83d66211c4be625b3322565be48cacc3dd971a5beea4067f13175571ad4a7098a1fa2d6c01b53764703f28fcd9cee17bbfcf086f207611f8a
3
+ metadata.gz: 77937a831a5e3385fc10a5082d4f55881982b64fc787a41d8c308dfb8991395c543058c9223cf4433f4f93b6c7967d951b1199abeeed36cad8a32d1a96cf51fa
4
+ data.tar.gz: b6f802f86c630f6ccf50e7f9d6ad2afae9bd61f9f801fd485545000a6d08ca74abbaf2bf23fff910ff8f4775a25d7e20e4fc5fdda822c643d8d1b722d1e37b61
@@ -1,8 +1,8 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.2
4
3
  - 1.9.3
5
4
  - 2.0.0
5
+ - 2.2.0
6
6
  script:
7
7
  - bundle exec rspec spec
8
8
 
@@ -17,41 +17,61 @@ smart:
17
17
  - 0930
18
18
  - 0938
19
19
  - 0939
20
+ - 0940
20
21
  - 0946
21
22
  - 0947
22
23
  - 0948
23
24
  - 0949
25
+ - 0950
26
+ - 0951
27
+ - 0970
28
+ - 0981
24
29
  - 0989
30
+ - 0992
25
31
  - 0998
26
32
  - 0999
27
- sun:
33
+ sun:
28
34
  - 0922
29
35
  - 0923
30
36
  - 0924
37
+ - 0925
38
+ - 0931
31
39
  - 0932
32
40
  - 0933
33
41
  - 0934
42
+ - 0941
34
43
  - 0942
35
44
  - 0943
36
- globe:
45
+ - 0944
46
+ globe:
37
47
  - 0817
38
48
  - 0905
39
49
  - 0906
40
50
  - 0915
41
51
  - 0916
42
52
  - 0917
43
- - 0925
44
53
  - 0926
45
54
  - 0927
46
55
  - 0935
47
56
  - 0936
48
- - 0937
57
+ - 0945
58
+ - 0955
59
+ - 0956
60
+ - 0975
61
+ - 0976
62
+ - 0977
49
63
  - 0994
50
- - 0996
64
+ - 0995
51
65
  - 0997
52
- - 0977
53
- - 0979
54
- exetel:
66
+ extel:
55
67
  - 0973
56
68
  - 0974
69
+ next:
70
+ - 0978
71
+ - 0979
72
+ abscbn:
73
+ - 0937
74
+ cherry:
75
+ - 0996
76
+
57
77
 
@@ -1,3 +1,3 @@
1
1
  module Piliponi
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
@@ -89,8 +89,8 @@ describe Piliponi do
89
89
  expect(Piliponi.telco? "09220000000").to eq('sun')
90
90
  end
91
91
 
92
- it "returns exetel" do
93
- expect(Piliponi.telco? "09730000000").to eq('exetel')
92
+ it "returns extel" do
93
+ expect(Piliponi.telco? "09730000000").to eq('extel')
94
94
  end
95
95
  end
96
96
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: piliponi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Dimasuhid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-27 00:00:00.000000000 Z
11
+ date: 2018-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  requirements: []
96
96
  rubyforge_project:
97
- rubygems_version: 2.4.5
97
+ rubygems_version: 2.7.3
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Mobile Phone Number Formatter for the Philippines