purl 1.5.1 → 1.5.2

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/exe/purl +1 -3
  4. data/lib/purl/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7a05916f1c80da787acce69b1e838cc50654bff007a68e9586b87600f268c86
4
- data.tar.gz: 8ff19d443cd5f0d7de335bca459cfef46b86034a423fa088b83f328c698070bf
3
+ metadata.gz: 02f6f258696c085108708cd45f9424357176d9efb2edecac7dac70e85bb2b98a
4
+ data.tar.gz: 14e4f7a9ad77af4f4ea3d3a6a26041db433271515db710b94129f46af90318c3
5
5
  SHA512:
6
- metadata.gz: 13e12ba44d1873042b1a24d4aca807c0e9db8907ddbe69dee65edf3e0f709c3e7f7c8ea5328ca9ff6beb9334c895fccc776831997e908eb72a75dc872e98b184
7
- data.tar.gz: 77cf7235cc898da0d8d416ad83b4dda98cbd30574e47ba7676615bdecb1b403db6fe78532b476a178332fba4b1fb23a50dc7b12396d8f1df311a260d455040f2
6
+ metadata.gz: 623efd5ec3004f5a8ba188a067a894fd2a666ce2607de4c0243151342504446a551e081834e1692d5c52d24db8aaa37b2aa70c80a22969caf8235205661aa3cb
7
+ data.tar.gz: 7fa445d38884d3df2537da649fcdcde0ea5a6c57b504d446f2e9c17b8544f160637ea8c8deb1da3879387954ef7384a36a85fbcfd51223f330955ba3ae46ab08
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.5.2] - 2025-08-06
11
+
12
+ ### Fixed
13
+ - CLI executable runs unconditionally to ensure proper execution when installed as gem
14
+
10
15
  ## [1.5.1] - 2025-08-06
11
16
 
12
17
  ### Fixed
data/exe/purl CHANGED
@@ -479,6 +479,4 @@ class PurlCLI
479
479
  end
480
480
  end
481
481
 
482
- if File.expand_path(__FILE__) == File.expand_path($PROGRAM_NAME)
483
- PurlCLI.run
484
- end
482
+ PurlCLI.run
data/lib/purl/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Purl
4
- VERSION = "1.5.1"
4
+ VERSION = "1.5.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt