ndr_dev_support 3.1.0 → 3.1.1

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
  SHA1:
3
- metadata.gz: 1f9fa648db8ffa98eb6e5505ed89da5266ae1d19
4
- data.tar.gz: b2a540c25a23505528540b6addd26cc6bfab2fb5
3
+ metadata.gz: 5228136f17274cb8ffd57c6e26b44be75c223670
4
+ data.tar.gz: 54ba5d2bc7393187d92baf7b1a0566e12001f929
5
5
  SHA512:
6
- metadata.gz: 80c793fbaa8c72db13f34b53db7b200a6745c8854f0afc5f25097223d32df3225cfff20b781c16a197662c5905566183f07e5cae04e06921673f24542318e968
7
- data.tar.gz: b3b6535d2e6e235ad9e4c3c80be4944fd1443f6998ffd79526f216ddad819311d4cb1f50f90484ff9285e6a1a86ad54cd03e6becc16308c12a740bd27a8bdea1
6
+ metadata.gz: 40461b7ac025a61afcce20428e3fd00bb4648667984c5d170db6783273ab47f19db2f688596d539c23c456ca65b5416ac919381c1d91a0e3bfe7d5b46e08f9a4
7
+ data.tar.gz: 940e13668468a0398648485f3308e0e266b6241cd3165ab0b5d400e88d1f2bbd9847581b28fff1c7a2e1123dc01c2ac0ae124bde07e7e32d9946c1d06f09f2f8
data/code_safety.yml CHANGED
@@ -83,7 +83,7 @@ file safety:
83
83
  lib/ndr_dev_support/integration_testing/dsl.rb:
84
84
  comments:
85
85
  reviewed_by: josh.pencheon
86
- safe_revision: dfe1e6bf5e6c014d6a1a5f9c7e3268900910b00e
86
+ safe_revision: d347807124f115b337162646b524c42f59a0559e
87
87
  lib/ndr_dev_support/rake_ci/brakeman_helper.rb:
88
88
  comments:
89
89
  reviewed_by: josh.pencheon
@@ -123,7 +123,7 @@ file safety:
123
123
  lib/ndr_dev_support/version.rb:
124
124
  comments:
125
125
  reviewed_by: josh.pencheon
126
- safe_revision: d96ee996d3b7fcd7ccf3450355ffe4c32253b3a5
126
+ safe_revision: e6095b3848d308da6d77a77df01136ead2d1dc1a
127
127
  lib/tasks/audit_code.rake:
128
128
  comments: Identical to the version reviewed by josh.pencheon when contained within
129
129
  ndr_support
@@ -40,8 +40,7 @@ module NdrDevSupport
40
40
  post_options = { count: prior_matches.length + 1 }
41
41
  current_matches = find_all(*args, **post_options)
42
42
 
43
- additional_matches = current_matches.to_a - prior_matches.to_a
44
- additional_matches.first
43
+ current_matches.without(*prior_matches).first
45
44
  end
46
45
 
47
46
  # Adds variant of Capybara's #within_window method, that doesn't return
@@ -2,5 +2,5 @@
2
2
  # This defines the NdrDevSupport version. If you change it, rebuild and commit the gem.
3
3
  # Use "rake build" to build the gem, see rake -T for all bundler rake tasks (and our own).
4
4
  module NdrDevSupport
5
- VERSION = '3.1.0'.freeze
5
+ VERSION = '3.1.1'.freeze
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ndr_dev_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - NCRS Development Team