Sha256: 784e344f699c1f3029a6a995fb4ed9ca7e8fdb0d77303f426cf3084214c6f01d
Contents?: true
Size: 1.31 KB
Versions: 0
Compression: gzip
Compressed size: 620 Bytes
Stored size: 620 Bytes
Contents
--- !ruby/object:Gem::Specification name: clockwork version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 1 version: 0.1.1 platform: ruby authors: - Adam Wiggins autorequire: bindir: bin cert_chain: [] date: 2010-05-11 00:00:00 -07:00 default_executable: clockwork dependencies: [] description: 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. email: adam@heroku.com executables: - clockwork extensions: [] extra_rdoc_files: - README.md files: - README.md - Rakefile - VERSION - bin/clockwork - lib/clockwork.rb has_rdoc: true homepage: http://github.com/adamwiggins/clockwork licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: clockwork rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: A scheduler process to replace cron. test_files: - test/clockwork_test.rb