Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Jan 4, 2011
1 parent 1b2e50e commit a08b3c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.1
0.2.2
15 changes: 7 additions & 8 deletions clockwork.gemspec
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{clockwork}
s.version = "0.2.1"
s.version = "0.2.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Wiggins"]
s.date = %q{2010-08-04}
s.date = %q{2011-01-03}
s.default_executable = %q{clockwork}
s.description = %q{A scheduler process to replace cron, using a more flexible Ruby syntax running as a single long-running process. Inspired by rufus-scheduler and resque-scheduler.}
s.email = %q{adam@heroku.com}
Expand All @@ -19,13 +19,12 @@ Gem::Specification.new do |s|
]
s.files = [
"README.md",
"Rakefile",
"VERSION",
"bin/clockwork",
"lib/clockwork.rb"
"Rakefile",
"VERSION",
"bin/clockwork",
"lib/clockwork.rb"
]
s.homepage = %q{http://github.com/adamwiggins/clockwork}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{clockwork}
s.rubygems_version = %q{1.3.7}
Expand Down

0 comments on commit a08b3c5

Please sign in to comment.