getargv 0.3.10-universal-darwin → 0.3.11-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: 71a580bfc3315c6589cf21ceeaaca32f9d5849fd10a91c4ca39d1596db7486b8
4
- data.tar.gz: 1f4c30dde187a79dc9540f84e57a8db0ae2ae4fdf54fefbc99850c7f56b3237d
3
+ metadata.gz: d3c2572fb40717f179c5cd5db1e5efd2306b770c90539ece9684073ffcaec32f
4
+ data.tar.gz: 68148a5b7639ee4d013db8ed99fe2a59121db3377a246ab784cfd0c42119a26d
5
5
  SHA512:
6
- metadata.gz: a9a7cfa5f994eea80a9f50d017e9a1bf6748548f7777a500060e1a4bade6d1063e847b16eb3cc8df1186b8db7abed7a4590c6366254e235a38e969f7e0d798be
7
- data.tar.gz: b39aa9553f1656542a62bea0ac24b8cb265f8888c1c84d1b37a175efa7689900552dd19f197721262592c0feddf73e714bd3b9b2b571e0bb82d2e20bd24c23a3
6
+ metadata.gz: c0c8562a4e87d369a6d8be7f9faa5d4cd4d0cfa7ffa60e2fd21cda866919fee0d1043dc35d76eaa2a149f965f18eba03444ddbe5ac0d5c3610ad66bd9314b1e4
7
+ data.tar.gz: 99c14207797dd7752154c49d69d071e0a3807ec9705e6f6a6ca9a1691d7cd6fc446bdcdfcba13ca6db5e7df7ea924642b2df5d0229b65d22ce87495498d89c17
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getargv (0.3.10-universal-darwin)
4
+ getargv (0.3.11-universal-darwin)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -0,0 +1 @@
1
+ 9c40cb9434fb19f0b261cff362d025f5198551320152f5f96da6896c60df32a5a49cafeec8fde944c0b762413bfced770f19938e9f59fd0144b41baa6547c0ff
@@ -3,5 +3,5 @@
3
3
  module Getargv
4
4
  ##
5
5
  # The version of the gem
6
- VERSION = "0.3.10"
6
+ VERSION = "0.3.11"
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.10
4
+ version: 0.3.11
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.10", platforms: :ruby, install_if: RbConfig::CONFIG["host_os"].include?("darwin")
133
+ gem "getargv", "~> 0.3.11", platforms: :ruby, install_if: RbConfig::CONFIG["host_os"].include?("darwin")
134
134
  email:
135
135
  - getargv@narzt.cam
136
136
  executables: []
@@ -153,6 +153,7 @@ files:
153
153
  - checksums/getargv-0.2.0-universal-darwin.gem.sha512
154
154
  - checksums/getargv-0.3.0-universal-darwin.gem.sha512
155
155
  - checksums/getargv-0.3.10-universal-darwin.gem.sha512
156
+ - checksums/getargv-0.3.11-universal-darwin.gem.sha512
156
157
  - checksums/getargv-0.3.2-universal-darwin.gem.sha512
157
158
  - checksums/getargv-0.3.3-universal-darwin.gem.sha512
158
159
  - checksums/getargv-0.3.4-universal-darwin.gem.sha512
@@ -203,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
204
  requirements:
204
205
  - macOS
205
206
  - libgetargv installed
206
- rubygems_version: 3.6.7
207
+ rubygems_version: 3.6.9
207
208
  specification_version: 4
208
209
  summary: This gem allows you to query the arguments of other processes on macOS.
209
210
  test_files: []