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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34b4e07aede46460687f931e6c170bfa6cd32b96eec1022db4dc0edd20c8b4f4
4
- data.tar.gz: e15914a8d36c5c60561109915cc2acdd9fe0517d2f767f02e5a118e7684f0f08
3
+ metadata.gz: da66396b86c21e9d866ef9e4746f7564a13a11c47284e1e10e6dcacca653a22b
4
+ data.tar.gz: 2b0a20d56263176ccc5ed33031c28711515c34984e2f23b8b5f98336d85eca0b
5
5
  SHA512:
6
- metadata.gz: 4db75d9e4e3dbc1889e205ffe3e802e7956be058b7f93519d064297ad46d6bc0ab2fad3b27fb95a309bc3e7abd77aa9689f304fd34b6240eca9430ab0dec1568
7
- data.tar.gz: b1f5afc4c7016ed067b8520d5e7d81324dc393eda418e3a0fbef8a87257f78ab5883daeb601aed694fe05b414028020cb1c13546da59e962c613670ed2ac63eb
6
+ metadata.gz: ab8de79dae15c91100bbb0bc6af6ddbfcff1e19f9fe8fcbb2f3dfedbd4f28e254785e96ec0659a3cfd9ddc3db025ab33ff71809935f42ff7486b11008825c982
7
+ data.tar.gz: bdd757b8a908c0499dbdac4d352c421c625dd281c6c365661a285e14acff36f9553b614e2ceeb5502b579e36a9ba2cf5823e6f7919915a23662588fce85b2b34
data/CHANGELOG.md CHANGED
@@ -8,3 +8,4 @@
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]
data/Gemfile.lock CHANGED
@@ -146,7 +146,7 @@ GEM
146
146
  net-smtp (0.3.2)
147
147
  net-protocol
148
148
  nio4r (2.5.8)
149
- nokogiri (1.13.8-x86_64-linux)
149
+ nokogiri (1.13.9-x86_64-linux)
150
150
  racc (~> 1.4)
151
151
  orm_adapter (0.5.0)
152
152
  parallel (1.22.1)
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
- #### Reafactored some methods and tests
18
+ #### Refactored some methods and tests
19
19
  #### Removed coverage folder github repo
20
20
  ##### TODO
21
21
  ###### Add more tests
data/lib/osbc/osbc.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Osbc
4
- VERSION = "0.1.7"
4
+ VERSION = "0.1.8"
5
5
  class Osbc
6
6
  end
7
7
 
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.7
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-25 00:00:00.000000000 Z
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: Blockchain implementation in Ruby using Rails and Docker
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.herokuapp.com/
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.herokuapp.com/
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: []