captify 0.1.2 → 0.1.3
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.
- data/README.rdoc +2 -2
- data/VERSION +1 -1
- data/bin/captify +3 -3
- data/captify.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -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 -
|
|
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.
|
|
1
|
+
0.1.3
|
data/bin/captify
CHANGED
|
@@ -14,9 +14,9 @@ opts = OptionParser.new do |opts|
|
|
|
14
14
|
template_name = template
|
|
15
15
|
end
|
|
16
16
|
|
|
17
|
-
opts.on("-
|
|
18
|
-
"Add
|
|
19
|
-
|
|
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
|
data/captify.gemspec
CHANGED
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.
|
|
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: -
|
|
112
|
+
hash: -2620405250799506202
|
|
113
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
114
|
none: false
|
|
115
115
|
requirements:
|