# 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{bobby} s.version = "0.0.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Enrique Phillips"] s.date = %q{2010-07-21} s.description = %q{Bobby is all about guarding the access to actions on controllers and model instances on your Rails projects, and requires you to setup some authentication regime in advance - like Devise, Authlogic et al - with a User model, and preferably a GroupUser and GroupUsersUsers models too.} s.email = %q{enrique.phillips.wac@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "Gemfile", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "bobby.gemspec", "features/install_bobby.feature", "features/manage_posts.feature", "features/step_definitions/common_steps.rb", "features/step_definitions/devise_steps.rb", "features/step_definitions/install_bobby_steps.rb", "features/step_definitions/post_steps.rb", "features/step_definitions/rails_setup_steps.rb", "features/step_definitions/web_steps.rb", "features/support/common.rb", "features/support/env.rb", "features/support/matchers.rb", "features/support/paths.rb", "lib/bobby.rb", "lib/generators/bobby/USAGE", "lib/generators/bobby/bobby/bobby_generator.rb", "lib/generators/bobby/bobby_generator.rb", "lib/generators/bobby/bobby_install_generator.rb", "lib/generators/bobby/install/install_generator.rb", "lib/generators/bobby/install/templates/README", "lib/generators/bobby/install/templates/en.yml", "lib/generators/bobby/install/templates/migration.rb", "lib/tasks/.gitkeep", "lib/tasks/cucumber.rake", "lib/tasks/jquery_setup.rake", "spec/bobby_spec.rb", "spec/controllers/posts_controller_spec.rb", "spec/helpers/posts_helper_spec.rb", "spec/models/post_spec.rb", "spec/requests/posts_spec.rb", "spec/routing/posts_routing_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/views/posts/edit.html.erb_spec.rb", "spec/views/posts/index.html.erb_spec.rb", "spec/views/posts/new.html.erb_spec.rb", "spec/views/posts/show.html.erb_spec.rb" ] s.homepage = %q{http://github.com/ep-wac/Bobby} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Have the Ol' Bobby Tit Head take his turns at watching over the access to actions on controllers and instances of models?} s.test_files = [ "spec/bobby_spec.rb", "spec/controllers/posts_controller_spec.rb", "spec/helpers/posts_helper_spec.rb", "spec/models/post_spec.rb", "spec/requests/posts_spec.rb", "spec/routing/posts_routing_spec.rb", "spec/spec_helper.rb", "spec/views/posts/edit.html.erb_spec.rb", "spec/views/posts/index.html.erb_spec.rb", "spec/views/posts/new.html.erb_spec.rb", "spec/views/posts/show.html.erb_spec.rb", "test/performance/browsing_test.rb", "test/test_helper.rb", "test/unit/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::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 1.2.9"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0"]) end end