rspec_test_data 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +2 -2
- data/lib/rspec_test_data/rspec_setup.rb +1 -1
- data/lib/rspec_test_data/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f076b25e3d045ce158deb083fb45146deaa3172457873887230d9c69879cc25a
|
4
|
+
data.tar.gz: 51ad9d10a3e3960482f358411560414f01051b55fc8abb888bbc36f7e2213399
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae8d4b3bb5c8c8f03ee8a232697f44088c873c916ecf0cfc60740df8cb1359c4d9461636cbedb22b2730d7b6ec66fcf1e31c6906ae138f89f3669c165e05892d
|
7
|
+
data.tar.gz: 9d7a11f75b1eac8ba3d242504f7fb122eb050ee454539ad59350249b6bc49e588b74dd454fccfba3d7897fa421c4906bc64afe24784f64b05dfd65160f227287
|
data/.circleci/config.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
version: 2.1
|
2
2
|
orbs:
|
3
3
|
# See https://circleci.com/developer/orbs/orb/circleci/ruby
|
4
|
-
ruby: circleci/ruby@
|
4
|
+
ruby: circleci/ruby@2.0.0
|
5
5
|
jobs: # keyword
|
6
6
|
test: # my name for the job
|
7
7
|
parameters: # keyword
|
@@ -32,4 +32,4 @@ workflows: # keyword
|
|
32
32
|
parameters: # keyword
|
33
33
|
# All rubies being maintained per this page:
|
34
34
|
# https://www.ruby-lang.org/en/downloads/branches/
|
35
|
-
ruby-version: [ "2.
|
35
|
+
ruby-version: [ "2.7", "3.0", "3.1", "3.2" ]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec_test_data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Copeland
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|