getargv 0.3.4-universal-darwin → 0.3.5-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: 32d4feee8e053ee4416c73b322d68719a1bbfbb7a88cc7ca865ba40ac2318f20
4
- data.tar.gz: 3ea56c6a67cd282d0b4b33ca102c1a59cfc0af990c768996181b798555b9a6d3
3
+ metadata.gz: dbdc6b5f821b5d3cc410ef74ed9096ae19a80890b30ea9076a5ce3d5005ade6c
4
+ data.tar.gz: 42250e1c75b39454e1348e7499324fb9ee56e8f906620d3b3a7ce340b60cc8cf
5
5
  SHA512:
6
- metadata.gz: 9b618adecdf4e0ff490256e9a66ab7143e1f88d864525cf874c23d5aaba138097c258c166b95828d10862669cd51a4d937b79fc77e42509fbea1d2458ff3299c
7
- data.tar.gz: 13aecbf8c042bc634b61874651816dfe53c35f4e567f61e2fbc3f6b4a4f2be820921eece3d8dabd50c9a314f7e311b9e00689916fe9f89599cc983d8db1bab1e
6
+ metadata.gz: 39911a976298c191a2c24eb9ad154aa848280f33f96ca1280f71cad5b1a46074635e340377d89ef2a61150e128e6e1279653abb4ba797ed0b51e350aebec395f
7
+ data.tar.gz: a25cb83825c2f91540e72f07a05d3c901e7e8ab1599a62ee173e51c48220424004b9c1d38d139bb4d5daf78e072813be6eba08d7f21871a8bec1dfca55e13b58
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getargv (0.3.4-universal-darwin)
4
+ getargv (0.3.5-universal-darwin)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -0,0 +1 @@
1
+ ce589effaa371abaa59914d026bd4e843cba8a3efd9fc08b1cc276dd95f2444a86f821a861aa601780ec0a1dd1783f20b4fa9008f8218529f658fe21f3ac9d7f
@@ -3,5 +3,5 @@
3
3
  module Getargv
4
4
  ##
5
5
  # The version of the gem
6
- VERSION = "0.3.4"
6
+ VERSION = "0.3.5"
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.4
4
+ version: 0.3.5
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - Camden Narzt
@@ -131,7 +131,7 @@ description: |2
131
131
 
132
132
  To limit the getargv gem to Apple OSs add it to your Gemfile like so:
133
133
 
134
- gem "getargv", "~> 0.3.4", platforms: :ruby, install_if: RbConfig::CONFIG["host_os"].include?("darwin")
134
+ gem "getargv", "~> 0.3.5", platforms: :ruby, install_if: RbConfig::CONFIG["host_os"].include?("darwin")
135
135
  email:
136
136
  - getargv@narzt.cam
137
137
  executables: []
@@ -156,6 +156,7 @@ files:
156
156
  - checksums/getargv-0.3.2-universal-darwin.gem.sha512
157
157
  - checksums/getargv-0.3.3-universal-darwin.gem.sha512
158
158
  - checksums/getargv-0.3.4-universal-darwin.gem.sha512
159
+ - checksums/getargv-0.3.5-universal-darwin.gem.sha512
159
160
  - ext/getargv_ruby/extconf.rb
160
161
  - ext/getargv_ruby/getargv_ruby.c
161
162
  - ext/getargv_ruby/getargv_ruby.h