zold 0.31.9 → 0.31.10
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/Dockerfile +1 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +7 -7
- data/lib/zold/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: 50ae60dfc38dcd6420006a56fbf3014613552e7b81e020f940321545d9a5ec17
|
|
4
|
+
data.tar.gz: 8521790daceabe2810a35954bf7b48653c98906377650eb47f53a320d5d2a2a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d15f26f54d541c5b0b7698600fc87a99e63e1128b850ef75fa9aede7155f1afb93ac8f698ec6a0f768f8001e735b6d8e19d9f76e0c06e3b201f1a2999b21e2f
|
|
7
|
+
data.tar.gz: 3db9229ab702767b33a024ee20efd17260d4925e64452e39933e663e01e95039c84b0e3d6e44e7a848b1de5c37c655804638dbbaa5207978f7aa1ed80e2c9a68
|
data/Dockerfile
CHANGED
|
@@ -30,7 +30,7 @@ RUN gem install zold:0.0.0
|
|
|
30
30
|
|
|
31
31
|
RUN echo "#!/bin/bash" > node.sh
|
|
32
32
|
RUN echo "zold remote reset" >> node.sh
|
|
33
|
-
RUN echo "zold node --nohup" >> node.sh
|
|
33
|
+
RUN echo "zold node --nohup \044\100" >> node.sh
|
|
34
34
|
RUN echo "tail -f zold.log" >> node.sh
|
|
35
35
|
RUN chmod +x /node.sh
|
|
36
36
|
|
data/Gemfile
CHANGED
|
@@ -32,7 +32,7 @@ gem 'minitest-hooks', '1.5.1', require: false
|
|
|
32
32
|
gem 'minitest-reporters', '1.7.1', require: false
|
|
33
33
|
gem 'rake', '13.2.1', require: false
|
|
34
34
|
gem 'random-port', '~>0', require: false
|
|
35
|
-
gem 'rspec-rails', '6.1.
|
|
35
|
+
gem 'rspec-rails', '6.1.3', require: false
|
|
36
36
|
gem 'rubocop', '1.65.0', require: false
|
|
37
37
|
gem 'rubocop-rspec', '3.0.3', require: false
|
|
38
38
|
gem 'simplecov', '0.22.0', require: false
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
zold (0.31.
|
|
4
|
+
zold (0.31.10)
|
|
5
5
|
backtrace (~> 0.3)
|
|
6
6
|
concurrent-ruby (~> 1.1)
|
|
7
7
|
diffy (~> 3.3)
|
|
@@ -233,14 +233,14 @@ GEM
|
|
|
233
233
|
rspec-mocks (3.13.1)
|
|
234
234
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
235
235
|
rspec-support (~> 3.13.0)
|
|
236
|
-
rspec-rails (6.1.
|
|
236
|
+
rspec-rails (6.1.3)
|
|
237
237
|
actionpack (>= 6.1)
|
|
238
238
|
activesupport (>= 6.1)
|
|
239
239
|
railties (>= 6.1)
|
|
240
|
-
rspec-core (~> 3.
|
|
241
|
-
rspec-expectations (~> 3.
|
|
242
|
-
rspec-mocks (~> 3.
|
|
243
|
-
rspec-support (~> 3.
|
|
240
|
+
rspec-core (~> 3.13)
|
|
241
|
+
rspec-expectations (~> 3.13)
|
|
242
|
+
rspec-mocks (~> 3.13)
|
|
243
|
+
rspec-support (~> 3.13)
|
|
244
244
|
rspec-support (3.13.1)
|
|
245
245
|
rubocop (1.65.0)
|
|
246
246
|
json (~> 2.3)
|
|
@@ -327,7 +327,7 @@ DEPENDENCIES
|
|
|
327
327
|
minitest-reporters (= 1.7.1)
|
|
328
328
|
rake (= 13.2.1)
|
|
329
329
|
random-port (~> 0)
|
|
330
|
-
rspec-rails (= 6.1.
|
|
330
|
+
rspec-rails (= 6.1.3)
|
|
331
331
|
rubocop (= 1.65.0)
|
|
332
332
|
rubocop-rspec (= 3.0.3)
|
|
333
333
|
simplecov (= 0.22.0)
|
data/lib/zold/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zold
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.31.
|
|
4
|
+
version: 0.31.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yegor Bugayenko
|
|
@@ -601,7 +601,7 @@ licenses:
|
|
|
601
601
|
- MIT
|
|
602
602
|
metadata: {}
|
|
603
603
|
post_install_message: |-
|
|
604
|
-
Thanks for installing Zold 0.31.
|
|
604
|
+
Thanks for installing Zold 0.31.10!
|
|
605
605
|
Study our White Paper: https://papers.zold.io/wp.pdf
|
|
606
606
|
Read our blog posts: https://blog.zold.io
|
|
607
607
|
Try ZLD online wallet at: https://wts.zold.io
|