publishing_platform_test 0.1.0 → 0.2.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/.ruby-version +1 -1
- data/lib/publishing_platform_test/version.rb +1 -1
- data/publishing_platform_test.gemspec +2 -1
- metadata +18 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1e0c0d2de1ac08e4fb69e0dc382ecf7de64be50cd964001640002b7659c70b8
|
|
4
|
+
data.tar.gz: b589e58382c5f5072ad32eced703d6e9048107aea276116d964b5daa797b0b6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bac5374173193753f85fa61f4c0e3aac9215ddf5da5ba423cc5c6623efab99f98b7074e166821feb9f93da1aa599515cd3fa3adb1556d05d44579a8f978aba8
|
|
7
|
+
data.tar.gz: c7c71096480264a2e45b9e9e6f8c5ef7dbedb0cb612486fef00480c82bd41895552b5199eded3843b62446cf66e709c72cb3da2a52790c54bd2de59b90f9a5a1
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.9
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.summary = "Test setup for Publishing Platform"
|
|
11
11
|
spec.description = "Test configuration and dependencies for applications on Publishing Platform"
|
|
12
12
|
spec.license = "MIT"
|
|
13
|
-
spec.required_ruby_version = ">= 3.
|
|
13
|
+
spec.required_ruby_version = ">= 3.2"
|
|
14
14
|
|
|
15
15
|
# Specify which files should be added to the gem when it is released.
|
|
16
16
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
|
@@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
|
25
25
|
spec.require_paths = %w[lib]
|
|
26
26
|
|
|
27
|
+
spec.add_dependency "brakeman", ">= 5.0.2"
|
|
27
28
|
spec.add_dependency "capybara", ">= 3.36"
|
|
28
29
|
spec.add_dependency "puma"
|
|
29
30
|
spec.add_dependency "selenium-webdriver", ">= 4.0"
|
metadata
CHANGED
|
@@ -1,15 +1,28 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: publishing_platform_test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Publishing Platform
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: brakeman
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - ">="
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: 5.0.2
|
|
19
|
+
type: :runtime
|
|
20
|
+
prerelease: false
|
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
requirements:
|
|
23
|
+
- - ">="
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: 5.0.2
|
|
13
26
|
- !ruby/object:Gem::Dependency
|
|
14
27
|
name: capybara
|
|
15
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -95,7 +108,6 @@ dependencies:
|
|
|
95
108
|
- !ruby/object:Gem::Version
|
|
96
109
|
version: '0'
|
|
97
110
|
description: Test configuration and dependencies for applications on Publishing Platform
|
|
98
|
-
email:
|
|
99
111
|
executables: []
|
|
100
112
|
extensions: []
|
|
101
113
|
extra_rdoc_files: []
|
|
@@ -109,11 +121,9 @@ files:
|
|
|
109
121
|
- lib/publishing_platform_test.rb
|
|
110
122
|
- lib/publishing_platform_test/version.rb
|
|
111
123
|
- publishing_platform_test.gemspec
|
|
112
|
-
homepage:
|
|
113
124
|
licenses:
|
|
114
125
|
- MIT
|
|
115
126
|
metadata: {}
|
|
116
|
-
post_install_message:
|
|
117
127
|
rdoc_options: []
|
|
118
128
|
require_paths:
|
|
119
129
|
- lib
|
|
@@ -121,15 +131,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
121
131
|
requirements:
|
|
122
132
|
- - ">="
|
|
123
133
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: '3.
|
|
134
|
+
version: '3.2'
|
|
125
135
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
136
|
requirements:
|
|
127
137
|
- - ">="
|
|
128
138
|
- !ruby/object:Gem::Version
|
|
129
139
|
version: '0'
|
|
130
140
|
requirements: []
|
|
131
|
-
rubygems_version:
|
|
132
|
-
signing_key:
|
|
141
|
+
rubygems_version: 4.0.9
|
|
133
142
|
specification_version: 4
|
|
134
143
|
summary: Test setup for Publishing Platform
|
|
135
144
|
test_files: []
|