Skip to content

Commit

Permalink
moving to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrudy committed Feb 12, 2009
1 parent d9d4afd commit c338cd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rudeq.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = "rudeq"
s.version = "0.1"
s.date = "2008-06-21"
s.version = "2.0"
s.date = "2009-02-12"
s.summary = "ActiveRecord-based DB-queue"
s.email = "MatthewRudyJacobs@gmail.com"
s.homepage = "http://github.com/matthewrudy/rudeq"
s.description = "A simple DB queueing library built on top of ActiveRecord, and designed for use with MySQL."
s.description = "A simple DB queueing library built on top of ActiveRecord."
s.has_rdoc = true
s.authors = ["Matthew Rudy Jacobs"]
s.files = ["README", "Rakefile", "lib/rude_q.rb", "spec/database.yml", "spec/process_queue.rb", "spec/rude_q_spec.rb", "spec/schema.rb", "spec/spec.opts", "spec/spec_helper.rb"]
Expand Down

0 comments on commit c338cd8

Please sign in to comment.