niftier-generators 0.1.1 → 0.1.2

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 CHANGED
@@ -1,6 +1,6 @@
1
- = Niftier Generators
1
+ = Niftier Generators (for Rails 3)
2
2
 
3
- A collection of (more) useful Rails generator scripts for scaffolding, layout files, authentication, and more.
3
+ A collection of (more) useful Rails 3 generator scripts for scaffolding, layout files, authentication, and more.
4
4
 
5
5
  <b>NOTE:</b> This is a fork of the awesome "nifty-generators" by Ryan Bates. You can find the original project here: http://github.com/ryanb/nifty-generators
6
6
 
@@ -8,7 +8,7 @@ A collection of (more) useful Rails generator scripts for scaffolding, layout fi
8
8
 
9
9
  gem install niftier-generators
10
10
 
11
- Include it in your Gemfile.
11
+ Include it in your Gemfile.
12
12
 
13
13
  gem "niftier-generators"
14
14
 
@@ -1,3 +1,3 @@
1
1
  def index
2
- @<%= plural_name %> = <%= class_name %>.all
2
+ @<%= plural_name %> = <%= class_name %>
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: niftier-generators
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Venables (originally by Ryan Bates)
@@ -15,11 +15,11 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-01 00:00:00 -04:00
18
+ date: 2010-08-03 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
22
- description: A collection of (more) useful Rails generator scripts for scaffolding, layout files, authentication, and more.
22
+ description: A collection of (more) useful Rails 3 generator scripts for scaffolding, layout files, authentication, and more.
23
23
  email: mattyven@gmail.com (ryan@railscasts.com)
24
24
  executables: []
25
25
 
@@ -168,6 +168,6 @@ rubyforge_project: niftier-generators
168
168
  rubygems_version: 1.3.7
169
169
  signing_key:
170
170
  specification_version: 3
171
- summary: A collection of (more) useful Rails generator scripts.
171
+ summary: A collection of (more) useful Rails 3 generator scripts.
172
172
  test_files: []
173
173