resque-job_timeout 0.0.1 → 0.0.3

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
  SHA256:
3
- metadata.gz: '08a24c67da876b3bde84ba1a8e57bfd4925b7858320dfa1b39386f488f3e6395'
4
- data.tar.gz: 071d80fd8d099a0d4ac45ed69fca624e36b2c92665438009cabca3600ab42bd4
3
+ metadata.gz: 06ed96e11cfa6ac6a8a72ec289b2f54545b20757afbe39f7051c79996d559d9c
4
+ data.tar.gz: c58eb744b2a65a640fa2399f529e92d4d3436ad87b27299520dd0a14042dd173
5
5
  SHA512:
6
- metadata.gz: 35afeaf683ef4c8c9b8449733338db379caf8db4af333f6c4137a79556ac65ed2c2274d1f4595c6ef2972ec2ae182392177e26d80a5b96e81f2c5ec64517c9f8
7
- data.tar.gz: ea0f922add155e7d624f45f57b19efcfbe8d7bbb2c7423f88889cb898c9401f10a2f31733620821a3f7e4ab422c3e6c3afb0281d2dd12e59f108c7cf67a6851f
6
+ metadata.gz: 0c59a43e966cec47c8f3452a192309d020d588a608bf3079131e95c16f8fe0176d08d4cb76ed493ac6c51c9a8ba824e352097ba2a170ba7f37887abd77a95ed3
7
+ data.tar.gz: 2152c9fe7a3a9c5fa9ae0321efd79641877f14dcd7d4a694ea4548bf9ab19c2a5dbe0b687bd09469cd90b1530377e5c75697c1ec19cd7406bbdfb0d96a3cdd6d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [0.0.2] - 2021-09-12
2
+
3
+ - Fix CHANGELOG uri in gemspec
4
+ - Added version badge
5
+
1
6
  ## [0.0.1] - 2021-09-12
2
7
 
3
8
  - Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- resque-job_timeout (0.0.1)
4
+ resque-job_timeout (0.0.3)
5
5
  resque (~> 2.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -5,6 +5,7 @@ A [Resque](https://github.com/resque/resque) plugin. Requires Resque ~> 2.0.
5
5
  Resque plugin allowing long-running jobs to automatically fail after a specified time.
6
6
 
7
7
  ![main](https://github.com/and9000/resque-job_timeout/actions/workflows/main.yml/badge.svg?branch=main)
8
+ [![Gem Version](https://badge.fury.io/rb/resque-job_timeout.svg)](https://badge.fury.io/rb/resque-job_timeout)
8
9
 
9
10
  ## Installation
10
11
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Resque
4
4
  module JobTimeout
5
- VERSION = '0.0.1'
5
+ VERSION = '0.0.3'
6
6
  end
7
7
  end
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
 
16
16
  spec.metadata['homepage_uri'] = spec.homepage
17
17
  spec.metadata['source_code_uri'] = spec.homepage
18
- spec.metadata['changelog_uri'] = "#{spec.homepage}/CHANGELOG.md"
18
+ spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/main/CHANGELOG.md"
19
19
 
20
20
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
21
21
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-job_timeout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrea Lorenzetti
@@ -135,7 +135,7 @@ licenses:
135
135
  metadata:
136
136
  homepage_uri: https://github.com/and9000/resque-job_timeout
137
137
  source_code_uri: https://github.com/and9000/resque-job_timeout
138
- changelog_uri: https://github.com/and9000/resque-job_timeout/CHANGELOG.md
138
+ changelog_uri: https://github.com/and9000/resque-job_timeout/blob/main/CHANGELOG.md
139
139
  post_install_message:
140
140
  rdoc_options: []
141
141
  require_paths: