gemstub 2.0.0.pre2 → 2.0.0.pre3
Sign up to get free protection for your applications and to get access to all the features.
@@ -22,6 +22,11 @@ app_readme_file:
|
|
22
22
|
template_path: <%= File.join(templates_directory_path, "README.template") %>
|
23
23
|
output_path: <%= File.join(app, "README.textile") %>
|
24
24
|
|
25
|
+
gitignore_file:
|
26
|
+
type: file
|
27
|
+
template_path: <%= File.join(templates_directory_path, "gitignore.template") %>
|
28
|
+
output_path: <%= File.join(app, ".gitignore") %>
|
29
|
+
|
25
30
|
app_license_file:
|
26
31
|
type: file
|
27
32
|
template_path: <%= File.join(templates_directory_path, "LICENSE.template") %>
|
metadata
CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
6
6
|
- 2
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.0.0.
|
9
|
+
- pre3
|
10
|
+
version: 2.0.0.pre3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mark Bates
|
@@ -88,6 +88,7 @@ files:
|
|
88
88
|
- lib/gemstub/gem_generator/templates/app_gem.rb.template
|
89
89
|
- lib/gemstub/gem_generator/templates/app_init.rb.template
|
90
90
|
- lib/gemstub/gem_generator/templates/Gemfile.template
|
91
|
+
- lib/gemstub/gem_generator/templates/gitignore.template
|
91
92
|
- lib/gemstub/gem_generator/templates/LICENSE.template
|
92
93
|
- lib/gemstub/gem_generator/templates/Rakefile.template
|
93
94
|
- lib/gemstub/gem_generator/templates/README.template
|
@@ -113,7 +114,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
113
114
|
requirements:
|
114
115
|
- - ">="
|
115
116
|
- !ruby/object:Gem::Version
|
116
|
-
hash:
|
117
|
+
hash: -4461977600800278398
|
117
118
|
segments:
|
118
119
|
- 0
|
119
120
|
version: "0"
|