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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +10 -1
  5. data/lib/osbc/osbc.rb +1 -1
  6. metadata +15 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34b4e07aede46460687f931e6c170bfa6cd32b96eec1022db4dc0edd20c8b4f4
4
- data.tar.gz: e15914a8d36c5c60561109915cc2acdd9fe0517d2f767f02e5a118e7684f0f08
3
+ metadata.gz: ac17b24da3884f8181d586a6431cfe2f91f18c0bf5f61381015564d2f114c726
4
+ data.tar.gz: 485336fe2bea99f18817171dafb7fcf5daafce9395256e1d0ea39b216d9166ed
5
5
  SHA512:
6
- metadata.gz: 4db75d9e4e3dbc1889e205ffe3e802e7956be058b7f93519d064297ad46d6bc0ab2fad3b27fb95a309bc3e7abd77aa9689f304fd34b6240eca9430ab0dec1568
7
- data.tar.gz: b1f5afc4c7016ed067b8520d5e7d81324dc393eda418e3a0fbef8a87257f78ab5883daeb601aed694fe05b414028020cb1c13546da59e962c613670ed2ac63eb
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
@@ -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
@@ -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
@@ -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.9"
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.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-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,16 @@ 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
+
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.herokuapp.com/
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.herokuapp.com/
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: []