getargv 0.3.12-universal-darwin → 0.3.13-universal-darwin

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: 9c2d287803c7f7983243ee2ce3f98d7ebac86d6e8bbf579ef07cf1c9a9acd026
4
- data.tar.gz: 636a2b9a0137178abd6402b0a5b892cff47b366201f087c837d712f14515f6ce
3
+ metadata.gz: 3a046a0b8fae400a97b75eb254635af7175a27708c3a330503c255faa5183646
4
+ data.tar.gz: ae7bfb25d2db1b691365cef14b641e29ccd3a53eb028aaaf40e7e334ccadb0f5
5
5
  SHA512:
6
- metadata.gz: ad1a68f769c99016a51196b50e64c75c47add2d049b4a1b40ccc358b7026990473f46083e5806bad00bbfe92b4909a914fbe56ec71647c1ff812f8214021686d
7
- data.tar.gz: 32b8cc2629e59b78564f170b24d1dd21f615155244153b3dc41133db4a0ba23f9e6365eb79cf1a58aa099e27e981b18d9e9d8fe74cc807ca4bda36a6fe0ac893
6
+ metadata.gz: 52ef0ce7a194f8231f47c2f10578f91133f0f87e2e5ecc5ca587e569395b173b7ccc8d708865de1df191b64d881beea9dd0e04ba269b85e56669d8369176a294
7
+ data.tar.gz: 21b79fa09feb0aa3c1de56613ba227dd0eebded2e2726f184341a275c3de633b2437241727c4f3788e3c32d5f76ef80cdb791aaabbcdcf197672e28c247b6c0d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getargv (0.3.12-universal-darwin)
4
+ getargv (0.3.13-universal-darwin)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  BSD 3-Clause License
2
2
 
3
- Copyright (c) 2022, 2023, 2024, 2025 Camden Narzt <getargv@narzt.cam>. All rights reserved.
3
+ Copyright (c) 2022-2026 Camden Narzt <getargv@narzt.cam>. All rights reserved.
4
4
 
5
5
  Redistribution and use in source and binary forms, with or without
6
6
  modification, are permitted provided that the following conditions are met:
@@ -0,0 +1 @@
1
+ 9546ad145d5b67b5f9127ca201b6fa06aa2e329447ea056ffe448009738b4c0dc0ad882013134a5692589d19e8c1ed965711a7fe7feeeacabf97dca0fed38686
@@ -3,5 +3,5 @@
3
3
  module Getargv
4
4
  ##
5
5
  # The version of the gem
6
- VERSION = "0.3.12"
6
+ VERSION = "0.3.13"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getargv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12
4
+ version: 0.3.13
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - Camden Narzt
@@ -130,7 +130,7 @@ description: |2
130
130
 
131
131
  To limit the getargv gem to Apple OSs add it to your Gemfile like so:
132
132
 
133
- gem "getargv", "~> 0.3.12", platforms: :ruby, install_if: RbConfig::CONFIG["host_os"].include?("darwin")
133
+ gem "getargv", "~> 0.3.13", platforms: :ruby, install_if: RbConfig::CONFIG["host_os"].include?("darwin")
134
134
  email:
135
135
  - getargv@narzt.cam
136
136
  executables: []
@@ -155,6 +155,7 @@ files:
155
155
  - checksums/getargv-0.3.10-universal-darwin.gem.sha512
156
156
  - checksums/getargv-0.3.11-universal-darwin.gem.sha512
157
157
  - checksums/getargv-0.3.12-universal-darwin.gem.sha512
158
+ - checksums/getargv-0.3.13-universal-darwin.gem.sha512
158
159
  - checksums/getargv-0.3.2-universal-darwin.gem.sha512
159
160
  - checksums/getargv-0.3.3-universal-darwin.gem.sha512
160
161
  - checksums/getargv-0.3.4-universal-darwin.gem.sha512