Sha256: a8b00de52257f56c9a6aa6bd1362a37c9f634c36cf716ffda5306043f91ce158

Contents?: true

Size: 1.89 KB

Versions: 0

Compression: gzip

Compressed size: 819 Bytes

Stored size: 819 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: role_model
version: !ruby/object:Gem::Version 
  prerelease: false
  segments: 
  - 0
  - 3
  - 0
  version: 0.3.0
platform: ruby
authors: 
- Martin Rehfeld
autorequire: 
bindir: bin
cert_chain: []

date: 2010-05-29 00:00:00 +02:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: rspec
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        segments: 
        - 1
        - 2
        - 9
        version: 1.2.9
  type: :development
  version_requirements: *id001
description: Ever needed to assign roles to a model, say a User, and build conditional behaviour on top of that? Enter RoleModel -- roles have never been easier! Just declare your roles and you are done. Assigned roles will be stored as a bitmask.
email: martin.rehfeld@glnetworks.de
executables: []

extensions: []

extra_rdoc_files: 
- LICENSE
- README.rdoc
files: 
- .document
- .gitignore
- LICENSE
- README.rdoc
- Rakefile
- VERSION
- lib/role_model.rb
- lib/role_model/roles.rb
- role_model.gemspec
- spec/role_model_spec.rb
- spec/roles_spec.rb
- spec/spec.opts
- spec/spec_helper.rb
has_rdoc: true
homepage: http://github.com/martinrehfeld/role_model
licenses: []

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

rubyforge_project: 
rubygems_version: 1.3.6
signing_key: 
specification_version: 3
summary: Declare, assign and query roles with ease
test_files: 
- spec/role_model_spec.rb
- spec/roles_spec.rb
- spec/spec_helper.rb

Package Spec version

role_model-0.3.0