access-granted.gemspec in access-granted-1.1.2 vs access-granted.gemspec in access-granted-1.2.0

- old
+ new

@@ -2,10 +2,10 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "access-granted" - spec.version = "1.1.2" + spec.version = "1.2.0" spec.authors = ["Piotrek OkoĊ„ski"] spec.email = ["piotrek@okonski.org"] spec.description = %q{Role based authorization gem} spec.summary = %q{Elegant whitelist and role based authorization with ability to prioritize roles.} spec.homepage = "https://github.com/chaps-io/access-granted"