captify 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +2 -2
  2. data/VERSION +1 -1
  3. data/bin/captify +3 -3
  4. data/captify.gemspec +1 -1
  5. metadata +2 -2
@@ -21,9 +21,9 @@ To use a different template:
21
21
  cd my_project
22
22
  bundle exec captify -t sinatra-basic .
23
23
 
24
- === How to load template without bundler?
24
+ === How to load a template gem without bundler?
25
25
  cd my_project
26
- captify -r capistrano-templates -t rails-basic .
26
+ captify -g capistrano-templates -t rails-basic .
27
27
 
28
28
  === See also
29
29
  captify -h
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -14,9 +14,9 @@ opts = OptionParser.new do |opts|
14
14
  template_name = template
15
15
  end
16
16
 
17
- opts.on("-r", "--require LIBRARY",
18
- "Add LIBRARY that contains templates into load path") do |lib|
19
- require lib
17
+ opts.on("-g", "--gem TEMPLATE_GEM",
18
+ "Add gem that contains templates into load path") do |lib|
19
+ gem lib
20
20
  end
21
21
 
22
22
  opts.on_tail("-h", "--help", "Show this message") do
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "captify"
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Huiming Teo"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: captify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  segments:
111
111
  - 0
112
- hash: -100599646786744606
112
+ hash: -2620405250799506202
113
113
  required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  none: false
115
115
  requirements: