app_store_connect 0.22.0 → 0.23.0
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/default.yml +2 -2
- data/Gemfile.lock +1 -1
- data/lib/app_store_connect/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed2272159b83f9ad7d3736e2e1af9e9ec7eae5cd681fc8608f5daf9970285398
|
|
4
|
+
data.tar.gz: 9f320e8aead39bd20fbcd1276df8894f8a781c231e1dbf9638e1e8725113db61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c4c61cfb9b3985c2b91c66a4ef5d0fceadbf02483af211f96cf41f12cbbf9f0d0fb5d9aab164209378e7bb2e37505e3f2a9dd21f3a21b5b79a171213e7ad67d
|
|
7
|
+
data.tar.gz: 111469634d29bd47ec34f4fb1e84266d829b1ccfecf579aeced3319c38ff2dff415d5804b053f872fe3cb1d48ce1492900fd767e8f69c58d824e8186d7464068
|
|
@@ -134,7 +134,7 @@ jobs:
|
|
|
134
134
|
id: create_release
|
|
135
135
|
uses: actions/create-release@latest
|
|
136
136
|
env:
|
|
137
|
-
GITHUB_TOKEN: ${{ secrets.
|
|
137
|
+
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
|
138
138
|
with:
|
|
139
139
|
tag_name: ${{ github.ref }}
|
|
140
140
|
release_name: ${{ github.ref }}
|
|
@@ -143,7 +143,7 @@ jobs:
|
|
|
143
143
|
- name: Upload Release Asset
|
|
144
144
|
uses: actions/upload-release-asset@v1
|
|
145
145
|
env:
|
|
146
|
-
GITHUB_TOKEN: ${{ secrets.
|
|
146
|
+
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKENt }}
|
|
147
147
|
with:
|
|
148
148
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
|
149
149
|
asset_path: app_store_connect-${{ env.APP_STORE_CONNECT_VERSION }}.gem
|
data/Gemfile.lock
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: app_store_connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.23.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Decot
|
|
@@ -282,7 +282,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
282
282
|
- !ruby/object:Gem::Version
|
|
283
283
|
version: '0'
|
|
284
284
|
requirements: []
|
|
285
|
-
rubygems_version: 3.
|
|
285
|
+
rubygems_version: 3.0.3
|
|
286
286
|
signing_key:
|
|
287
287
|
specification_version: 4
|
|
288
288
|
summary: A Ruby interface to the App Store Connect API
|