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 +4 -4
- data/Gemfile.lock +1 -1
- data/LICENSE.txt +1 -1
- data/checksums/getargv-0.3.13-universal-darwin.gem.sha512 +1 -0
- data/lib/getargv_ruby/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a046a0b8fae400a97b75eb254635af7175a27708c3a330503c255faa5183646
|
|
4
|
+
data.tar.gz: ae7bfb25d2db1b691365cef14b641e29ccd3a53eb028aaaf40e7e334ccadb0f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52ef0ce7a194f8231f47c2f10578f91133f0f87e2e5ecc5ca587e569395b173b7ccc8d708865de1df191b64d881beea9dd0e04ba269b85e56669d8369176a294
|
|
7
|
+
data.tar.gz: 21b79fa09feb0aa3c1de56613ba227dd0eebded2e2726f184341a275c3de633b2437241727c4f3788e3c32d5f76ef80cdb791aaabbcdcf197672e28c247b6c0d
|
data/Gemfile.lock
CHANGED
data/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
BSD 3-Clause License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2022
|
|
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
|
data/lib/getargv_ruby/version.rb
CHANGED
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.
|
|
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.
|
|
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
|