usps-support 0.1.7 → 0.1.8

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: 44c0097b83de8420ace4efb33696ab970e45c78d9955ec18e938b12f10abe901
4
- data.tar.gz: c51739593d5c6a133fed3fc264c67c37e6fefb0e39ea9f6c259a5c602d35bcd4
3
+ metadata.gz: 9c749fbd52183b7c6081f0fea6f59ec5dd7459d0c16cfa6d8163f4cca332a3d5
4
+ data.tar.gz: 2ef0b36ba057e0f95692711edeaefc79feb3c2e9fbae1f049b035d7a4921b444
5
5
  SHA512:
6
- metadata.gz: abc2178f85e1830d327194f481a4ed5811971e0c9984722a365bae7d4fdacbe103b7f10aaa78c4db79716d27f3138e49b0a079659b69e12ef0b394e3579952e5
7
- data.tar.gz: ff62d9586bb8f8cc4516bb61460e783bfcc2a4c428ed20cbc977c7090034c7a9e8b525ad47b8c20f4937785be6990c809c83eb2deebf0bdc301719d667c0a4fc
6
+ metadata.gz: 2d80040fde1cbc1a53a8e6600246e80b4409c8ea655ff88359e1c2ba22fc4d7920a0bc7b27073d23da4417febe171cba9c9e5a54a69d5f91b311ef9341a58ca2
7
+ data.tar.gz: 8452a3919afd1a9ac3e66e845ce4d15f1a99b8e1761edbe4fff6c2a50acea46011a3b0fc38bebdc76189b483b4a200a7f18cc7517d03f15aa0a3bea4af180897
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usps-support (0.1.7)
4
+ usps-support (0.1.8)
5
5
  sassc-rails
6
6
  usps-imis-api (~> 0.10.4)
7
7
  usps-jwt_auth (~> 1.0.0)
@@ -7,7 +7,7 @@ module Usps::Support::Helpers
7
7
  GITHUB = 'https://github.com/unitedstatespowersquadrons'
8
8
  SHIELDS = 'https://img.shields.io'
9
9
 
10
- def tag_badge(version, label: nil), logo: nil
10
+ def tag_badge(version, label: nil, logo: nil)
11
11
  label = "#{badgeify(label)}-" if label.present?
12
12
  logo = "?logo=?#{logo}" unless logo.nil?
13
13
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module Support
5
- VERSION = '0.1.7'
5
+ VERSION = '0.1.8'
6
6
  end
7
7
  end
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander