sidecloq 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/sidecloq/version.rb +1 -1
- data/sidetoq.gemspec +1 -1
- metadata +1 -3
- data/clock_a_clock_on_the_side.png +0 -0
- data/screenshot.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2200f8910f10b0ab912557cfd6a44db679702f03
|
|
4
|
+
data.tar.gz: 04001b1fb882556311c1f5616d2c2ac82146caaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 265280fbcf45861e28f5908c7b1e6a57b954f3e5d808add68967bec3e6a7ecb1589a24defc18dd873a198402dd4eb4396a0396fd71f92fa28fda3ca8a5afc3f6
|
|
7
|
+
data.tar.gz: ab1195c4b10619e5cb76df19ea42daf7a77ec443d2bc7164714772ce4f9d5c0da53c704b08ad284c167b4598d88b19667e2a6d7f61174f71d028e1d07f9e86fa
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-

|
|
1
|
+

|
|
2
2
|
|
|
3
3
|
# Sidecloq
|
|
4
4
|
|
|
@@ -114,7 +114,7 @@ This will add a "Recurring" tab to the sidekiq web ui, where the loaded
|
|
|
114
114
|
schedules are displayed. You can enqueue a job immediately by clicking
|
|
115
115
|
it's corresponding "Enqueue now" button.
|
|
116
116
|
|
|
117
|
-

|
|
117
|
+

|
|
118
118
|
|
|
119
119
|
## Contributing
|
|
120
120
|
|
data/lib/sidecloq/version.rb
CHANGED
data/sidetoq.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.homepage = 'http://github.com/mattyr/sidecloq'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
17
|
-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
17
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|assets)/}) }
|
|
18
18
|
spec.bindir = 'bin'
|
|
19
19
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
20
20
|
spec.require_paths = ['lib']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sidecloq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Robinson
|
|
@@ -167,7 +167,6 @@ files:
|
|
|
167
167
|
- LICENSE.txt
|
|
168
168
|
- README.md
|
|
169
169
|
- Rakefile
|
|
170
|
-
- clock_a_clock_on_the_side.png
|
|
171
170
|
- lib/sidecloq.rb
|
|
172
171
|
- lib/sidecloq/locker.rb
|
|
173
172
|
- lib/sidecloq/runner.rb
|
|
@@ -176,7 +175,6 @@ files:
|
|
|
176
175
|
- lib/sidecloq/utils.rb
|
|
177
176
|
- lib/sidecloq/version.rb
|
|
178
177
|
- lib/sidecloq/web.rb
|
|
179
|
-
- screenshot.png
|
|
180
178
|
- sidetoq.gemspec
|
|
181
179
|
- web/views/recurring.erb
|
|
182
180
|
homepage: http://github.com/mattyr/sidecloq
|
|
Binary file
|
data/screenshot.png
DELETED
|
Binary file
|