forked from amphora/secondhand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlucidimagination-secondhand.gemspec
28 lines (24 loc) · 1.58 KB
/
lucidimagination-secondhand.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{lucidimagination-secondhand}
s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Don Morrison"]
s.date = %q{2010-12-15}
s.email = %q{[email protected]}
s.extra_rdoc_files = ["README.md"]
s.files = ["LICENSE", "Rakefile", "README.md", "test/integration", "test/test_helper.rb", "test/unit", "test/integration/test_secondhand_run.rb", "test/unit/test_job.rb", "test/unit/test_jobs.rb", "test/unit/test_logger.rb", "test/unit/test_scheduler.rb", "test/unit/test_secondhand.rb", "test/unit/test_trigger.rb", "lib/quartz", "lib/secondhand", "lib/secondhand.rb", "lib/quartz/log4j-1.2.16.jar", "lib/quartz/quartz-1.8.4.jar", "lib/quartz/slf4j-api-1.6.4.jar", "lib/quartz/slf4j-log4j12-1.6.4.jar", "lib/secondhand/job.rb", "lib/secondhand/jobs.rb", "lib/secondhand/logging.rb", "lib/secondhand/scheduler.rb", "lib/secondhand/trigger.rb", "lib/secondhand/version.rb"]
s.homepage = %q{https://github.com/amphora/secondhand}
s.rdoc_options = ["--main", "README.md"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Secondhand is a ruby-friendly wrapper around the Quartz Job Scheduler. Create jobs, tell Secondhand when they should run, then sit back and enjoy.}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end