Sha256: 89f3128c71d446626feacafaf7ac05cfbc09b77346c358c81bbd46e6f5f66997

Contents?: true

Size: 1.71 KB

Versions: 0

Compression: gzip

Compressed size: 757 Bytes

Stored size: 757 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: ghazel-slim-attributes
version: !ruby/object:Gem::Version 
  hash: 109
  prerelease: false
  segments: 
  - 0
  - 7
  - 6
  - 1
  version: 0.7.6.1
platform: ruby
authors: 
- Stephen Sykes
autorequire: 
bindir: bin
cert_chain: []

date: 2009-12-23 00:00:00 -08:00
default_executable: 
dependencies: []

description: |-
  Slim attributes boosts speed in Rails/Mysql ActiveRecord Models by avoiding
      instantiating Hashes for each result row, and lazily instantiating attributes as needed.
email: sdsykes@gmail.com
executables: []

extensions: 
- ext/extconf.rb
extra_rdoc_files: 
- README
files: 
- MIT_LICENCE
- README
- Rakefile
- VERSION.yml
- ext/extconf.rb
- ext/slim_attrib_ext.c
- lib/slim-attributes.rb
- lib/slim_attributes.rb
- test/benchmark.rb
- test/database.yml
- test/products.rb
- test/slim_attributes_test.rb
- test/slim_db_test_utils.rb
has_rdoc: true
homepage: http://github.com/sdsykes/slim-attributes
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: slim-attributes
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: Slim-attributes - lazy instantiation of attributes for ActiveRecord
test_files: 
- test/benchmark.rb
- test/products.rb
- test/slim_attributes_test.rb
- test/slim_db_test_utils.rb

Package Spec version

ghazel-slim-attributes-0.7.6.1