# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{walruz}
  s.version = "0.0.9"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Roman Gonzalez"]
  s.date = %q{2009-08-24}
  s.email = %q{roman@noomi.com}
  s.extra_rdoc_files = [
    "LICENSE",
     "README.rdoc"
  ]
  s.files = [
    ".document",
     ".gitignore",
     "CHANGELOG",
     "LICENSE",
     "README.rdoc",
     "Rakefile",
     "VERSION.yml",
     "lib/walruz.rb",
     "lib/walruz/actor.rb",
     "lib/walruz/core_ext/array.rb",
     "lib/walruz/core_ext/memoization.rb",
     "lib/walruz/manager.rb",
     "lib/walruz/policy.rb",
     "lib/walruz/subject.rb",
     "lib/walruz/utils.rb",
     "spec/scenario.rb",
     "spec/spec.opts",
     "spec/spec_helper.rb",
     "spec/walruz/actor_spec.rb",
     "spec/walruz/core_ext/array_spec.rb",
     "spec/walruz/core_ext/memoization_spec.rb",
     "spec/walruz/manager_spec.rb",
     "spec/walruz/policy_spec.rb",
     "spec/walruz/subject_spec.rb",
     "spec/walruz/utils_spec.rb",
     "spec/walruz/walruz_spec.rb",
     "walruz.gemspec"
  ]
  s.has_rdoc = %q{yard}
  s.homepage = %q{http://github.com/noomii/walruz}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{walruz}
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Walruz is a gem that provides an easy but powerful way to implement authorization policies in a system, relying on the composition of simple policies to create more complex ones.}
  s.test_files = [
    "spec/scenario.rb",
     "spec/spec_helper.rb",
     "spec/walruz/actor_spec.rb",
     "spec/walruz/core_ext/array_spec.rb",
     "spec/walruz/core_ext/memoization_spec.rb",
     "spec/walruz/manager_spec.rb",
     "spec/walruz/policy_spec.rb",
     "spec/walruz/subject_spec.rb",
     "spec/walruz/utils_spec.rb",
     "spec/walruz/walruz_spec.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end