quartz-dotnet 1.0.2.0.20100811

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: quartz-dotnet
3
+ version: !ruby/object:Gem::Version
4
+ hash: 40201497
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 2
10
+ - 0
11
+ - 20100811
12
+ version: 1.0.2.0.20100811
13
+ platform: ruby
14
+ authors:
15
+ - Marko Lahma
16
+ autorequire:
17
+ bindir: bin
18
+ cert_chain: []
19
+
20
+ date: 2010-08-11 00:00:00 -06:00
21
+ default_executable:
22
+ dependencies: []
23
+
24
+ description: "\t\tQuartz.NET is a full-featured, open source job scheduling system that can \n\
25
+ \t\tbe used from smallest apps to large scale enterprise systems. \n\n\
26
+ \t\tQuartz.NET is a port of very propular open source Java job scheduling \n\
27
+ \t\tframework, Quartz . This project owes very much to original Java project, \n\
28
+ \t\tit's father James House and the project contributors. \n\n\
29
+ \t\tQuartz.NET is a pure .NET library written in C# which currently targets \n\
30
+ \t\tFramework version 1.1 and above. Quartz.NET is feature-wise equal to Quartz \n\
31
+ \t\tJava 1.6 excluding Java specifics. Quartz.NET is already running in production \n\
32
+ \t\tsystems and has received good feedback.\n"
33
+ email: quartznet@googlegroups.com
34
+ executables: []
35
+
36
+ extensions: []
37
+
38
+ extra_rdoc_files: []
39
+
40
+ files:
41
+ - lib/net-1.1/Common.Logging.dll
42
+ - lib/net-1.1/Nullables.dll
43
+ - lib/net-1.1/Quartz.dll
44
+ - lib/net-1.1/Quartz.xml
45
+ - lib/net-2.0/Common.Logging.dll
46
+ - lib/net-2.0/Quartz.dll
47
+ - lib/net-2.0/Quartz.xml
48
+ - lib/net-3.5/Common.Logging.dll
49
+ - lib/net-3.5/Quartz.dll
50
+ - lib/net-3.5/Quartz.xml
51
+ has_rdoc: true
52
+ homepage: http://quartznet.sourceforge.net/
53
+ licenses: []
54
+
55
+ post_install_message:
56
+ rdoc_options: []
57
+
58
+ require_paths:
59
+ - lib
60
+ required_ruby_version: !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ hash: 3
66
+ segments:
67
+ - 0
68
+ version: "0"
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ none: false
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ hash: 3
75
+ segments:
76
+ - 0
77
+ version: "0"
78
+ requirements: []
79
+
80
+ rubyforge_project: quartz-dotnet
81
+ rubygems_version: 1.3.7
82
+ signing_key:
83
+ specification_version: 3
84
+ summary: Quartz.NET - Enterprise Job Scheduler for .NET Platform
85
+ test_files: []
86
+