Sha256: b122f127c48da51e31fa656b8cef71f2d47edcb63ea4af8b97641d8d88cc512e
Contents?: true
Size: 838 Bytes
Versions: 6
Compression:
Stored size: 838 Bytes
Contents
# encoding: UTF-8 require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "thumbs_up" gem.summary = "Voting for ActiveRecord with multiple vote sources and karma calculation." gem.description = "ThumbsUp provides dead-simple voting capabilities to ActiveRecord models with karma calculation, a la stackoverflow.com." gem.email = "brady@ldawn.com" gem.homepage = "http://github.com/brady8/thumbs_up" gem.authors = ["Brady Bouchard", "Peter Jackson", "Cosmin Radoi", "Bence Nagy", "Rob Maddox", "Wojciech Wnętrzak"] # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
thumbs_up-0.3.2 | Rakefile |
thumbs_up-0.3.1 | Rakefile |
thumbs_up-0.3.0 | Rakefile |
thumbs_up-0.2.3 | Rakefile |
thumbs_up-0.2.2 | Rakefile |
thumbs_up-0.2.1 | Rakefile |