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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47f49664f5a3092d4385e2e6a8d10830fa0fbb64b491dc6c9f179baf738492bd
|
|
4
|
+
data.tar.gz: 8a1cbb5127ff546557a2db7e49f6523dc2f3ac070bab4dbfb85112684ebe680e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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"
|
data/lib/nextgen/version.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
227
|
+
rubygems_version: 4.0.17
|
|
228
228
|
specification_version: 4
|
|
229
229
|
summary: Generate your next Rails app interactively!
|
|
230
230
|
test_files: []
|