# -*- encoding: utf-8 -*-
# stub: sdsykes-slim-attributes 0.6.2 ruby lib

Gem::Specification.new do |s|
  s.name = "sdsykes-slim-attributes".freeze
  s.version = "0.6.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Stephen Sykes".freeze]
  s.date = "2009-04-07"
  s.description = "Slim attributes boosts speed in Rails/Mysql ActiveRecord Models by avoiding instantiating Hashes for each result row, and lazily instantiating attributes as needed.".freeze
  s.email = "sdsykes@gmail.com".freeze
  s.extra_rdoc_files = ["README".freeze]
  s.files = ["MIT_LICENCE".freeze, "README".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "ext/extconf.rb".freeze, "ext/slim_attrib_ext.c".freeze, "lib/slim_attributes.rb".freeze, "test/benchmark.rb".freeze, "test/database.yml".freeze, "test/products.rb".freeze, "test/slim_attributes_test.rb".freeze, "test/slim_db_test_utils.rb".freeze]
  s.homepage = "http://github.com/sdsykes/slim-attributes".freeze
  s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Slim-attributes - lazy instantiation of attributes for ActiveRecord".freeze
end