rotten-generators 0.9.6 → 0.9.7

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.
Files changed (4) hide show
  1. data/README.rdoc +8 -5
  2. data/VERSION +1 -1
  3. data/generators.gemspec +1 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -1,10 +1,13 @@
1
1
  = Rotten Generators
2
2
 
3
- Rotten Scaffold is
3
+ A collection of rails generators that use HAML, RSpec and AuthLogic
4
4
 
5
- == Copyright
5
+ == Generators
6
+ * Rotten Authentication
7
+ * Rotten Controller
8
+ * Rotten Layout
9
+ * Rotten Scaffold
6
10
 
7
- Copyright (c) 2009 Peter Coulton. See LICENSE for details.
8
-
9
- rotten_scaffold is copied from nifty_scaffold http://github.com/ryanb/nifty-generators/tree/master
11
+ == Development
10
12
 
13
+ This is a fork of {Nifty Generators}[http://github.com/ryanb/nifty-generators], so check out his version.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.6
1
+ 0.9.7
data/generators.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{generators}
5
- s.version = "0.9.6"
5
+ s.version = "0.9.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Peter Coulton"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rotten-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Coulton