chelsea 0.0.30 → 0.0.31
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/.circleci/config.yml +2 -2
- data/lib/chelsea/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: 8f6fed77cd96f3fd715030c654c03c5e480a9a46e40c76c7a4a5ae4d2016c681
|
|
4
|
+
data.tar.gz: e42fca3e172ce5937e90b09f7961d9a13b44d6fc9c1dd530f5b3f5fe19ec87df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1af02ec98ba340900a503b508d7f4cbf15c7cbd8643c27879db3db87608ac8d4cdbe7dad67b034a042f76d75548dbc17f2d546c760b0537e8e32fdfd1ce7bf9d
|
|
7
|
+
data.tar.gz: 27194d47997fc5bb332820a28d3c16ba58c31de0bae35cd8bad939c5e4efe76317cf3e3ee9a7091013745c26d995c65c50ac8e6825dad8dff38d4a8778a7b78a
|
data/.circleci/config.yml
CHANGED
|
@@ -87,7 +87,7 @@ jobs:
|
|
|
87
87
|
command: git config --global user.email "$GITHUB_EMAIL"
|
|
88
88
|
- run:
|
|
89
89
|
name: Set git upstream
|
|
90
|
-
command: git branch -u origin/
|
|
90
|
+
command: git branch -u origin/main
|
|
91
91
|
- run:
|
|
92
92
|
name: Bump version
|
|
93
93
|
command: gem bump -v patch --tag --skip-ci --push
|
|
@@ -107,4 +107,4 @@ workflows:
|
|
|
107
107
|
filters:
|
|
108
108
|
branches:
|
|
109
109
|
only:
|
|
110
|
-
-
|
|
110
|
+
- main
|
data/lib/chelsea/version.rb
CHANGED