Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
releasing v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Dec 29, 2010
1 parent b646212 commit 7451a81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
@@ -1,3 +1,16 @@
0.4.3 (December 28, 2010)

* display usage documentation when given an invalid model name with nifty:scaffold - issue #76

* add newline when necessary to Gemfile before adding gem - issue #64

* remove extra whitespace between controller methods in nifty:scaffold - issue #62

* renaming edit_user route to edit_current_user - issue #59

* HAML template improvements (thanks IamNaN) - issue #71


0.4.2 (October 15, 2010)

* adding mocha to Gemfile automatically if it's not there already
Expand Down
2 changes: 1 addition & 1 deletion nifty-generators.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "nifty-generators"
s.version = "0.4.2"
s.version = "0.4.3"
s.author = "Ryan Bates"
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/nifty-generators"
Expand Down

0 comments on commit 7451a81

Please sign in to comment.