friendly_shipping 0.10.0 → 0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/friendly_shipping/version.rb +1 -1
- metadata +1 -2
- data/lib/friendly_shipping/inflections.rb +0 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0aa01bc03e05cfdd6fa53432ea9d4692e53f9e71580432d15d485a8ad6213bfc
|
4
|
+
data.tar.gz: 4917749e1c8a5955eceb4459af1dfa212a833840cfcec022bd89423554fb94d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ad0ecca24a8fe1ce5017f5b17b16d1332fc80d89ab7ed1ea025bcb6a25ab59dcb175e4abbac6d676ff8224c437fc67fa18b1d29aeb9b120c32308d54551b9c9
|
7
|
+
data.tar.gz: 8d662295fece385bf10bd2bcbb50ffcd18b1819b2c44e93625dfb42023af4fe4d0445ce84dd6110e49ca1c2c9152f83ff86c6aa7301399dd3d7b9479ff284944
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: friendly_shipping
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Meyerhoff
|
@@ -137,7 +137,6 @@ files:
|
|
137
137
|
- lib/friendly_shipping/api_result.rb
|
138
138
|
- lib/friendly_shipping/carrier.rb
|
139
139
|
- lib/friendly_shipping/http_client.rb
|
140
|
-
- lib/friendly_shipping/inflections.rb
|
141
140
|
- lib/friendly_shipping/item_options.rb
|
142
141
|
- lib/friendly_shipping/label.rb
|
143
142
|
- lib/friendly_shipping/package_options.rb
|
@@ -1,10 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
# This is necessary for classes with acronyms to autoload in Rails
|
4
|
-
if Object.const_defined?('ActiveSupport::Inflector')
|
5
|
-
ActiveSupport::Inflector.inflections(:en) do |inflect|
|
6
|
-
inflect.acronym 'BOL'
|
7
|
-
inflect.acronym 'RL'
|
8
|
-
inflect.acronym 'TForce'
|
9
|
-
end
|
10
|
-
end
|