releasing 1.6.1

This commit is contained in:
Ryan Bates 2011-03-15 23:40:14 -07:00
parent 3f6cecbfcf
commit b0c1646fee
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
1.6.1 (March 15, 2011)
* Use Item.new instead of build_item for singleton resource so it doesn't effect database - see issue #304
* Made accessible_by action default to :index and parent action default to :show instead of :read - see issue #302
* Reverted Inherited Resources "collection" override since it doesn't seem to be working - see issue #305
1.6.0 (March 11, 2011) 1.6.0 (March 11, 2011)
* Added MetaWhere support - see issue #194 and #261 * Added MetaWhere support - see issue #194 and #261

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "cancan" s.name = "cancan"
s.version = "1.6.0" s.version = "1.6.1"
s.author = "Ryan Bates" s.author = "Ryan Bates"
s.email = "ryan@railscasts.com" s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/cancan" s.homepage = "http://github.com/ryanb/cancan"