Sha256: 250f5de6e60f76bfabbe57a22ebd09ebd6ed4e02b461d61c9fbda490d6eca46b
Contents?: true
Size: 862 Bytes
Versions: 3
Compression:
Stored size: 862 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_dependency "rails", '>=3.0.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
acts_as_votable-0.1.0 | acts_as_votable.gemspec |
acts_as_votable-0.0.5 | acts_as_votable.gemspec |
acts_as_votable-0.0.4 | acts_as_votable.gemspec |