# 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{objectreload-roles} s.version = "0.1.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Mariusz Pietrzyk", "Mateusz Drozdzynski"] s.date = %q{2010-03-24} s.email = %q{gems@objectreload.com} s.extra_rdoc_files = [ "README" ] s.files = [ ".gitignore", "MIT-LICENSE", "README", "Rakefile", "VERSION", "init.rb", "install.rb", "lib/action_filters.rb", "lib/active_record/aggregations/has_roles.rb", "lib/role.rb", "lib/roles.rb", "objectreload-roles.gemspec", "rails/init.rb", "tasks/roles_tasks.rake", "test/blueprints.rb", "test/config/boot.rb", "test/config/database.yml", "test/config/environment.rb", "test/config/environments/test.rb", "test/config/routes.rb", "test/models/user.rb", "test/role_test.rb", "test/schema.rb", "test/test_helper.rb", "test/user_test.rb", "uninstall.rb" ] s.homepage = %q{http://github.com/objectreload/roles} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.6} s.summary = %q{Simple way to create roles for users.} s.test_files = [ "test/blueprints.rb", "test/config/boot.rb", "test/config/environment.rb", "test/config/environments/test.rb", "test/config/routes.rb", "test/models/user.rb", "test/role_test.rb", "test/schema.rb", "test/test_helper.rb", "test/user_test.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