atcoder_tools 0.3.1 → 1.0.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/deploy.yml +0 -11
- data/lib/atcoder_tools/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c99cc2550cdaa96a0ae361402447c9317bfdbe860f278bc5c416a2449360226
|
4
|
+
data.tar.gz: 741a58416defdc94c2ebe74aa1a3a30e7ef3dbf273911ef099b25ffd190876ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9a9fc9718ab94f8bc2908d7dcfd38f51abeea226798419e9bdcb2c19d77f07dc733adfcf570c94705cec3541c55b88bafd7d422322cf1b9b875e8fa68a07b59
|
7
|
+
data.tar.gz: bd783c5e8413b0fb6197c61c182822db5fcfcf3944d274478f331f9597582a6a00f050e1d3789203753f557968a0de092356c8e07e694adb514bdf3e551a4c40
|
@@ -31,17 +31,6 @@ jobs:
|
|
31
31
|
- name: change chmod
|
32
32
|
run: chmod 0600 ~/.gem/credentials
|
33
33
|
|
34
|
-
- name: test
|
35
|
-
run: cat ~/.gem/credentials
|
36
|
-
|
37
|
-
- name: test2
|
38
|
-
run: git status
|
39
|
-
|
40
|
-
- name: test3
|
41
|
-
run: "echo $RUBYGEMS_API_KEY"
|
42
|
-
env:
|
43
|
-
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
|
44
|
-
|
45
34
|
- name: set git username
|
46
35
|
run: git config user.name "Aitaro Chaya"
|
47
36
|
|