Sha256: a25abfb960d27118dda8859fbcf73d9f8978d7c642ee556b0d854b1d58154c2d

Contents?: true

Size: 1.62 KB

Versions: 1

Compression:

Stored size: 1.62 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{thumbs_up}
  s.version = "0.2.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Brady Bouchard", "Peter Jackson", "Cosmin Radoi", "Bence Nagy", "Rob Maddox", "Wojciech Wn\304\231trzak"]
  s.date = %q{2010-08-04}
  s.description = %q{ThumbsUp provides dead-simple voting capabilities to ActiveRecord models with karma calculation, a la stackoverflow.com.}
  s.email = %q{brady@ldawn.com}
  s.extra_rdoc_files = [
    "README.markdown"
  ]
  s.files = [
    "CHANGELOG.markdown",
     "MIT-LICENSE",
     "README.markdown",
     "Rakefile",
     "VERSION",
     "lib/acts_as_voteable.rb",
     "lib/acts_as_voter.rb",
     "lib/generators/thumbs_up/templates/migration.rb",
     "lib/generators/thumbs_up/templates/vote.rb",
     "lib/generators/thumbs_up/thumbs_up_generator.rb",
     "lib/has_karma.rb",
     "lib/thumbs_up.rb",
     "rails/init.rb",
     "thumbs_up.gemspec"
  ]
  s.homepage = %q{http://github.com/brady8/thumbs_up}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.7}
  s.summary = %q{Voting for ActiveRecord with multiple vote sources and karma calculation.}

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thumbs_up-0.2.1 thumbs_up.gemspec