retry_on_deadlock 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38dd996dd0e58a3b8294ee3fc9bdea8ed750ffc27520ab7257af6a0ef7a75222
4
- data.tar.gz: 8da1c9f9caa2df8f84231a1757758378b81fab67414ef25cc60e7f136efc1a7c
3
+ metadata.gz: 4705fdf5e2823477bb302f3097abc61a464d99427c0f1e2a1488d99eed32674e
4
+ data.tar.gz: 9bfcd7ac6a3ea1e2d4ba3f555fb4f0c5b68e6f388aaad693dcd297fbd4d5afd0
5
5
  SHA512:
6
- metadata.gz: f33f305002535c421a484316d48c4066d9dc6a069685875fbbef3d8a13f0d296913e0c797562c1d05bcac6624b6aee9a90ac265a48d9f7d44ddcb5d005fa3cdd
7
- data.tar.gz: 1bd6fc143aaa5a8ff94c9fc92b0b75c1f6e924f528abb46cdb4b84c46d1984617a3c2e7f633662946ee282c8ae29ad88743c175b6d91c9f9996754f4f2a518c3
6
+ metadata.gz: f81eb6105a2016edfee83e64397434d0d57ac92fa26bbc21fa77c4510b16d10d39d5ee0b09622ee95ede3b8ec02a899be14f44a6311d4147fdb1fbf3d74e5f85
7
+ data.tar.gz: 72e7c62060070456bc18114a43754331c1d1784b1290cc62f899f0072b2649f8290f6eb102046a35b6768005cf3242bcd10ee1625bcc2aff1a1b61835fcf583c
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RetryOnDeadlock
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -36,9 +36,9 @@ Gem::Specification.new do |spec|
36
36
 
37
37
  # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
38
38
 
39
- spec.metadata["homepage_uri"] = spec.homepage
40
- spec.metadata["source_code_uri"] = "https://github.com/yourusername/deadlock_retry"
41
- spec.metadata["changelog_uri"] = "https://github.com/yourusername/deadlock_retry"
39
+ spec.metadata["homepage_uri"] = "https://github.com/AimanAbuTalaah/retry_on_deadlock"
40
+ spec.metadata["source_code_uri"] = "https://github.com/AimanAbuTalaah/retry_on_deadlock"
41
+ spec.metadata["changelog_uri"] = "https://github.com/AimanAbuTalaah/retry_on_deadlock"
42
42
 
43
43
  # Specify which files should be added to the gem when it is released.
44
44
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: retry_on_deadlock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aiman Abu Talaah
@@ -119,9 +119,9 @@ homepage: https://github.com/yourusername/deadlock_retry
119
119
  licenses:
120
120
  - MIT
121
121
  metadata:
122
- homepage_uri: https://github.com/yourusername/deadlock_retry
123
- source_code_uri: https://github.com/yourusername/deadlock_retry
124
- changelog_uri: https://github.com/yourusername/deadlock_retry
122
+ homepage_uri: https://github.com/AimanAbuTalaah/retry_on_deadlock
123
+ source_code_uri: https://github.com/AimanAbuTalaah/retry_on_deadlock
124
+ changelog_uri: https://github.com/AimanAbuTalaah/retry_on_deadlock
125
125
  post_install_message:
126
126
  rdoc_options: []
127
127
  require_paths: