mina-clockwork 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 387254a2427a26eaade6be5168975b779dd9abd4
4
- data.tar.gz: 7e959ca0b6cbe1704568e9ab091702ac149b01f9
3
+ metadata.gz: 0c42e7dd03e5f5f00200e73480fe6a9180b79bb7
4
+ data.tar.gz: 0cba1cc4cdacfe75fbfa58b701d489b44e10031f
5
5
  SHA512:
6
- metadata.gz: 4c47b151e42722821a72ed41d22d4fa89bbf0a359df35edbfcbfe6a8419f78fd1963d134a8872d60b047ff2a07d5d688574596b11ce66fb1a1dfe6369a88fef8
7
- data.tar.gz: 9156439add92479076226a77db1c81a8b80a8d1352a3c0d4ac67a1ea1adbb7dbb71404088fc89f21538d13433e3e27dc202a104bf2cba5154cfa8452f59d2687
6
+ metadata.gz: e946bb09047c55e4e12e67b83289a3a4996464fc60ad4dec41d97e6dad9721c0c8bf58b48206e1c5b4d3b62995f04e30b8a81117cecd94fb560fb96bb124a86e
7
+ data.tar.gz: b966e192886910470403336c4c3f7f15957ee06cf38dbc3037569b965f86bd319e14927dc903f8378f321209494751163fcb827bccfa2582ea503d68f964778b
@@ -1,6 +1,6 @@
1
1
  set :clockwork_dir, -> { "#{fetch(:current_path)}" }
2
2
  set :clockwork_file, -> { "#{fetch(:current_path)}/clock.rb" }
3
- set :clockwork_identifier, -> { File.basename(clockwork_file, ".rb") }
3
+ set :clockwork_identifier, -> { File.basename(fetch(:clockwork_file), ".rb") }
4
4
  set :clockwork_pid_dir, -> { "#{fetch(:shared_path)}/tmp/pids" }
5
5
  set :clockwork_log_dir, -> { "#{fetch(:shared_path)}/log" }
6
6
 
@@ -1,5 +1,5 @@
1
1
  module Mina
2
2
  module Clockwork
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina-clockwork
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Chernenkov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-17 00:00:00.000000000 Z
11
+ date: 2017-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clockwork