pi 0.1.22 → 0.1.23

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.
Files changed (3) hide show
  1. data/lib/cli/runner.rb +1 -1
  2. data/lib/cli/version.rb +1 -1
  3. metadata +3 -3
data/lib/cli/runner.rb CHANGED
@@ -127,7 +127,7 @@ class PI::Cli::Runner
127
127
  when 'help'
128
128
  if @args.size == 0
129
129
  display_help
130
- break
130
+ # break
131
131
  else if @args == ["help"] && @args.size == 1
132
132
  usage('pi help [command]')
133
133
  else
data/lib/cli/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module PI
2
2
  module Cli
3
- VERSION = '0.1.22'
3
+ VERSION = '0.1.23'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 22
10
- version: 0.1.22
9
+ - 23
10
+ version: 0.1.23
11
11
  platform: ruby
12
12
  authors:
13
13
  - Samsung