sidecloq 0.1.1 → 0.1.2

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: c42da59e13d5181bbdaed20b903ea9ec5215d341
4
- data.tar.gz: 80bcf519574b7937caa39c862305fedcec503587
3
+ metadata.gz: 2200f8910f10b0ab912557cfd6a44db679702f03
4
+ data.tar.gz: 04001b1fb882556311c1f5616d2c2ac82146caaf
5
5
  SHA512:
6
- metadata.gz: d285cf602bc72794c0f01854550fd9a6315d2ab740633e67880e3ec2704f327fbbed220c8f46c013112525d406a8e0ff3609ac68bdac5b9b7ea9dfb98088bd9e
7
- data.tar.gz: 6e6af9ab2fb27b80aa41020bb8d9dbd48b967cde2c9d5e8f943b25be7974d27fdb5c6a30127455c336d96c4a5b330e3b8497e01a903277ee4c8533d0a3a0c0ea
6
+ metadata.gz: 265280fbcf45861e28f5908c7b1e6a57b954f3e5d808add68967bec3e6a7ecb1589a24defc18dd873a198402dd4eb4396a0396fd71f92fa28fda3ca8a5afc3f6
7
+ data.tar.gz: ab1195c4b10619e5cb76df19ea42daf7a77ec443d2bc7164714772ce4f9d5c0da53c704b08ad284c167b4598d88b19667e2a6d7f61174f71d028e1d07f9e86fa
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Sidecloq](clock_a_clock_on_the_side.png)
1
+ ![Sidecloq](assets/clock_a_clock_on_the_side.png)
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
- ![Sidecloq web ui extension screenshot](screenshot.png)
117
+ ![Sidecloq web ui extension screenshot](assets/screenshot.png)
118
118
 
119
119
  ## Contributing
120
120
 
@@ -1,3 +1,3 @@
1
1
  module Sidecloq
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
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.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