# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{walruz} s.version = "0.0.11" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Roman Gonzalez"] s.date = %q{2010-11-15} s.description = %q{ Walruz provides an easy to use DSL to do composition of basic authorization policies to create more complex ones, and then register this composed policies on actions performed to the model begin accessed } 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/config.rb", "lib/walruz/core_ext/array.rb", "lib/walruz/core_ext/memoization.rb", "lib/walruz/exceptions.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.7} s.summary = %q{Walruz is a gem that provides an easy yet 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::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end