takelage 0.14.0 → 0.14.1
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/lib/takelage/default.yml +1 -1
- data/lib/takelage/version +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: 538945fb85f82fd2bd5d1d04bdb136ec12c2f6571af2f9ec31b02dc31ced3612
|
4
|
+
data.tar.gz: 2e97f00e3d8f495804b6cb4f081f94f1fb5b19d0bba1349f10123b63cb676eea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 057decaadace56f6a317f9a5a4c590cad1d8addb0fe631c5d067c0184f49d3f4d98a235203ced9865a65d5019a851588cfcdaa7062d357d25fd2804c1eaba060
|
7
|
+
data.tar.gz: bab3f913ab44cadb088fde74ad71e03162b93a272027822fe0e4f3765f4708052b704436a3d33dd20ab7fa273fc26eefadc7686d3a5bcadde207db7a4d61634c
|
data/lib/takelage/default.yml
CHANGED
@@ -17,7 +17,7 @@ cmd_bit_clipboard_git_push: 'git push origin master'
|
|
17
17
|
cmd_bit_clipboard_paste_bit_list_scope: 'bit list --skip-update --json %{scope}'
|
18
18
|
cmd_bit_clipboard_paste_bit_import_cid: 'bit import --ignore-package-json --ignore-dist --skip-update --path %{dir} %{cid}'
|
19
19
|
cmd_bit_clipboard_pull_bit_import_all: 'bit import --ignore-package-json --ignore-dist --skip-update'
|
20
|
-
cmd_bit_clipboard_pull_bit_checkout_all: 'bit checkout --ignore-dist --skip-update --all latest'
|
20
|
+
cmd_bit_clipboard_pull_bit_checkout_all: 'bit checkout --ignore-package-json --ignore-dist --skip-update --skip-npm-install --all latest'
|
21
21
|
cmd_bit_clipboard_push_bit_tag_all: 'bit tag --skip-update --skip-tests --all'
|
22
22
|
cmd_bit_clipboard_push_bit_export_all: 'bit export --skip-update --all'
|
23
23
|
cmd_bit_scope_add_scope: 'bit remote add %{remote}/%{scope}'
|
data/lib/takelage/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.14.
|
1
|
+
0.14.1
|