tracking_number 1.3.2 → 1.4.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tracking_number
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Keen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-23 00:00:00.000000000 Z
11
+ date: 2023-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -140,7 +140,8 @@ description: This gem identifies valid tracking numbers and the service they're
140
140
  with. It can also tell you a little bit about the package purely from the number—there's
141
141
  quite a bit of info tucked away into those numbers, it turns out.
142
142
  email: jeff@keen.me
143
- executables: []
143
+ executables:
144
+ - console
144
145
  extensions: []
145
146
  extra_rdoc_files:
146
147
  - LICENSE.txt
@@ -157,12 +158,25 @@ files:
157
158
  - LICENSE.txt
158
159
  - README.md
159
160
  - Rakefile
161
+ - bin/console
162
+ - lib/data/couriers/amazon.json
163
+ - lib/data/couriers/canadapost.json
164
+ - lib/data/couriers/dhl.json
165
+ - lib/data/couriers/dpd.json
166
+ - lib/data/couriers/fedex.json
167
+ - lib/data/couriers/landmark.json
168
+ - lib/data/couriers/lasership.json
169
+ - lib/data/couriers/ontrac.json
170
+ - lib/data/couriers/s10.json
171
+ - lib/data/couriers/ups.json
172
+ - lib/data/couriers/usps.json
160
173
  - lib/tracking_number.rb
161
174
  - lib/tracking_number/active_model_validator.rb
162
175
  - lib/tracking_number/base.rb
163
176
  - lib/tracking_number/checksum_validations.rb
164
177
  - lib/tracking_number/info.rb
165
178
  - lib/tracking_number/loader.rb
179
+ - lib/tracking_number/partnership.rb
166
180
  - lib/tracking_number/unknown.rb
167
181
  - lib/tracking_number/version.rb
168
182
  - package.json
@@ -191,8 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
205
  - !ruby/object:Gem::Version
192
206
  version: '0'
193
207
  requirements: []
194
- rubyforge_project:
195
- rubygems_version: 2.7.6
208
+ rubygems_version: 3.2.32
196
209
  signing_key:
197
210
  specification_version: 4
198
211
  summary: Identifies valid tracking numbers