~acesuares/qspell/trunk

« back to all changes in this revision

Viewing changes to vendor/plugins/vote_fu/vote_fu.gemspec

  • Committer: Ace Suares
  • Date: 2009-10-07 06:16:20 UTC
  • Revision ID: ace@suares.an-20091007061620-j39st30s42edy61t
 * voting with vote_fu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Gem::Specification.new do |s|
 
2
  s.name = "vote_fu"
 
3
  s.version = "0.0.11"
 
4
  s.date = "2009-02-11"
 
5
  s.summary = "Voting for ActiveRecord with multiple vote sources and advanced features."
 
6
  s.email = "pete@peteonrails.com"
 
7
  s.homepage = "http://blog.peteonrails.com/vote-fu"
 
8
  s.description = "VoteFu provides the ability to have multiple voting entities on an arbitrary number of models in ActiveRecord."
 
9
  s.has_rdoc = false
 
10
  s.authors = ["Peter Jackson", "Cosmin Radoi", "Bence Nagy", "Rob Maddox"]
 
11
  s.files = [ "CHANGELOG.markdown",
 
12
              "MIT-LICENSE",
 
13
              "README.markdown",
 
14
              "generators/vote_fu",
 
15
              "generators/vote_fu/vote_fu_generator.rb",
 
16
              "generators/vote_fu/templates",
 
17
              "generators/vote_fu/templates/migration.rb",
 
18
              "init.rb",
 
19
              "lib/vote_fu.rb",
 
20
              "lib/acts_as_voteable.rb",
 
21
              "lib/acts_as_voter.rb",
 
22
              "lib/has_karma.rb",
 
23
              "lib/models/vote.rb",
 
24
              "lib/controllers/votes_controller.rb",
 
25
              "test/vote_fu_test.rb",
 
26
              "examples/votes_controller.rb",
 
27
              "examples/users_controller.rb",
 
28
              "examples/voteables_controller.rb",
 
29
              "examples/voteable.rb",
 
30
              "examples/voteable.html.erb",
 
31
              "examples/votes/_voteable_vote.html.erb",
 
32
              "examples/votes/create.rjs",
 
33
              "examples/routes.rb", 
 
34
              "rails/init.rb"
 
35
  ]
 
36
end