spree_cm_commissioner 0.0.3 → 1.8.0.pre.beta1
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/workflows/test_and_build_gem.yml +3 -7
- data/Gemfile.lock +1 -1
- data/lib/spree_cm_commissioner/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 791d6f17676f557d59de96c1515213fa2b348f4e1727837ea10c4c985f302f45
|
4
|
+
data.tar.gz: c0c3ec726af5f626e385ea768ae13e463f6bd0f4d2d4cff54da8a450c3e1c414
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0e80224bd19c608dfe569e8fd7f92a78a2a0dba85a3a20f835f9af22f896762c4d657ce300bb0349e07d40c2d68a97690bcb4d913b865381e97fa423564b71b
|
7
|
+
data.tar.gz: aa3bf4f391db785b76a6565542efc3d7c08e96621d89f0cfd986ab0ccc280374c308f8858cb630d82d25d3ab619cc8fcc538589c48953d9b780216949e55833d
|
@@ -6,9 +6,6 @@ on:
|
|
6
6
|
branches:
|
7
7
|
- develop
|
8
8
|
push:
|
9
|
-
branches:
|
10
|
-
- develop
|
11
|
-
- 2405-build-and-publish-gem
|
12
9
|
tags:
|
13
10
|
- "*"
|
14
11
|
jobs:
|
@@ -99,8 +96,7 @@ jobs:
|
|
99
96
|
|
100
97
|
# if: startsWith(github.ref, 'refs/tags/') # Only on tag pushes
|
101
98
|
if: |
|
102
|
-
startsWith(github.ref, 'refs/tags/')
|
103
|
-
(github.event_name == 'push' && github.ref == 'refs/heads/2405-build-and-publish-gem')
|
99
|
+
startsWith(github.ref, 'refs/tags/')
|
104
100
|
run: |
|
105
101
|
gem build *.gemspec
|
106
102
|
|
@@ -110,9 +106,9 @@ jobs:
|
|
110
106
|
DATABASE_URL: postgres://myuser:mypassword@localhost:5432/test_db
|
111
107
|
|
112
108
|
# if: startsWith(github.ref, 'refs/tags/') # Only on tag pushes
|
109
|
+
# (github.event_name == 'push' && github.ref == 'refs/heads/2405-build-and-publish-gem')
|
113
110
|
if: |
|
114
|
-
startsWith(github.ref, 'refs/tags/')
|
115
|
-
(github.event_name == 'push' && github.ref == 'refs/heads/2405-build-and-publish-gem')
|
111
|
+
startsWith(github.ref, 'refs/tags/')
|
116
112
|
run: |
|
117
113
|
mkdir -p ~/.gem
|
118
114
|
echo ":rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}" > ~/.gem/credentials
|
data/Gemfile.lock
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_cm_commissioner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.8.0.pre.beta1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- You
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spree
|
@@ -2362,9 +2362,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2362
2362
|
version: '2.7'
|
2363
2363
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2364
2364
|
requirements:
|
2365
|
-
- - "
|
2365
|
+
- - ">"
|
2366
2366
|
- !ruby/object:Gem::Version
|
2367
|
-
version:
|
2367
|
+
version: 1.3.1
|
2368
2368
|
requirements:
|
2369
2369
|
- none
|
2370
2370
|
rubygems_version: 3.4.1
|