From 3a4ffbc774fc529b269f90289febed1bb23282da Mon Sep 17 00:00:00 2001 From: Kristian Meier Date: Wed, 16 May 2012 10:45:26 +0530 Subject: [PATCH] next version --- ixtlan-guard.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ixtlan-guard.gemspec b/ixtlan-guard.gemspec index bb1799e..cdd6a86 100644 --- a/ixtlan-guard.gemspec +++ b/ixtlan-guard.gemspec @@ -1,7 +1,7 @@ # -*- mode: ruby -*- Gem::Specification.new do |s| s.name = 'ixtlan-guard' - s.version = '0.8.0' + s.version = '0.8.2' s.summary = 'guard your controller actions' s.description = 'simple authorization framework for rails controllers'