Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kraatob committed May 28, 2014
1 parent cb56b4f commit 8437eca
Showing 1 changed file with 52 additions and 83 deletions.
135 changes: 52 additions & 83 deletions aegis.gemspec
@@ -1,105 +1,74 @@
# Generated by jeweler # Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY # DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


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


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Henning Koch"] s.authors = ["Henning Koch"]
s.date = %q{2014-05-28} s.date = "2014-05-28"
s.description = %q{Aegis is a role-based permission system, where all users are given a role. It is possible to define detailed and complex permissions for each role very easily.} s.description = "Aegis is a role-based permission system, where all users are given a role. It is possible to define detailed and complex permissions for each role very easily."
s.email = %q{github@makandra.de} s.email = "github@makandra.de"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.rdoc" "README.rdoc"
] ]
s.files = [ s.files = [
".gitignore", "MIT-LICENSE",
"MIT-LICENSE", "README.rdoc",
"README.rdoc", "Rakefile",
"Rakefile", "VERSION",
"VERSION", "aegis.gemspec",
"aegis.gemspec", "lib/aegis.rb",
"lib/aegis.rb", "lib/aegis/constants.rb",
"lib/aegis/constants.rb", "lib/aegis/has_role.rb",
"lib/aegis/has_role.rb", "lib/aegis/normalization.rb",
"lib/aegis/normalization.rb", "lib/aegis/permission_error.rb",
"lib/aegis/permission_error.rb", "lib/aegis/permission_evaluator.rb",
"lib/aegis/permission_evaluator.rb", "lib/aegis/permissions.rb",
"lib/aegis/permissions.rb", "lib/aegis/role.rb",
"lib/aegis/role.rb", "lib/rails/active_record.rb",
"lib/rails/active_record.rb", "test/app_root/app/controllers/application_controller.rb",
"test/app_root/app/controllers/application_controller.rb", "test/app_root/app/models/old_soldier.rb",
"test/app_root/app/models/old_soldier.rb", "test/app_root/app/models/permissions.rb",
"test/app_root/app/models/permissions.rb", "test/app_root/app/models/soldier.rb",
"test/app_root/app/models/soldier.rb",
"test/app_root/app/models/trust_fund_kid.rb",
"test/app_root/app/models/user.rb",
"test/app_root/app/models/user_subclass.rb",
"test/app_root/app/models/veteran_soldier.rb",
"test/app_root/config/boot.rb",
"test/app_root/config/database.yml",
"test/app_root/config/environment.rb",
"test/app_root/config/environments/in_memory.rb",
"test/app_root/config/environments/mysql.rb",
"test/app_root/config/environments/postgresql.rb",
"test/app_root/config/environments/sqlite.rb",
"test/app_root/config/environments/sqlite3.rb",
"test/app_root/config/routes.rb",
"test/app_root/db/migrate/20090408115228_create_users.rb",
"test/app_root/db/migrate/20090429075648_create_soldiers.rb",
"test/app_root/db/migrate/20091110075648_create_veteran_soldiers.rb",
"test/app_root/db/migrate/20091110075649_create_trust_fund_kids.rb",
"test/app_root/lib/console_with_fixtures.rb",
"test/app_root/log/.gitignore",
"test/app_root/script/console",
"test/has_role_options_test.rb",
"test/has_role_test.rb",
"test/permissions_test.rb",
"test/test_helper.rb",
"test/validation_test.rb"
]
s.homepage = %q{http://github.com/makandra/aegis}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{Role-based permissions for your user models.}
s.test_files = [
"test/app_root/app/models/trust_fund_kid.rb", "test/app_root/app/models/trust_fund_kid.rb",
"test/app_root/app/models/veteran_soldier.rb", "test/app_root/app/models/user.rb",
"test/app_root/app/models/permissions.rb", "test/app_root/app/models/user_subclass.rb",
"test/app_root/app/models/soldier.rb", "test/app_root/app/models/veteran_soldier.rb",
"test/app_root/app/models/user_subclass.rb", "test/app_root/config/boot.rb",
"test/app_root/app/models/old_soldier.rb", "test/app_root/config/database.yml",
"test/app_root/app/models/user.rb", "test/app_root/config/environment.rb",
"test/app_root/app/controllers/application_controller.rb", "test/app_root/config/environments/in_memory.rb",
"test/app_root/config/environment.rb", "test/app_root/config/environments/mysql.rb",
"test/app_root/config/environments/mysql.rb", "test/app_root/config/environments/postgresql.rb",
"test/app_root/config/environments/postgresql.rb", "test/app_root/config/environments/sqlite.rb",
"test/app_root/config/environments/sqlite3.rb", "test/app_root/config/environments/sqlite3.rb",
"test/app_root/config/environments/in_memory.rb", "test/app_root/config/routes.rb",
"test/app_root/config/environments/sqlite.rb", "test/app_root/db/migrate/20090408115228_create_users.rb",
"test/app_root/config/boot.rb", "test/app_root/db/migrate/20090429075648_create_soldiers.rb",
"test/app_root/config/routes.rb", "test/app_root/db/migrate/20091110075648_create_veteran_soldiers.rb",
"test/app_root/db/migrate/20090429075648_create_soldiers.rb", "test/app_root/db/migrate/20091110075649_create_trust_fund_kids.rb",
"test/app_root/db/migrate/20090408115228_create_users.rb", "test/app_root/lib/console_with_fixtures.rb",
"test/app_root/db/migrate/20091110075649_create_trust_fund_kids.rb", "test/app_root/log/.gitignore",
"test/app_root/db/migrate/20091110075648_create_veteran_soldiers.rb", "test/app_root/script/console",
"test/app_root/lib/console_with_fixtures.rb", "test/has_role_options_test.rb",
"test/validation_test.rb", "test/has_role_test.rb",
"test/test_helper.rb", "test/permissions_test.rb",
"test/has_role_options_test.rb", "test/test_helper.rb",
"test/has_role_test.rb", "test/validation_test.rb"
"test/permissions_test.rb"
] ]
s.homepage = "http://github.com/makandra/aegis"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.25"
s.summary = "Role-based permissions for your user models."


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


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

0 comments on commit 8437eca

Please sign in to comment.