panomosity 0.1.34 → 0.1.35

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: 9c4ca26ec8aea2aab2814eadc973bd9823fa4f68d1e758b1ffc4aea748716b6a
4
- data.tar.gz: fe80a8e94d0ceb930ef654a7c5e20284880b06ca62c9851aa499f34c490979c7
3
+ metadata.gz: b65bc97cd45e178084afa204a41355038ed8071d361fde9cd14ef264717c2471
4
+ data.tar.gz: '0384cff13bd3d72aa97e09f7efc8b0c40baff294921f9f5c22f3ac2c4c9617a1'
5
5
  SHA512:
6
- metadata.gz: ed7748db818e144a39740f03396d6afdab885359c0b95eb773048f7ea76912bb2c92de61f57b0dcc4efe6cc9b33344aa2bc9c08d542358e35e627608fb8691bd
7
- data.tar.gz: 3f18437d67ae7b651e8bfef77cdfb99ce8733b810c3d2fc11591bfd95bf542781a25fa1e9674f2b59ec20b661f95dcd6933c9125725dc1592401c03b825cdd72
6
+ metadata.gz: dbc856dc3727226f568e3a24dc28038dca5900a2e2f19227fe118b51bd6de0a414f503f066a91fc93d5ce972bedcdffd917fee75cc7376075af251d5a7960261
7
+ data.tar.gz: 2911664ac77d3702b8e43f61238d61abbcc1fb7477e18f6a10ff07780b402137dcf7ac9bae0d12b2630394fbb4044b7a794cb179e665e77fdbca5cc06a890ee6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- panomosity (0.1.32)
4
+ panomosity (0.1.34)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module Panomosity
2
- VERSION = '0.1.34'
2
+ VERSION = '0.1.35'
3
3
  end
data/lib/panomosity.rb CHANGED
@@ -74,6 +74,11 @@ module Panomosity
74
74
  options[:darwin] = type
75
75
  end
76
76
 
77
+ parser.on('--version', 'Show the installed version') do
78
+ puts VERSION
79
+ exit
80
+ end
81
+
77
82
  parser.on('-h', '--help', 'Display this screen') do
78
83
  puts parser
79
84
  exit
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panomosity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.34
4
+ version: 0.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Garcia
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-11 00:00:00.000000000 Z
11
+ date: 2019-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler