spree_dev_tools 0.2.3 → 0.2.4
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/.github/dependabot.yml +11 -0
- data/lib/spree_dev_tools/rspec/support/spree.rb +1 -0
- data/lib/spree_dev_tools/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bbd9b46c832ca09bed021a5199d4f3b5935cfd1fe2093689c916ddba197d0abc
|
|
4
|
+
data.tar.gz: 4f26bae11200fb15fb5f0309f0e357528e36a7c59ee6788cf954bebafc375d12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5ec29b524dbaf06aae35d4a7635ba49d446006789e06581d30a7c0e72bb80a2b3413553a68ee6a0fbf0257e00ac777924ff3721ddb236534b675508a3b66e29
|
|
7
|
+
data.tar.gz: 137a0fe4b47e69c5a1c971e4c57c786e803949e32688e30ea3b0c2ec2f53fea60a6f65345e1907227644ec7af3cf4a89c3a22d39ba1dc01891a04db240823f03
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# To get started with Dependabot version updates, you'll need to specify which
|
|
2
|
+
# package ecosystems to update and where the package manifests are located.
|
|
3
|
+
# Please see the documentation for all configuration options:
|
|
4
|
+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
5
|
+
|
|
6
|
+
version: 2
|
|
7
|
+
updates:
|
|
8
|
+
- package-ecosystem: "bundler" # See documentation for possible values
|
|
9
|
+
directory: "/" # Location of package manifests
|
|
10
|
+
schedule:
|
|
11
|
+
interval: "weekly"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_dev_tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Spark Solutions
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: appraisal
|
|
@@ -395,6 +395,7 @@ extensions: []
|
|
|
395
395
|
extra_rdoc_files: []
|
|
396
396
|
files:
|
|
397
397
|
- ".bundle/config"
|
|
398
|
+
- ".github/dependabot.yml"
|
|
398
399
|
- ".gitignore"
|
|
399
400
|
- Gemfile
|
|
400
401
|
- LICENSE
|
|
@@ -433,7 +434,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
433
434
|
version: '0'
|
|
434
435
|
requirements:
|
|
435
436
|
- none
|
|
436
|
-
rubygems_version: 3.3
|
|
437
|
+
rubygems_version: 3.5.3
|
|
437
438
|
signing_key:
|
|
438
439
|
specification_version: 4
|
|
439
440
|
summary: Spree Dev Tools
|