Sha256: c85fcfd8b9a7d3603a1ce4b949db05aab628c813de3379ea17dc090117d40139

Contents?: true

Size: 903 Bytes

Versions: 8

Compression:

Stored size: 903 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "acts_as_votable/version"

Gem::Specification.new do |s|
  s.name        = "acts_as_votable"
  s.version     = ActsAsVotable::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Ryan"]
  s.email       = ["ryanto"]
  s.homepage    = "http://rubygems.org/gems/acts_as_votable"
  s.summary     = %q{Rails gem to allowing records to be votable}
  s.description = %q{Rails gem to allowing records to be votable}

  s.rubyforge_project = "acts_as_votable"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]



  s.add_development_dependency "rspec"
  s.add_development_dependency "sqlite3"

  s.add_dependency "rails", '>=3.0.0'

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
acts_as_votable-0.5.0 acts_as_votable.gemspec
acts_as_votable-0.4.0 acts_as_votable.gemspec
acts_as_votable-0.3.1 acts_as_votable.gemspec
acts_as_votable-0.3.0 acts_as_votable.gemspec
acts_as_votable-0.2.0 acts_as_votable.gemspec
acts_as_votable-0.1.3 acts_as_votable.gemspec
acts_as_votable-0.1.2 acts_as_votable.gemspec
acts_as_votable-0.1.1 acts_as_votable.gemspec