Sha256: 81ae75dca9c36f271803f60f21b31868adc0d5ca8d68421fd1aea0cd0796c0d9

Contents?: true

Size: 1.76 KB

Versions: 0

Compression: gzip

Compressed size: 792 Bytes

Stored size: 792 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: flag_shih_tzu
version: !ruby/object:Gem::Version 
  hash: 961915980
  prerelease: 6
  segments: 
  - 0
  - 1
  - 0
  - pre
  version: 0.1.0.pre
platform: ruby
authors: 
- Patryk Peszko
- Sebastian Roebke
- David Anderson
- Tim Payton
autorequire: 
bindir: bin
cert_chain: []

date: 2011-03-09 00:00:00 +03:00
default_executable: 
dependencies: []

description: |
  This plugin lets you use a single integer column in an ActiveRecord model
  to store a collection of boolean attributes (flags). Each flag can be used
  almost in the same way you would use any boolean attribute on an
  ActiveRecord object.

email: 
executables: []

extensions: []

extra_rdoc_files: []

files: 
- .gitignore
- Gemfile
- README.rdoc
- Rakefile
- flag_shih_tzu.gemspec
- init.rb
- lib/flag_shih_tzu.rb
- lib/flag_shih_tzu/version.rb
- test/database.yml
- test/flag_shih_tzu_test.rb
- test/schema.rb
- test/test_helper.rb
has_rdoc: true
homepage: https://github.com/xing/flag_shih_tzu
licenses: []

post_install_message: 
rdoc_options: []

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: 25
      segments: 
      - 1
      - 3
      - 1
      version: 1.3.1
requirements: []

rubyforge_project: 
rubygems_version: 1.5.2
signing_key: 
specification_version: 3
summary: A rails plugin to store a collection of boolean attributes in a single ActiveRecord column as a bit field
test_files: 
- test/database.yml
- test/flag_shih_tzu_test.rb
- test/schema.rb
- test/test_helper.rb

Package Spec version

flag_shih_tzu-0.1.0.pre