tebako 0.7.3.rc4 → 0.7.3
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 +10 -0
- data/lib/tebako/version.rb +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: e86bb510a0ab1997a97f8999ddd73151f99e593c4f19c3174a2f073ef5739c9e
|
|
4
|
+
data.tar.gz: 54741b66ed07299e8455497f94e619a5fa14bd010214d3f7abee0c90972d1cc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40915aa707b703d62cdb0b7e1cf798d1a707db3e2b1537df821ef6b16d87b4f057c21b2204e4362aa2582a2f236be78138e7b00db01a1ed56ce40f5e8cd23991
|
|
7
|
+
data.tar.gz: d3104d718a7001e0a8b89551b774c614daf80e37c2ce720af9c1ef3ece914dc457f3fec6fa0e17a0684e199b651beb04dd95890805ae9e5bf0339d29dd37c42e
|
data/README.adoc
CHANGED
|
@@ -128,6 +128,16 @@ brew install gnu-sed bash pkg-config bison flex binutils libffi gdbm zlib ncurse
|
|
|
128
128
|
double-conversion boost jemalloc fmt glog libevent libsodium lz4 xz libyaml openssl@3
|
|
129
129
|
----
|
|
130
130
|
|
|
131
|
+
==== Bison 3+
|
|
132
|
+
|
|
133
|
+
Tebako relies on bison 3 but the default macOS version installed is 2.3 and the Homebrew formula is keg-only.
|
|
134
|
+
To ensure the correct version of bison is picked, run this command before the build process:
|
|
135
|
+
|
|
136
|
+
[source,sh]
|
|
137
|
+
----
|
|
138
|
+
export PATH="$(brew --prefix bison)/bin:$PATH"
|
|
139
|
+
----
|
|
140
|
+
|
|
131
141
|
=== Windows (workstation 10, 11; Server 2019, 2022)
|
|
132
142
|
|
|
133
143
|
The simplest approach is to use Ruby development environment provided by RubyInstaller, for example Ruby+Devkit 3.1.4-1.
|
data/lib/tebako/version.rb
CHANGED
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.7.3
|
|
4
|
+
version: 0.7.3
|
|
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-07-
|
|
11
|
+
date: 2024-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|