kick 0.0.3 → 0.0.4

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 (2) hide show
  1. data/bin/kick +2 -1
  2. metadata +1 -1
data/bin/kick CHANGED
@@ -4,6 +4,7 @@
4
4
  require 'kick'
5
5
 
6
6
  arg = ARGV[0]
7
+ distribution_list = ARGV[1]
7
8
  #puts "Argument: #{arg}"
8
9
 
9
10
  case arg
@@ -12,7 +13,7 @@ when "build"
12
13
  kick.build
13
14
  when "dist"
14
15
  kick = Kick.new
15
- kick.dist
16
+ kick.dist(distribution_list)
16
17
  else
17
18
  puts "Unknown command #{arg}"
18
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kick
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: