Sha256: f12b0b876645ab0c00543b4219bbc44398571bdec4cba8c7622c623318664eed

Contents?: true

Size: 995 Bytes

Versions: 5

Compression:

Stored size: 995 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "cancan_namespace"
  s.version = "0.1.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Igor Galeta", "Pavlo Galeta"]
  s.date = "2011-06-21"
  s.description = "Add namespace for cancan authorization library"
  s.email = "galeta.igor@gmail.com"
  s.extra_rdoc_files = ["README.rdoc"]
  s.files = ["README.rdoc"]
  s.homepage = "https://github.com/galetahub/cancan_namespace"
  s.require_paths = ["lib"]
  s.rubyforge_project = "cancan_namespace"
  s.rubygems_version = "1.8.10"
  s.summary = "Cancan namespace"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<cancan>, [">= 1.6.3"])
    else
      s.add_dependency(%q<cancan>, [">= 1.6.3"])
    end
  else
    s.add_dependency(%q<cancan>, [">= 1.6.3"])
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/specifications/cancan_namespace-0.1.3.gemspec
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/specifications/cancan_namespace-0.1.3.gemspec
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/specifications/cancan_namespace-0.1.3.gemspec
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/specifications/cancan_namespace-0.1.3.gemspec
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/specifications/cancan_namespace-0.1.3.gemspec