Sha256: 89d1357d356eb40c0bc6009dde3fed5676e960261446ba284615674e73855f84

Contents?: true

Size: 744 Bytes

Versions: 5

Compression:

Stored size: 744 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
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://
gems.github.com"
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
ghazel-slim-attributes-0.6.3.1 Rakefile
sdsykes-slim-attributes-0.6.3 Rakefile
sdsykes-slim-attributes-0.6.4 Rakefile
sdsykes-slim-attributes-0.6.6 Rakefile
slim-attributes-0.6.4 Rakefile