screengem 0.19.0 → 0.20.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 +4 -4
- data/.screengem.gemspec.swp +0 -0
- data/CHANGELOG.md +4 -0
- data/lib/screengem/version.rb +1 -1
- data/screengem.gemspec +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 440cf55bc9f3b573386865c682454c037e5c4d2f4d3445d0bc10fe5f8aa1bf23
|
|
4
|
+
data.tar.gz: 7a5051441d9db8562a9a8d324066f6258b4db5c46879f4753e47bb6dbcc01fb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0731359611e4f825c219a3d2ab7f4e134cd101d50020af680049d506de73fb5f7a89834e767bd4b31cc20b0dfec8e4708fd3c954e21f2d02385fce073ae9a351'
|
|
7
|
+
data.tar.gz: 567266575d5d911d74b21e5baa6b82abcb00b7ace7920cc6065098227a69c11af40d46b03e826bdddd9eb8bf05cfeba31dac7cdd0ef85260abd71bf1469c506d
|
|
Binary file
|
data/CHANGELOG.md
CHANGED
data/lib/screengem/version.rb
CHANGED
data/screengem.gemspec
CHANGED
|
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
spec.require_paths = ["lib"]
|
|
31
31
|
spec.required_ruby_version = ">= 3.0"
|
|
32
32
|
|
|
33
|
-
spec.add_runtime_dependency "activesupport", ">= 6.0", "< 7.1"
|
|
33
|
+
spec.add_runtime_dependency "activesupport", ">= 6.0", "< 7.1.1"
|
|
34
34
|
spec.add_runtime_dependency "capybara", ">= 3.0", "< 4.0"
|
|
35
35
|
spec.add_runtime_dependency "require_all", ">= 3.0", "< 4.0"
|
|
36
36
|
spec.add_runtime_dependency "rspec-expectations", "~> 3.12"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: screengem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.20.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alistair McKinnell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '6.0'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version:
|
|
22
|
+
version: 7.1.1
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '6.0'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
32
|
+
version: 7.1.1
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: capybara
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -194,6 +194,7 @@ files:
|
|
|
194
194
|
- ".rubocop"
|
|
195
195
|
- ".rubocop.yml"
|
|
196
196
|
- ".ruby-version"
|
|
197
|
+
- ".screengem.gemspec.swp"
|
|
197
198
|
- CHANGELOG.md
|
|
198
199
|
- CODE_OF_CONDUCT.md
|
|
199
200
|
- Gemfile
|
|
@@ -246,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
246
247
|
- !ruby/object:Gem::Version
|
|
247
248
|
version: '0'
|
|
248
249
|
requirements: []
|
|
249
|
-
rubygems_version: 3.4.
|
|
250
|
+
rubygems_version: 3.4.10
|
|
250
251
|
signing_key:
|
|
251
252
|
specification_version: 4
|
|
252
253
|
summary: Ruby implementation of the Screengem Pattern.
|