buttercms-ruby-zwg 2.5.2 → 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: 5b8e22ba26d2f914c0e0c72d4494f36d3f3ff70cb1e5edae76bfd6dd3a246062
4
- data.tar.gz: b7f93e6ce8e3477a8bd074708ce4f8623d2836640ef06dc8eff92aea318227df
3
+ metadata.gz: 7a2c9882fb1750d3e0524764a3e73328f09399d50b8eb78b01d21747bff24e88
4
+ data.tar.gz: 7a70acbe03c1d2756578fcf5aaaebeeb07146260d57fe8d7a4be9214f767d74a
5
5
  SHA512:
6
- metadata.gz: 8416fe7acc22a9e014672b8531ae322dd364bae32839c6106564a8cbe802cb98cd1c376f8e9f3c675f65da29887fe5af2162c5d37e7143424b8424fa04d6609c
7
- data.tar.gz: 0c1fc02c90e350aed975d578c7ad2d0e16d23df23db7be1fbe2f2b9151e2a07ddc2bbe19a2e6f005f783876b74019ba8bd882b9527806b892e0aa2abdf476129
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,40 @@
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
+
31
+ ## [2.5.3](https://github.com/zuzanawangle/buttercms-ruby/compare/2.5.2...2.5.3) (2023-07-30)
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * change release command ([f210865](https://github.com/zuzanawangle/buttercms-ruby/commit/f21086525c0f600c98ef12bc5046440de71eae17))
37
+
3
38
  ## [2.5.2](https://github.com/zuzanawangle/buttercms-ruby/compare/v2.5.1...2.5.2) (2023-07-30)
4
39
 
5
40
 
@@ -1,3 +1,3 @@
1
1
  module ButterCMS
2
- VERSION = '2.5.2'
2
+ VERSION = '2.5.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buttercms-ruby-zwg
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.2
4
+ version: 2.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - ButterCMS
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  requirements: []
103
- rubygems_version: 3.1.2
103
+ rubygems_version: 3.1.6
104
104
  signing_key:
105
105
  specification_version: 4
106
106
  summary: Ruby API client for ButterCMS