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 +4 -4
- data/CHANGELOG.md +17 -3
- data/lib/sniper_links/version.rb +1 -1
- data/sniper_links.gemspec +2 -2
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3f5c9fbc1542fc776dc6084b63a5ea0702745f13f1a1025cdaffd5a679901c9
|
4
|
+
data.tar.gz: 8ee4b279afc745bbeeb2d7da7d8bfc4d27f96f6e280db791ddee9cc531eb71a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
36
|
+
n/a
|
23
37
|
|
24
38
|
### Changed
|
25
39
|
|
26
|
-
|
40
|
+
n/a
|
27
41
|
|
28
42
|
### Breaking Changes
|
29
43
|
|
30
|
-
|
44
|
+
n/a
|
data/lib/sniper_links/version.rb
CHANGED
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
|
-
|
18
|
-
|
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.
|
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:
|