Sha256: 46538abb8e7412219bc3e5a6c61d6128964e6e2024694b1d409170859fe009db

Contents?: true

Size: 682 Bytes

Versions: 3

Compression:

Stored size: 682 Bytes

Contents

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name        = "ar-async-counter-cache"
    gemspec.summary     = "Increment ActiveRecord's counter cache column asynchronously (using Resque)."
    gemspec.description = "Increment ActiveRecord's counter cache column asynchronously (using Resque)."
    gemspec.email       = "aaron.gibralter@gmail.com"
    gemspec.homepage    = "http://github.com/agibralter/ar-async-counter-cache"
    gemspec.authors     = ["Aaron Gibralter"]
    gemspec.add_dependency("activerecord", ">= 2.3.5")
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler not available. Install it with: gem install jeweler"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ar-async-counter-cache-0.0.3 Rakefile
ar-async-counter-cache-0.0.2 Rakefile
ar-async-counter-cache-0.0.1 Rakefile