kleene 0.5.0 → 0.6.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/build.ops +19 -11
- data/lib/kleene/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: adae43aaa27339c7c8affc091b968c782c6494095fbb513c5f95ca423f854b56
|
|
4
|
+
data.tar.gz: 80b52c420273ba1f8c16a5b1e9aebbb18782477fe121ae71ec7603736f2b15ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3572f4e64ce3941fe071bfefdc2e3e3c87c82a14ebf98049d323114397a367491ff76c25afbc7caad12b91cb9eddc17e598efcacc23eb59fe8d4996bb0602cd0
|
|
7
|
+
data.tar.gz: 0053e335ec9a68d34237ba83f281abf33c1b94f76a31437705a63e68583cc75af4f5b61b0e303ba149a0ce8062ecb4bd7bc4ad63f1293c4e1c905b390ba87df1
|
data/build.ops
CHANGED
|
@@ -7,17 +7,25 @@ imports:
|
|
|
7
7
|
...
|
|
8
8
|
|
|
9
9
|
# when you run this script, it should do something like:
|
|
10
|
-
# ~/sync/projects/kleene-rb
|
|
11
|
-
# ❯ ops run build.ops version:
|
|
12
|
-
# Write version.rb for version
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
19
|
-
#
|
|
20
|
-
|
|
10
|
+
# ~/sync/projects/kleene-rb on master via 💎 v3.2.2
|
|
11
|
+
# ❯ ops run build.ops version:0.5.0
|
|
12
|
+
# Write version.rb for version 0.5.0
|
|
13
|
+
# Writing template literal to ./lib/kleene/version.rb
|
|
14
|
+
# localhost | Build gem
|
|
15
|
+
# Finished in 0.181094124 seconds with exit status 0 (success)
|
|
16
|
+
# ********************************************************************************
|
|
17
|
+
# localhost | Commit Gemfile.lock and version.rb and git push changes
|
|
18
|
+
# Finished in 0.798496926 seconds with exit status 0 (success)
|
|
19
|
+
# ********************************************************************************
|
|
20
|
+
# localhost | Check whether Bitwarden is locked or not
|
|
21
|
+
# Finished in 0.008580059 seconds with exit status 0 (success)
|
|
22
|
+
# ********************************************************************************
|
|
23
|
+
# localhost | Get Rubygems OTP
|
|
24
|
+
# Finished in 0.378203313 seconds with exit status 0 (success)
|
|
25
|
+
# ********************************************************************************
|
|
26
|
+
# localhost | Push gem
|
|
27
|
+
# Finished in 4.095049625 seconds with exit status 0 (success)
|
|
28
|
+
# ********************************************************************************
|
|
21
29
|
|
|
22
30
|
version = params.version
|
|
23
31
|
|
data/lib/kleene/version.rb
CHANGED