cantango.gemspec in cantango-0.9.4.5 vs cantango.gemspec in cantango-0.9.4.6
- old
+ new
@@ -2,21 +2,18 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
- s.name = %q{cantango}
- s.version = "0.9.4.5"
+ s.name = "cantango"
+ s.version = "0.9.4.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = [%q{Kristian Mandrup}, %q{Stanislaw Pankevich}]
- s.date = %q{2011-11-21}
- s.description = %q{Define your permission rules as role- or role group specific permits.
-Integrates well with multiple Devise user acounts.
-Includes rules caching.
-Store permissions in yaml file or key-value store}
- s.email = %q{kmandrup@gmail.com, s.pankevich@gmail.com}
+ s.authors = ["Kristian Mandrup", "Stanislaw Pankevich"]
+ s.date = "2011-11-24"
+ s.description = "Define your permission rules as role- or role group specific permits.\nIntegrates well with multiple Devise user acounts.\nIncludes rules caching.\nStore permissions in yaml file or key-value store"
+ s.email = "kmandrup@gmail.com, s.pankevich@gmail.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.textile"
]
s.files = [
@@ -686,14 +683,14 @@
"wiki/rules_caching.markdown",
"wiki/users/masquerading.markdown",
"wiki/when_to_use.markdown",
"wiki/why_to_use.markdown"
]
- s.homepage = %q{http://github.com/kristianmandrup/cantango}
- s.licenses = [%q{MIT}]
- s.require_paths = [%q{lib}]
- s.rubygems_version = %q{1.8.6}
- s.summary = %q{CanCan extension with role oriented permission management and more}
+ s.homepage = "http://github.com/kristianmandrup/cantango"
+ s.licenses = ["MIT"]
+ s.require_paths = ["lib"]
+ s.rubygems_version = "1.8.10"
+ s.summary = "CanCan extension with role oriented permission management and more"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then