osbc 0.1.7 → 0.1.9
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/CHANGELOG.md +12 -0
- data/Gemfile.lock +1 -1
- data/README.md +10 -1
- data/lib/osbc/osbc.rb +1 -1
- metadata +15 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac17b24da3884f8181d586a6431cfe2f91f18c0bf5f61381015564d2f114c726
|
|
4
|
+
data.tar.gz: 485336fe2bea99f18817171dafb7fcf5daafce9395256e1d0ea39b216d9166ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28af2bfd01d963f82194fd09a56631104fab1cf60fb7f277ab6c53e7adbc2b2c405dfb2286758af40ac2a27108bed237ac31a5a6fd69eac2ec24f91d2f37f08a
|
|
7
|
+
data.tar.gz: ba7e7ee0b4e356827edb5bd6088ebc4a5cd62d24e239311134bdd237bcb24b7b24374955b03ec12925844b91f88f2b8137abf1d882062fea72fccb0cc9b31be8
|
data/CHANGELOG.md
CHANGED
|
@@ -8,3 +8,15 @@
|
|
|
8
8
|
- Docker Compose Installation Recognition
|
|
9
9
|
- Refactored some tests
|
|
10
10
|
- Added lib tasks helper to created rake tasks for blockchain
|
|
11
|
+
## [0.1.7]
|
|
12
|
+
### Added
|
|
13
|
+
- Added Open Ticket Api Methods
|
|
14
|
+
- Refactored some methods and tests
|
|
15
|
+
- Removed coverage folder github repo
|
|
16
|
+
## [0.1.8]
|
|
17
|
+
### Added
|
|
18
|
+
- Edited gemspec
|
|
19
|
+
## [0.1.9]
|
|
20
|
+
### Added
|
|
21
|
+
- Edited gemspec
|
|
22
|
+
- Edited README.md
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
## Build Version: 0.1.7
|
|
16
16
|
### Last Update:
|
|
17
17
|
#### Added Open Ticket Api Methods
|
|
18
|
-
####
|
|
18
|
+
#### Refactored some methods and tests
|
|
19
19
|
#### Removed coverage folder github repo
|
|
20
20
|
##### TODO
|
|
21
21
|
###### Add more tests
|
|
@@ -45,6 +45,15 @@
|
|
|
45
45
|
- [Postgres](#postgres) https://www.postgresql.org/download/
|
|
46
46
|
- [Rails](#rails) https://guides.rubyonrails.org/getting_started.html
|
|
47
47
|
|
|
48
|
+
### Install it from RubyGems (Ruby 3.0.3)
|
|
49
|
+
```bash
|
|
50
|
+
gem install osbc
|
|
51
|
+
```
|
|
52
|
+
## Run to generate new project
|
|
53
|
+
```bash
|
|
54
|
+
osbc PATH
|
|
55
|
+
```
|
|
56
|
+
|
|
48
57
|
### Compile OSBC from source
|
|
49
58
|
========================
|
|
50
59
|
<!-- Compile OSBC from source -->
|
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.9
|
|
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,16 @@ 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
|
+
|
|
296
|
+
Please visit https://github.com/JesusGautamah/outerspace-blockchain for more information.
|
|
297
|
+
|
|
298
|
+
If you like the project or ideas, please consider donating to the project or star it on GitHub.
|
|
299
|
+
|
|
300
|
+
It will be constructed for a long time and will be improved with the help of the community.
|
|
301
|
+
|
|
302
|
+
Thank you for your support.
|
|
294
303
|
email:
|
|
295
304
|
- lima.jesuscc@gmail.com
|
|
296
305
|
executables:
|
|
@@ -585,12 +594,12 @@ files:
|
|
|
585
594
|
- tmp/storage/.keep
|
|
586
595
|
- vendor/.keep
|
|
587
596
|
- vendor/javascript/.keep
|
|
588
|
-
homepage: https://outerspace-blockchain
|
|
597
|
+
homepage: https://github.com/JesusGautamah/outerspace-blockchain
|
|
589
598
|
licenses:
|
|
590
599
|
- MIT
|
|
591
600
|
metadata:
|
|
592
601
|
allowed_push_host: https://rubygems.org
|
|
593
|
-
homepage_uri: https://outerspace-blockchain
|
|
602
|
+
homepage_uri: https://github.com/JesusGautamah/outerspace-blockchain
|
|
594
603
|
source_code_uri: https://github.com/JesusGautamah/outerspace-blockchain
|
|
595
604
|
changelog_uri: https://github.com/JesusGautamah/outerspace-blockchain/blob/main/CHANGELOG.md
|
|
596
605
|
post_install_message:
|
|
@@ -611,5 +620,5 @@ requirements: []
|
|
|
611
620
|
rubygems_version: 3.2.32
|
|
612
621
|
signing_key:
|
|
613
622
|
specification_version: 4
|
|
614
|
-
summary: Blockchain implementation in Ruby
|
|
623
|
+
summary: Outerspace Web Blockchain Framework implementation in Ruby
|
|
615
624
|
test_files: []
|