zscheduler 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/LICENSE +11 -0
  3. data/lib/zscheduler/version.rb +1 -1
  4. metadata +7 -6
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTMwZjkyMTVkODZmNjE0ZjI1ZWZkNTA4YjJkYWI3MmE2ZjQ2NmMxYw==
4
+ NzY2ZTA1ZDBhMWMwYzQ5ZjJhMTVmZjMzMjAxZGU2ZDA5MTFjNGViZg==
5
5
  data.tar.gz: !binary |-
6
- OWFhMWI5MTgzYmEyMjRkZDZjM2I1NzQwMGRkOTcwNGMzNTY2MTA1Yg==
6
+ ZjcwZWZjNjAyYjgzZGU1MWY5MWE3M2QyZThmYjNlM2E3NWU4OTgyZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDY3NjlmNDdiZGNiOGMxZWJiNGUyZDEzNzQ1NDkxNzZjODc2ZTM4ZmE0MTY2
10
- MGZhNmQ1ZjhhMmJlY2U4Njk0M2IwNWMyNzAxZTA4MmQ2MzYyYzA0NDI5OTVh
11
- ZDdkNTQzNmNmNWZjMTAxNjAzYzdiMGE0OGJiODc5ZTQxMjA1MjA=
9
+ MzQ4ZGNiMmU3NmJlZWU4YjE3MGM1YTA0NmZlZGZmZTllMmVmMTRiYzdlODIx
10
+ NGFmZmYxY2U1ZmViMzVmODVmZDVjNWMwMmExZDRmMTk5MWYyZjdjNDQ0MjAz
11
+ OWQ1MDI3MDBmZTQ5ZDRlMDdjYjI0ZTFhNTJkZTYyMzk4YTkzZTk=
12
12
  data.tar.gz: !binary |-
13
- YjM5NjAyOGQ4MWNjMTZhMDI3NTUzMGVkNWEwOGQ3NmZiMWZkNTVjYWI1Y2Qw
14
- MWE0YTVmZjNmMjNhMWI2YjRmMzNkOWJlMWU3NGE2YTU3ZTg0OGFlN2IwYjE0
15
- Y2QzYjU4MGUzMTI2YzRkYTFhZWVjMmNjZWRjYzAzZWI4ZWYxZTI=
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/>.
@@ -1,3 +1,3 @@
1
1
  module Zscheduler
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
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.5
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-01-15 00:00:00.000000000 Z
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.1.9
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: