zscheduler 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/LICENSE +11 -0
- data/lib/zscheduler/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NzY2ZTA1ZDBhMWMwYzQ5ZjJhMTVmZjMzMjAxZGU2ZDA5MTFjNGViZg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZjcwZWZjNjAyYjgzZGU1MWY5MWE3M2QyZThmYjNlM2E3NWU4OTgyZg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MzQ4ZGNiMmU3NmJlZWU4YjE3MGM1YTA0NmZlZGZmZTllMmVmMTRiYzdlODIx
|
10
|
+
NGFmZmYxY2U1ZmViMzVmODVmZDVjNWMwMmExZDRmMTk5MWYyZjdjNDQ0MjAz
|
11
|
+
OWQ1MDI3MDBmZTQ5ZDRlMDdjYjI0ZTFhNTJkZTYyMzk4YTkzZTk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NjE3NzE2NWRkZTVkYmY4NGMxMjlmZDY0MTEzNTAwOTRlOTFiOTJkZDM3NTE2
|
14
|
+
MDRjNDgyYjllN2I5YTI2ODcyZDFlZmY5ZmUwODgyZWFlYWIzYjcwNzRjMjAy
|
15
|
+
ZDRlNmQwNGY1N2JlMTg5MTgwNWYyZmEwYjkyZDEyMjhkNGIyZDM=
|
data/LICENSE
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
This program is free software: you can redistribute it and/or modify
|
2
|
+
it under the terms of the GNU Lesser General Public License V3 as published by
|
3
|
+
the Free Software Foundation.
|
4
|
+
|
5
|
+
This program is distributed in the hope that it will be useful,
|
6
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
7
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
8
|
+
GNU Lesser General Public License for more details.
|
9
|
+
|
10
|
+
You should have received a copy of the GNU Lesser General Public License
|
11
|
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
data/lib/zscheduler/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zscheduler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eran Barak Levi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: eventmachine
|
@@ -30,11 +30,13 @@ executables: []
|
|
30
30
|
extensions: []
|
31
31
|
extra_rdoc_files: []
|
32
32
|
files:
|
33
|
+
- LICENSE
|
34
|
+
- lib/zscheduler.rb
|
33
35
|
- lib/zscheduler/core_ext/numeric.rb
|
34
36
|
- lib/zscheduler/version.rb
|
35
|
-
- lib/zscheduler.rb
|
36
37
|
homepage: http://github.com/eranb/zscheduler
|
37
|
-
licenses:
|
38
|
+
licenses:
|
39
|
+
- LGPL-3.0
|
38
40
|
metadata: {}
|
39
41
|
post_install_message:
|
40
42
|
rdoc_options: []
|
@@ -52,9 +54,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
54
|
version: '0'
|
53
55
|
requirements: []
|
54
56
|
rubyforge_project: zscheduler
|
55
|
-
rubygems_version: 2.
|
57
|
+
rubygems_version: 2.2.2
|
56
58
|
signing_key:
|
57
59
|
specification_version: 4
|
58
60
|
summary: minimalistic scheduler on top of event-machine
|
59
61
|
test_files: []
|
60
|
-
has_rdoc:
|