buttercms-ruby-zwg 2.5.3 → 2.5.7

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: 8c333263a00a929a3000da4c19a17a6a39593ab438c9ac8cecf6e2662e76559b
4
- data.tar.gz: 3b50c0006061d316074803bf6506553fe60557e35c5dee5946e880a166bb9238
3
+ metadata.gz: 7a2c9882fb1750d3e0524764a3e73328f09399d50b8eb78b01d21747bff24e88
4
+ data.tar.gz: 7a70acbe03c1d2756578fcf5aaaebeeb07146260d57fe8d7a4be9214f767d74a
5
5
  SHA512:
6
- metadata.gz: e63a4fbe483409fa5eafd36c94c2da37daae3d60d713dcb00f4caa17f1b88361580babdf7e96be0deee0cb342d30e7b40661c29fe8a2a25482a495a5cad166f7
7
- data.tar.gz: 749336b7c63a2ee3bc7716d86d8983d77920a9a5e97be991d18717584618aba5663a21c9cfd907ceaf91e567567184fdb18b65d3f9686028c57875b75fb56d5c
6
+ metadata.gz: caada53b441643f4c124a58eebc0120e37f89b2e6a682d4224f6910a6b499b39136540ef8de19358448472466145a27eec3c91bd142f72bfc6d4361cae811d82
7
+ data.tar.gz: d1365022e0b297b642a8e6acc9fc59537601bb73706ee76dd6fcab27338bd515bb1d8256305be4c3dbc3ba27ee0597499db8e49e9eac20cf3579c77705a72e6f
@@ -3,23 +3,36 @@
3
3
 
4
4
  name: Publish Gem
5
5
 
6
- on:
6
+ on:
7
7
  push:
8
8
  branches:
9
9
  - master
10
10
 
11
11
  jobs:
12
12
  publish:
13
- if: contains(github.event.head_commit.message, 'chore(release)')
13
+ if: contains(github.event.head_commit.message, 'chore(release)')
14
14
  runs-on: ubuntu-22.04
15
15
 
16
16
  steps:
17
17
  - uses: actions/checkout@v3.5.3
18
-
19
- - name: Release Gem
20
- uses: discourse/publish-rubygems-action@v3
18
+ - uses: ruby/setup-ruby@v1
19
+ with:
20
+ ruby-version: "2.7"
21
+ - run: gem build
22
+ - run: |
23
+ cat << EOF > ~/.gem/credentials
24
+ ---
25
+ :rubygems_api_key: ${RUBYGEMS_API_KEY}
26
+ EOF
27
+ chmod 0600 ~/.gem/credentials
21
28
  env:
22
29
  RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
23
- RELEASE_COMMAND: rake release
24
- GIT_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
25
- GIT_NAME: github-actions[bot]
30
+ - run: gem push *.gem
31
+
32
+ # - name: Release Gem
33
+ # uses: discourse/publish-rubygems-action@v3
34
+ # env:
35
+ # RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
36
+ # RELEASE_COMMAND: rake release
37
+ # GIT_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
38
+ # GIT_NAME: github-actions[bot]
data/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.5.7](https://github.com/zuzanawangle/buttercms-ruby/compare/2.5.6...2.5.7) (2023-07-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add secret ([62836f1](https://github.com/zuzanawangle/buttercms-ruby/commit/62836f1e6c44c0a793352c973f28a09fe14db6fa))
9
+
10
+ ## [2.5.6](https://github.com/zuzanawangle/buttercms-ruby/compare/2.5.5...2.5.6) (2023-07-30)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * debug ([cfbcc40](https://github.com/zuzanawangle/buttercms-ruby/commit/cfbcc40250d55df53c08db972b73faed098b4e4d))
16
+
17
+ ## [2.5.5](https://github.com/zuzanawangle/buttercms-ruby/compare/2.5.4...2.5.5) (2023-07-30)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * chmod ([8a51fbc](https://github.com/zuzanawangle/buttercms-ruby/commit/8a51fbc6427064afa838ed928b39d8f3928077a8))
23
+
24
+ ## [2.5.4](https://github.com/zuzanawangle/buttercms-ruby/compare/2.5.3...2.5.4) (2023-07-30)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * change action ([4a9d595](https://github.com/zuzanawangle/buttercms-ruby/commit/4a9d5958df63c5070a8fc76bc1ded26c5fb95cfd))
30
+
3
31
  ## [2.5.3](https://github.com/zuzanawangle/buttercms-ruby/compare/2.5.2...2.5.3) (2023-07-30)
4
32
 
5
33
 
@@ -1,3 +1,3 @@
1
1
  module ButterCMS
2
- VERSION = '2.5.3'
2
+ VERSION = '2.5.7'
3
3
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buttercms-ruby-zwg
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.3
4
+ version: 2.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - ButterCMS
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2023-07-30 00:00:00.000000000 Z
@@ -85,7 +85,7 @@ homepage: https://buttercms.com/docs
85
85
  licenses:
86
86
  - MIT
87
87
  metadata: {}
88
- post_install_message:
88
+ post_install_message:
89
89
  rdoc_options: []
90
90
  require_paths:
91
91
  - lib
@@ -100,8 +100,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  requirements: []
103
- rubygems_version: 3.4.10
104
- signing_key:
103
+ rubygems_version: 3.1.6
104
+ signing_key:
105
105
  specification_version: 4
106
106
  summary: Ruby API client for ButterCMS
107
107
  test_files: []