Sha256: fcd80e5e0b1474287319d3f7a6606bff81fbe0c80c459b33ad5e9b9ecba75c6f
Contents?: true
Size: 774 Bytes
Versions: 1
Compression:
Stored size: 774 Bytes
Contents
require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "slim-attributes" s.summary = "Slim-attributes - lazy instantiation of attributes for ActiveRecord" s.email = "sdsykes@gmail.com" s.homepage = "http://github.com/sdsykes/slim-attributes" 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." s.authors = ["Stephen Sykes"] s.files = FileList["[A-Z]*", "{ext,lib,test}/**/*"] s.extensions = "ext/extconf.rb" end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http:// gems.github.com" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slim-attributes-0.6.6 | Rakefile |