--- !ruby/object:Gem::Specification 
name: bobby
version: !ruby/object:Gem::Version 
  hash: 29
  prerelease: false
  segments: 
  - 0
  - 0
  - 1
  version: 0.0.1
platform: ruby
authors: 
- Enrique Phillips
autorequire: 
bindir: bin
cert_chain: []

date: 2010-07-21 00:00:00 +02:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: rspec
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 13
        segments: 
        - 1
        - 2
        - 9
        version: 1.2.9
  type: :development
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: cucumber
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id002
description: |-
  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.
email: enrique.phillips.wac@gmail.com
executables: []

extensions: []

extra_rdoc_files: 
- LICENSE
- README.rdoc
files: 
- .document
- .gitignore
- Gemfile
- LICENSE
- README.rdoc
- Rakefile
- VERSION
- bobby.gemspec
- features/bobby.feature
- features/step_definitions/bobby_steps.rb
- features/support/env.rb
- lib/bobby.rb
- spec/bobby_spec.rb
- spec/spec.opts
- spec/spec_helper.rb
- test/performance/browsing_test.rb
- test/test_helper.rb
has_rdoc: true
homepage: http://github.com/ep-wac/Bobby
licenses: []

post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: Have the Ol' Bobby Tit Head take his turns at watching over the access to actions on controllers and instances of models?
test_files: 
- spec/bobby_spec.rb
- spec/spec_helper.rb
- test/performance/browsing_test.rb
- test/test_helper.rb