tebako 0.5.11 → 0.5.12
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/README.adoc +2 -0
- data/lib/tebako/version.rb +1 -1
- data/version.txt +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: bbada912ad925b3721ce3d0cda76705b27244b551568134fbd0d17015195a05b
|
|
4
|
+
data.tar.gz: 5bce0e5306936b0735e394949c9ef07a3416100d786c9f5e4788255f1785118b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b2e107c1f93a8a32d3071f3389010319ad170fcf7b0f29d1be693421a8cf5a202e2bf37138374cab263cfea39aa9a5d5d4d769169c454181ffa6cc2f23fb4ce
|
|
7
|
+
data.tar.gz: f53a764faf28e57e424fe900724a129e1fe305827d374e5cd74a834fa81b52b4784a56879ed4515f3ac61b39b72ab134ea9e669565c7673389ca3c1c13d9f098
|
data/README.adoc
CHANGED
|
@@ -209,6 +209,8 @@ directories differ and nultiple Ruby versions within single configuration
|
|
|
209
209
|
|
|
210
210
|
This command is optional, tebako creates packaging environment automatically upon the first
|
|
211
211
|
invocation of press command.
|
|
212
|
+
However, if you plan to use tebako in CI/CD environment with caching it is highly recommended to build cache
|
|
213
|
+
based on ```tebako setup``` output. Building cache based on ```tebako press``` may create inconsistent environment upon restore.
|
|
212
214
|
|
|
213
215
|
[source]
|
|
214
216
|
----
|
data/lib/tebako/version.rb
CHANGED
data/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.12
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tebako
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-02-
|
|
11
|
+
date: 2024-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|