Skip to content

Commit

Permalink
releasing gem v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Feb 21, 2009
1 parent 0468ba4 commit 5b88340
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.3 (February 20th, 2009)

* fixing nifty_authentication to work with Rails 2.3 application_controller.rb

* fixing password field in HAML signup page in nifty_authentication

0.2.2 (November 11th, 2008)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('nifty-generators', '0.2.2') do |p|
Echoe.new('nifty-generators', '0.2.3') do |p|
p.project = "niftygenerators"
p.description = "A collection of useful generator scripts for Rails."
p.url = "http://github.com/ryanb/nifty-generators"
Expand Down

0 comments on commit 5b88340

Please sign in to comment.