releasing gem 0.2.0 NOT BACKWARDS COMPATABLE, SEE CHANGELOG
This commit is contained in:
		
							parent
							
								
									15a01a579c
								
							
						
					
					
						commit
						52649a8da1
					
				@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					0.2.0 (Nov 17, 2009)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* fix behavior of load_and_authorize_resource for namespaced controllers - see issue #3
 | 
					* fix behavior of load_and_authorize_resource for namespaced controllers - see issue #3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* support arrays being passed to "can" to specify multiple actions or classes - see issue #2
 | 
					* support arrays being passed to "can" to specify multiple actions or classes - see issue #2
 | 
				
			||||||
@ -6,6 +8,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
* BACKWARDS INCOMPATIBLE: use Ability#initialize instead of 'prepare' to set up abilities - see issue #4
 | 
					* BACKWARDS INCOMPATIBLE: use Ability#initialize instead of 'prepare' to set up abilities - see issue #4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*0.1.0* (Nov 16th, 2009)
 | 
					
 | 
				
			||||||
 | 
					0.1.0 (Nov 16, 2009)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* initial release
 | 
					* initial release
 | 
				
			||||||
 | 
				
			|||||||
@ -4,8 +4,8 @@ Gem::Specification.new do |s|
 | 
				
			|||||||
  s.description = "Simple authorization solution for Rails which is completely decoupled from the user's roles. All permissions are stored in a single location for convenience."
 | 
					  s.description = "Simple authorization solution for Rails which is completely decoupled from the user's roles. All permissions are stored in a single location for convenience."
 | 
				
			||||||
  s.homepage = "http://github.com/ryanb/cancan"
 | 
					  s.homepage = "http://github.com/ryanb/cancan"
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  s.version = "0.1.0"
 | 
					  s.version = "0.2.0"
 | 
				
			||||||
  s.date = "2009-11-16"
 | 
					  s.date = "2009-11-17"
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  s.authors = ["Ryan Bates"]
 | 
					  s.authors = ["Ryan Bates"]
 | 
				
			||||||
  s.email = "ryan@railscasts.com"
 | 
					  s.email = "ryan@railscasts.com"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user