Skip to content

Commit

Permalink
Regenerate gemspec for version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomykaira committed Dec 14, 2011
1 parent 714940e commit f86366b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions clockwork.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Wiggins"]
s.date = %q{2011-12-13}
s.default_executable = %q{clockwork}
s.authors = [%q{Adam Wiggins}]
s.date = %q{2011-12-14}
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}
s.executables = ["clockwork"]
s.executables = [%q{clockwork}]
s.extra_rdoc_files = [
"README.md"
]
Expand All @@ -27,11 +26,11 @@ Gem::Specification.new do |s|
"lib/clockwork.rb"
]
s.homepage = %q{http://github.com/adamwiggins/clockwork}
s.require_paths = ["lib"]
s.require_paths = [%q{lib}]
s.rubyforge_project = %q{clockwork}
s.rubygems_version = %q{1.5.0}
s.rubygems_version = %q{1.8.6}
s.summary = %q{A scheduler process to replace cron.}
s.test_files = ["test/clockwork_test.rb"]
s.test_files = [%q{test/clockwork_test.rb}]

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit f86366b

Please sign in to comment.