rails3-generators 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.0
1
+ 0.10.1
@@ -38,7 +38,7 @@ end
38
38
  ]
39
39
  end
40
40
 
41
- %w(erb erubis haml).each do |template|
41
+ %w(erb erubis haml mustache).each do |template|
42
42
  Rails::Generators.hidden_namespaces <<
43
43
  [
44
44
  "#{template}:controller",
@@ -54,11 +54,4 @@ end
54
54
  ]
55
55
  end
56
56
 
57
- Rails::Generators.hidden_namespaces <<
58
- [
59
- "mustache:controller",
60
- "mustache:scaffold",
61
- "mustache:install"
62
- ]
63
-
64
57
  Rails::Generators.hidden_namespaces.flatten!
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rails3-generators}
8
- s.version = "0.10.0"
8
+ s.version = "0.10.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jose Valim", "Anuj Dutta", "Paul Berry", "Jeff Tucker", "Louis T.", "Jai-Gouk Kim", "Darcy Laycock", "Peter Haza", "Peter Gumeson"]
@@ -130,7 +130,7 @@ Gem::Specification.new do |s|
130
130
  ]
131
131
  s.homepage = %q{http://github.com/indirect/rails3-generators}
132
132
  s.post_install_message = %q{
133
- rails3-generators-0.10.0
133
+ rails3-generators-0.10.1
134
134
 
135
135
  Be sure to check out the wiki, http://wiki.github.com/indirect/rails3-generators/,
136
136
  for information about recent changes to this project.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 10
8
- - 0
9
- version: 0.10.0
8
+ - 1
9
+ version: 0.10.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jose Valim
@@ -151,7 +151,7 @@ homepage: http://github.com/indirect/rails3-generators
151
151
  licenses: []
152
152
 
153
153
  post_install_message: "\n\
154
- rails3-generators-0.10.0\n\n\
154
+ rails3-generators-0.10.1\n\n\
155
155
  Be sure to check out the wiki, http://wiki.github.com/indirect/rails3-generators/,\n\
156
156
  for information about recent changes to this project.\n\n\
157
157
  note: if you use erb templates add the follow to your generators block to take full advantage of this gem.\n\