Sha256: b714f9f13d78ea3781c30b6da77097282bc0879ede17b77e3ce1214c73af1a4c

Contents?: true

Size: 870 Bytes

Versions: 5

Compression:

Stored size: 870 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", '1.3.7'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
acts_as_votable-0.10.0 acts_as_votable.gemspec
acts_as_votable-0.9.0 acts_as_votable.gemspec
acts_as_votable-0.8.0 acts_as_votable.gemspec
acts_as_votable-0.7.1 acts_as_votable.gemspec
acts_as_votable-0.7.0 acts_as_votable.gemspec