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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ebcb431615d0335fb711329a587b1337f3b7cb166a3905b69aa7425b5722c0af
4
- data.tar.gz: 3e8091c73ea14c67c938cc143f82637b837726049e239e14fd93ca47fbc34194
3
+ metadata.gz: 791d6f17676f557d59de96c1515213fa2b348f4e1727837ea10c4c985f302f45
4
+ data.tar.gz: c0c3ec726af5f626e385ea768ae13e463f6bd0f4d2d4cff54da8a450c3e1c414
5
5
  SHA512:
6
- metadata.gz: '081444c4677f7339071b9041968bc4f749ded9e6097986df822530f04370909046bb218318c883c1499c7c15a5912e23d4749c501dee3e23a0f9e39caab1ea48'
7
- data.tar.gz: 8583c96f326d25054504edd8b727e95ed297fabe3a5fb27088ff7e9491254c66cbd7a19069cda3151aa7a02f730abe22237759d21848bb65f4cc9195558df8d1
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
@@ -34,7 +34,7 @@ GIT
34
34
  PATH
35
35
  remote: .
36
36
  specs:
37
- spree_cm_commissioner (0.0.3)
37
+ spree_cm_commissioner (1.8.0.pre.beta1)
38
38
  activerecord-multi-tenant
39
39
  activerecord_json_validator (~> 2.1, >= 2.1.3)
40
40
  aws-sdk-cloudfront
@@ -1,5 +1,5 @@
1
1
  module SpreeCmCommissioner
2
- VERSION = '0.0.3'.freeze
2
+ VERSION = '1.8.0-beta1'.freeze
3
3
 
4
4
  module_function
5
5
 
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: 0.0.3
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-04 00:00:00.000000000 Z
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: '0'
2367
+ version: 1.3.1
2368
2368
  requirements:
2369
2369
  - none
2370
2370
  rubygems_version: 3.4.1