polish_cell_number_checker 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e07f72dbe09518535499754183ad00195d4bde18
4
- data.tar.gz: 8327f10c79ba49c7bbe65f768047ff29fc712660
3
+ metadata.gz: 194ff0efc4ed18d19f84df2a266415058b26a541
4
+ data.tar.gz: 716822e0ad5c8761e496b2f1e3e796bca08814aa
5
5
  SHA512:
6
- metadata.gz: f4f6401522998b678d5be5e279ccb9700fa9ce9782bbfdcba559eaeac786cc55348a6a01af460f3e72d9847f8ffea51fd60933e6912ab2a145f0f7d86f7b9712
7
- data.tar.gz: 2667296970619c73c2a2f161d6fe9a6a7a2ea7fa0b808a851e7629db304adee5f229bc3db5e9aa9361c5c876e6c145c59799e06d5dfa6a0392667c956dd96d39
6
+ metadata.gz: b24b5a69308738b87b57e5dd597a423e7246cdf97c9d894f81761bc48e6c48a5bf536d23fe494351c41c663afba2b6b1e6bf447cd125f6c59d967999fb8f5258
7
+ data.tar.gz: 4e828a1fa3a6272324646df99f7ef6ad40515e8aa01d7b4b07b41913f43d2b30d893eb990be4377564ec7bcfb3367b92d39332069689af82cdc89320bd337c4d
@@ -14,7 +14,7 @@ module PolishCellNumber
14
14
 
15
15
  public
16
16
  def initialize(phone_no)
17
- @phone_no = phone_no
17
+ @phone_no = phone_no.clone
18
18
 
19
19
  @phone_no.gsub!(/\D/, '')
20
20
  @phone_no.gsub!(/^48/, '')
@@ -1,3 +1,3 @@
1
1
  module PolishCellNumberChecker
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/yaml/operators.yml CHANGED
@@ -65,7 +65,9 @@ P4 Sp. z o.o.:
65
65
  - '5360'
66
66
  - '537'
67
67
  - '570'
68
+ - '574'
68
69
  - '575'
70
+ - '578'
69
71
  - '6666'
70
72
  - '6908'
71
73
  - '6909'
@@ -189,11 +191,10 @@ Rezerwa Prezesa UKE:
189
191
  - '5710'
190
192
  - '572'
191
193
  - '573'
192
- - '574'
193
194
  - '576'
194
195
  - '577'
195
- - '578'
196
196
  - '579'
197
+ - '6907'
197
198
  - '69967'
198
199
  - '69969'
199
200
  - '72977'
@@ -221,7 +222,6 @@ Rezerwa Prezesa UKE:
221
222
  - '73937'
222
223
  - '73938'
223
224
  - '73939'
224
- - '7397'
225
225
  - '7398'
226
226
  - '7399'
227
227
  - '7864'
@@ -269,18 +269,6 @@ Polkomtel Sp. z o.o.:
269
269
  - '7899'
270
270
  - '885'
271
271
  - '887'
272
- CenterNet S.A.:
273
- - '6907'
274
- - '7201'
275
- - '7202'
276
- - '7203'
277
- - '7204'
278
- - '7205'
279
- - '7206'
280
- - '7207'
281
- - '7209'
282
- - '7200'
283
- - '8811'
284
272
  Cyfrowy POLSAT S.A.:
285
273
  - '69900'
286
274
  - '69902'
@@ -353,9 +341,21 @@ VOXBONE SA:
353
341
  - '69978'
354
342
  MASSPAY S.A.:
355
343
  - '69979'
344
+ - '7397'
356
345
  Telefonia Dialog Sp. z o.o.:
357
346
  - '6998'
358
347
  - '6999'
348
+ CenterNet S.A.:
349
+ - '7201'
350
+ - '7202'
351
+ - '7203'
352
+ - '7204'
353
+ - '7205'
354
+ - '7206'
355
+ - '7207'
356
+ - '7209'
357
+ - '7200'
358
+ - '8811'
359
359
  Nordisk Polska Sp. z o.o.:
360
360
  - '7271'
361
361
  MOBYLAND Sp. z o.o.:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polish_cell_number_checker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damian Baćkowski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-04 00:00:00.000000000 Z
11
+ date: 2013-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -83,4 +83,6 @@ rubygems_version: 2.0.3
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: Provide check when phone number is polish cell number, get operator name
86
- test_files: []
86
+ test_files:
87
+ - spec/polish_cell_number_checker_spec.rb
88
+ - spec/spec_helper.rb