osbc 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/osbc/osbc.rb +1 -1
- metadata +11 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da66396b86c21e9d866ef9e4746f7564a13a11c47284e1e10e6dcacca653a22b
|
4
|
+
data.tar.gz: 2b0a20d56263176ccc5ed33031c28711515c34984e2f23b8b5f98336d85eca0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab8de79dae15c91100bbb0bc6af6ddbfcff1e19f9fe8fcbb2f3dfedbd4f28e254785e96ec0659a3cfd9ddc3db025ab33ff71809935f42ff7486b11008825c982
|
7
|
+
data.tar.gz: bdd757b8a908c0499dbdac4d352c421c625dd281c6c365661a285e14acff36f9553b614e2ceeb5502b579e36a9ba2cf5823e6f7919915a23662588fce85b2b34
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/lib/osbc/osbc.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: osbc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jesus_gautamah
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -290,7 +290,12 @@ dependencies:
|
|
290
290
|
- - "~>"
|
291
291
|
- !ruby/object:Gem::Version
|
292
292
|
version: '2.11'
|
293
|
-
description:
|
293
|
+
description: |-
|
294
|
+
Outerspace Web Blockchain Framework implementation in Ruby using Rails and Docker.
|
295
|
+
Please visit https://github.com/JesusGautamah/outerspace-blockchain for more information.
|
296
|
+
If you like the project or ideas, please consider donating to the project ou star it on GitHub.
|
297
|
+
It will be constructed for a long time and will be improved with the help of the community.
|
298
|
+
Thank you for your support.
|
294
299
|
email:
|
295
300
|
- lima.jesuscc@gmail.com
|
296
301
|
executables:
|
@@ -585,12 +590,12 @@ files:
|
|
585
590
|
- tmp/storage/.keep
|
586
591
|
- vendor/.keep
|
587
592
|
- vendor/javascript/.keep
|
588
|
-
homepage: https://outerspace-blockchain
|
593
|
+
homepage: https://github.com/JesusGautamah/outerspace-blockchain
|
589
594
|
licenses:
|
590
595
|
- MIT
|
591
596
|
metadata:
|
592
597
|
allowed_push_host: https://rubygems.org
|
593
|
-
homepage_uri: https://outerspace-blockchain
|
598
|
+
homepage_uri: https://github.com/JesusGautamah/outerspace-blockchain
|
594
599
|
source_code_uri: https://github.com/JesusGautamah/outerspace-blockchain
|
595
600
|
changelog_uri: https://github.com/JesusGautamah/outerspace-blockchain/blob/main/CHANGELOG.md
|
596
601
|
post_install_message:
|
@@ -611,5 +616,5 @@ requirements: []
|
|
611
616
|
rubygems_version: 3.2.32
|
612
617
|
signing_key:
|
613
618
|
specification_version: 4
|
614
|
-
summary: Blockchain implementation in Ruby
|
619
|
+
summary: Outerspace Web Blockchain Framework implementation in Ruby
|
615
620
|
test_files: []
|