nextgen 0.41.0 → 0.42.0

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: 05bb21475a52cc8956a76b7406b82c47aca8010d243c6588f7249f7139713900
4
- data.tar.gz: 37c395d2dd3a5bfe70e71c016b9ceec466bcc51fa222032b16771fc4ac76edfa
3
+ metadata.gz: 47f49664f5a3092d4385e2e6a8d10830fa0fbb64b491dc6c9f179baf738492bd
4
+ data.tar.gz: 8a1cbb5127ff546557a2db7e49f6523dc2f3ac070bab4dbfb85112684ebe680e
5
5
  SHA512:
6
- metadata.gz: 232ec45f174181fe7a4bc54a9f6047c9bafee2d91ce3b353266090fb70c19f10aab4ef0ba55912a7ac2d54392a5f0c76824945ba706056829f2ec9e085c031ed
7
- data.tar.gz: 520006f507a9eff0a2e117cd45d3cc2569552964aa11f50cab7da290def3824a4757311c5c9669fbc54f06cb9a315fbde6bac828328b8309fd207e78f7218c7c
6
+ metadata.gz: 86743a52a3e474891173bc143167dd93f719de2dd0175f4c6327953f93569592ebddb9b48ec592a2b2f457cf1b3a5f84885d3be84ccaa929b21ab4a88d749354
7
+ data.tar.gz: bdfd652ffd8c829bbb21d71a56ce643ed5311ccd81321ecf0f183552f9118ecc9ff1b17b6d031b6628b09935280bd71f436c502bc17541ea7b382f0dad19c14f
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  say_git "Install shoulda gems"
4
- install_gem "shoulda-context", group: :test if minitest?
4
+ install_gem "shoulda-context", version: ">= 3.0.0.rc1", group: :test if minitest?
5
5
  install_gem "shoulda-matchers", group: :test
6
6
 
7
7
  say_git "Include shoulda methods in tests"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nextgen
4
- VERSION = "0.41.0"
4
+ VERSION = "0.42.0"
5
5
  end
@@ -11,6 +11,9 @@ RSpec.configure do |config|
11
11
 
12
12
  # Fixes slowdowns on macOS
13
13
  options.add_argument("--disable-gpu")
14
+
15
+ # Fixes intermittent assertion failures
16
+ options.add_argument("--disable-features=DeferRendererTasksAfterInput")
14
17
  end
15
18
  end
16
19
  end
@@ -12,5 +12,8 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
12
12
 
13
13
  # Fixes slowdowns on macOS
14
14
  options.add_argument("--disable-gpu")
15
+
16
+ # Fixes intermittent assertion failures
17
+ options.add_argument("--disable-features=DeferRendererTasksAfterInput")
15
18
  end
16
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nextgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  - !ruby/object:Gem::Version
225
225
  version: '0'
226
226
  requirements: []
227
- rubygems_version: 4.0.15
227
+ rubygems_version: 4.0.17
228
228
  specification_version: 4
229
229
  summary: Generate your next Rails app interactively!
230
230
  test_files: []