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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2dc4925fb6a2975dc8e0bdee5699d442d0812639f888277666920ea521afda0
4
- data.tar.gz: e6a08197f058379eb9c487badf3cfceea0a6b89be15ca6cb9e11c8cafcf0c39d
3
+ metadata.gz: 0aa01bc03e05cfdd6fa53432ea9d4692e53f9e71580432d15d485a8ad6213bfc
4
+ data.tar.gz: 4917749e1c8a5955eceb4459af1dfa212a833840cfcec022bd89423554fb94d3
5
5
  SHA512:
6
- metadata.gz: 73bfbaa0235441beb5d84564b7297308e531fc33ac04f45eb0dbe1fc3526ca1aa0fdd44a88232b2f695649dcfa05adc3cc199a53dab392f061b60e591b9cb4a5
7
- data.tar.gz: 5cd65e2f58074223cf4c87c18054362dfb533d31095e5d6cc46fc4b55f344335c6d4ae4e6cc98afcfb0837fda6caedaed3816f5a98817974aeaf477bd04efab6
6
+ metadata.gz: 3ad0ecca24a8fe1ce5017f5b17b16d1332fc80d89ab7ed1ea025bcb6a25ab59dcb175e4abbac6d676ff8224c437fc67fa18b1d29aeb9b120c32308d54551b9c9
7
+ data.tar.gz: 8d662295fece385bf10bd2bcbb50ffcd18b1819b2c44e93625dfb42023af4fe4d0445ce84dd6110e49ca1c2c9152f83ff86c6aa7301399dd3d7b9479ff284944
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FriendlyShipping
4
- VERSION = "0.10.0"
4
+ VERSION = "0.10.1"
5
5
  end
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.0
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