Skip to content

Commit

Permalink
Minor bump after some bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 12, 2009
1 parent f8adbdc commit fbaeb33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
@@ -1,5 +1,8 @@
# Version 0.2.2
# Version 0.3

* Minor bump after three bug fixes.
* Bug fix when showing warning of constant redefinition.
* Bug fix with ApplicationController not being unloaded properly on development.
* Bug fix when having root singleton resources. Calling collection_url would
raise "NoMethodError _url", not it will call root_url.
* More comments on UrlHelpers.
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,6 +1,6 @@
Inherited Resources
License: MIT
Version: 0.2.2
Version: 0.3

You can also read this README in pretty html at the GitHub project Wiki page:

Expand Down
2 changes: 1 addition & 1 deletion inherited_resources.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "inherited_resources"
s.version = "0.2.2"
s.version = "0.3"
s.date = "2009-02-12"
s.summary = "Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important."
s.email = "jose.valim@gmail.com"
Expand Down

0 comments on commit fbaeb33

Please sign in to comment.