pjam 0.0.9.pre → 0.0.10.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/pjam +4 -4
  2. metadata +2 -2
data/bin/pjam CHANGED
@@ -18,10 +18,10 @@ where [options] are:
18
18
  EOS
19
19
 
20
20
  opt :p, "path to project", :type => :string
21
- opt :skip_pinto, "skipp adding distos to pinto", :default => false
22
- opt :no_color, "work in colorless mode", :default => false
23
- opt :no_misc, "do not install msic modules", :default => false
24
- opt :only, "only build this projects", :type => :string, :default => nil
21
+ opt :skip_pinto, "skip pinto phase, only do distibution phase", :default => false
22
+ opt :no_color, "do not colour output", :default => false
23
+ opt :no_misc, "do not add miscellaneous prerequisites", :default => false
24
+ opt :only, "only add given source(s). multiple sources are separated by comma", :type => :string, :default => nil
25
25
  end
26
26
 
27
27
 
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pjam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9.pre
5
- prerelease: 6
4
+ version: 0.0.10.pre
5
+ prerelease: 7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alexey Melezhik