usps-support 0.1.5 → 0.1.6

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,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be44cc3fce990710f4d5d05825b2aeb5d20003ab09e74df278b50f4dfaefbcc4
4
- data.tar.gz: 6f3bd47419d11b346f74d691d4b430042f2421c1da57d8dd61381056bef4c267
3
+ metadata.gz: 423469418349198f6dd70d7faf7c943f7ebc29cb43e7e02571a8b183418a6ebe
4
+ data.tar.gz: 11f539dc406f83cb3b0e8c360f8871a2b19420f5f6a0377e4561f4a85fd9b5f6
5
5
  SHA512:
6
- metadata.gz: c33290f5e60460e176bb479ec7883354f9e8e34a9b1d234d4feae0a13d43747cdc7f022ed22bd1e898620222ff0984060ab768c6ca3da681bc26beed4321c60e
7
- data.tar.gz: 4527289d50541292afa7e80b46258b4b28338d600b9e446d7c6baf6fd102de5a235b26c5874bc895495f4be2487681192fe10c96333c42f27ba4b847fc2e4f14
6
+ metadata.gz: 8dec3ad13bf5a597a4189ee9b144283518690e72254bd75e19fb168edfce01638d36a0b8248db88b4d4e89fb7912a8d757b4df37bc88f57c0bf20abb80d1c639
7
+ data.tar.gz: 459a0fa00e7a6db50d9b4b661b3c7be9cd52286effb0b1d623160b3a128626277af46fa774a392e8f2084195ad340ad7265647feebf184db543b5300d99e20e5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usps-support (0.1.5)
4
+ usps-support (0.1.6)
5
5
  sassc-rails
6
6
  usps-imis-api (~> 0.10.4)
7
7
  usps-jwt_auth (~> 1.0.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module Support
5
- VERSION = '0.1.5'
5
+ VERSION = '0.1.6'
6
6
  end
7
7
  end
data/lib/usps/support.rb CHANGED
@@ -5,7 +5,9 @@ require_relative 'support/version'
5
5
  module Usps
6
6
  # Shared helpers and general models for USPS Rails applications
7
7
  #
8
- module Support; end
8
+ module Support
9
+ def self.version = Gem::Version.new(VERSION)
10
+ end
9
11
  end
10
12
 
11
13
  require_relative 'support/helpers'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usps-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander