sniper_links 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: 3e1ee9e32fff28607ae53550191cd7ec5b75096da6f6d384113de1c07a97a0fe
4
- data.tar.gz: 117295b332c0ae0a330d7cbb4c0a68117790ea66081431ad771b04c6a192bf3d
3
+ metadata.gz: d3f5c9fbc1542fc776dc6084b63a5ea0702745f13f1a1025cdaffd5a679901c9
4
+ data.tar.gz: 8ee4b279afc745bbeeb2d7da7d8bfc4d27f96f6e280db791ddee9cc531eb71a9
5
5
  SHA512:
6
- metadata.gz: 243adbe12828aca4bb640e2cbc8d6c383384095ad04d642eadb358425ebd7eea73b4b6c10a0ff0b1f0cbbfb780c7de672d96eab9b5dbc3ab513080a94f59b5e8
7
- data.tar.gz: 0d275292b1aeee14aa00dd80b6242371395fd4d6892aa8937963a136bee4a527823ea92d2a669db5329d371c7166423c37db70ac799058d04f96e2e9770796b9
6
+ metadata.gz: 37ede0163e2104888cd30389474cc7b87c2c4d9039355f3b54c433c63c8898c5653e98f42a7279c0d7fab48a340f44ad05cf411b94047e549224496582fd8bcb
7
+ data.tar.gz: 6391562cab9a13990df5901c1bce17e43ee9adcb8793f61708b821fe1a9687daa34e2df581a1d68e63440d60d0f7a5880c75867b3ecb431e45e8636eefd8cd69
data/CHANGELOG.md CHANGED
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 0.1.1 - 2025-05-23
11
+
12
+ ### Added
13
+
14
+ n/a
15
+
16
+ ### Changed
17
+
18
+ n/a
19
+
20
+ ### Fixed
21
+
22
+ * Missing gemspec links to source code and changelog
23
+
10
24
  ## 0.1.0 - 2025-05-23
11
25
 
12
26
  ### Added
@@ -19,12 +33,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
33
 
20
34
  ### Fixed
21
35
 
22
- * n/a
36
+ n/a
23
37
 
24
38
  ### Changed
25
39
 
26
- * n/a
40
+ n/a
27
41
 
28
42
  ### Breaking Changes
29
43
 
30
- * n/a
44
+ n/a
@@ -1,3 +1,3 @@
1
1
  class SniperLinks
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/sniper_links.gemspec CHANGED
@@ -14,8 +14,8 @@ Gem::Specification.new do |spec|
14
14
 
15
15
  spec.metadata["homepage_uri"] = spec.homepage
16
16
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
17
- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
18
- # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
17
+ spec.metadata["source_code_uri"] = "https://github.com/zero-one-software/sniper-links"
18
+ spec.metadata["changelog_uri"] = "https://github.com/zero-one-software/sniper-links/blob/main/CHANGELOG.md"
19
19
 
20
20
  # Specify which files should be added to the gem when it is released.
21
21
  # 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: sniper_links
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
  - Gabriel Fortuna
@@ -44,6 +44,8 @@ licenses:
44
44
  metadata:
45
45
  homepage_uri: https://www.zero-one.io
46
46
  allowed_push_host: https://rubygems.org
47
+ source_code_uri: https://github.com/zero-one-software/sniper-links
48
+ changelog_uri: https://github.com/zero-one-software/sniper-links/blob/main/CHANGELOG.md
47
49
  post_install_message:
48
50
  rdoc_options: []
49
51
  require_paths: