run_loop 4.5.5 → 4.5.6

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: 64548fd715c83de1eba74493cc7dbf67d5c8ec937e71102aa6fe7c0e09544da8
4
- data.tar.gz: '03998ac021e1a6e2442d1a3f4ea91a0322902deefbce3f84562e827f00ad37bf'
3
+ metadata.gz: 96267b827803aacaa1f2534a984787023c9bc45a4a5d7576c518770a32a7f9bf
4
+ data.tar.gz: 0a7b2cf0508820f80422491c97a49fae879841d57f9c20d26ae6728d9e7f59ba
5
5
  SHA512:
6
- metadata.gz: 73a71467730661e5c758c7829724ca4b79540d6b8cc84cdcea36411f11e86fb8802399fa4441290e792e78b926183a9d7c9296fe2cea1cc630d0e43108218461
7
- data.tar.gz: 4dd9750988105882527a013372b7a6b086d1e402bbb4ad325c2d8322338b98f440d6a17dd454ad9f7325832b973d0035732cb23c9685f2b2d6cceff8b976fc2f
6
+ metadata.gz: 5a056cbf843af5f715c460969b05fadf6165239100df8923f45988caebb20e3e71bb83aa0bdf88aa5fb92ed21e44a8a26d7b622ab7b41e35bb00d86d1ed9d5dc
7
+ data.tar.gz: c2a500432d6a60c8a2cbbb9ff7212e505a7350f5a20e4237954c4d86bacb6aae1aef7284a8bd645bb9b1fb99051e407467f3a27306ac09d0225a6f796a3c5493
@@ -66,7 +66,7 @@ found '#{handle_errors_by}'
66
66
  if !self.skip_file?(path, "SHA256", debug)
67
67
  begin
68
68
  file_sha = OpenSSL::Digest::SHA256.new
69
- contents = File.read(path, {mode: "rb"})
69
+ contents = File.read(path, **{mode: "rb"})
70
70
  file_sha << contents
71
71
  cumulative << contents
72
72
  file_shas << [file_sha.hexdigest]
@@ -1,5 +1,5 @@
1
1
  module RunLoop
2
- VERSION = "4.5.5"
2
+ VERSION = "4.5.6"
3
3
 
4
4
  # A model of a software release version that can be used to compare two versions.
5
5
  #
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: run_loop
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.5
4
+ version: 4.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow
8
8
  - Joshua Moody
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-12-07 00:00:00.000000000 Z
12
+ date: 2021-05-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -108,7 +108,7 @@ dependencies:
108
108
  version: 0.7.0
109
109
  - - "<"
110
110
  - !ruby/object:Gem::Version
111
- version: '1.0'
111
+ version: '1.9'
112
112
  type: :runtime
113
113
  prerelease: false
114
114
  version_requirements: !ruby/object:Gem::Requirement
@@ -118,7 +118,7 @@ dependencies:
118
118
  version: 0.7.0
119
119
  - - "<"
120
120
  - !ruby/object:Gem::Version
121
- version: '1.0'
121
+ version: '1.9'
122
122
  - !ruby/object:Gem::Dependency
123
123
  name: rspec_junit_formatter
124
124
  requirement: !ruby/object:Gem::Requirement
@@ -335,7 +335,7 @@ dependencies:
335
335
  - - ">="
336
336
  - !ruby/object:Gem::Version
337
337
  version: '0'
338
- description:
338
+ description:
339
339
  email:
340
340
  - karl.krukow@xamarin.com
341
341
  - josmoo@microsoft.com
@@ -436,7 +436,7 @@ homepage: http://calaba.sh
436
436
  licenses:
437
437
  - MIT
438
438
  metadata: {}
439
- post_install_message:
439
+ post_install_message:
440
440
  rdoc_options: []
441
441
  require_paths:
442
442
  - lib
@@ -452,7 +452,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
452
452
  version: '0'
453
453
  requirements: []
454
454
  rubygems_version: 3.1.4
455
- signing_key:
455
+ signing_key:
456
456
  specification_version: 4
457
457
  summary: The bridge between Calabash iOS and Xcode command-line tools like instruments
458
458
  and simctl.