Sha256: 27d7f3e3f812ce62f3692dc762da935675dde415b8c54323df014bb8f1667af8
Contents?: true
Size: 708 Bytes
Versions: 1
Compression:
Stored size: 708 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}/**/*"] end 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 |
---|---|
sdsykes-slim-attributes-0.6.2 | Rakefile |