usps-imis-api 0.13.1 → 0.13.2

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: 4f2a87078ddd79a70812f9d8047a10b431300ce84bdc4d6304458001ec0f525c
4
- data.tar.gz: 475666c51fc44ac9473dc7ceeab05758f1fbdf314554140851b8f04d5775ceeb
3
+ metadata.gz: 39b3425be79c46892032b02b9878f7707c1e84d6a30b9d834c4524e0c8622e9d
4
+ data.tar.gz: 6fdcb9594d2d4855245b9ece4c613366d9b4f4c0379b31b38f050e17f860cca3
5
5
  SHA512:
6
- metadata.gz: 1d862618ef81096dac1c2b026228956d27c4b600b914a8f48dd403508e8b9a43c337ab9414c711390af71e1b1fb686cfda81cd1164c8ad5aaa244c4836139928
7
- data.tar.gz: 86aff154476bccb2cc88cf8f8f149a12166ea3c03123139e42141a8de97b42a4d9ee7e7ee1f3f0bee555c588cd08c60d9bdb476a09636508489ac6bc849c347b
6
+ metadata.gz: cc5b05a0aed74f2bb273d9a3b2fa197f8d588b6f334e9cd3745b2b2af3bc37d830e9c38200fe05f1115bca3924e7e6325af9888249ee0523a693171e1b0fb1e2
7
+ data.tar.gz: 80a858aa8c983003765eb976197dd582ba50ac476c81808e4f46a2f602635764ea149d5936bcc7bbd89f5739da7d36684d3a5039edb25359cd7ee0d2c2e0621a
@@ -164,6 +164,9 @@ Options:
164
164
  version:
165
165
  - Print version and exit
166
166
  - short: v
167
+ environment:
168
+ - Print configured environment and exit
169
+ - short: E
167
170
  help:
168
171
  - Show this message
169
172
  - short: h
@@ -21,6 +21,7 @@ module Usps
21
21
  in certificate: _ then api.imis_id
22
22
  in show_config: true then config_path
23
23
  in version: true then api.class.version
24
+ in environment: true then Imis.config.environment
24
25
  end
25
26
  rescue NoMatchingPatternError => e
26
27
  raise Errors::CommandLineError, "Unable to match pattern from options: #{e.message}"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module Imis
5
- VERSION = '0.13.1'
5
+ VERSION = '0.13.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usps-imis-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander