gemstub 2.0.0.pre2 → 2.0.0.pre3

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.
@@ -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") %>
@@ -0,0 +1,22 @@
1
+ .swp
2
+ *.swp
3
+ *.log
4
+ .DS_Store
5
+ doc
6
+ tmp
7
+ pkg
8
+ *.gem
9
+ *.pid
10
+ coverage
11
+ coverage.data
12
+ build/*
13
+ *.pbxuser
14
+ *.mode1v3
15
+ .svn
16
+ profile
17
+ sqlnet.log
18
+ db/schema.rb
19
+ dump.*.gz
20
+ solr/*
21
+ log/*
22
+ public/system/*
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 0
8
8
  - 0
9
- - pre2
10
- version: 2.0.0.pre2
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: 2223489025715567266
117
+ hash: -4461977600800278398
117
118
  segments:
118
119
  - 0
119
120
  version: "0"