diff --git a/CHANGELOG.md b/CHANGELOG.md index de639eb..f18b01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,15 @@ - Docker Compose Installation Recognition - Refactored some tests - Added lib tasks helper to created rake tasks for blockchain +## [0.1.7] +### Added +- Added Open Ticket Api Methods +- Refactored some methods and tests +- Removed coverage folder github repo +## [0.1.8] +### Added +- Edited gemspec +## [0.1.9] +### Added +- Edited gemspec +- Edited README.md diff --git a/README.md b/README.md index 590e766..8e44b9c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Build Version: 0.1.7 ### Last Update: #### Added Open Ticket Api Methods -#### Reafactored some methods and tests +#### Refactored some methods and tests #### Removed coverage folder github repo ##### TODO ###### Add more tests @@ -45,6 +45,15 @@ - [Postgres](#postgres) https://www.postgresql.org/download/ - [Rails](#rails) https://guides.rubyonrails.org/getting_started.html +### Install it from RubyGems (Ruby 3.0.3) +```bash +gem install osbc +``` +## Run to generate new project +```bash +osbc PATH +``` + ### Compile OSBC from source ======================== diff --git a/lib/osbc/osbc.rb b/lib/osbc/osbc.rb index 3b68424..14b5dce 100644 --- a/lib/osbc/osbc.rb +++ b/lib/osbc/osbc.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Osbc - VERSION = "0.1.7" + VERSION = "0.1.9" class Osbc end diff --git a/osbc.gemspec b/osbc.gemspec index f9c445c..f19cf71 100644 --- a/osbc.gemspec +++ b/osbc.gemspec @@ -8,9 +8,17 @@ Gem::Specification.new do |spec| spec.authors = ["jesus_gautamah"] spec.email = ["lima.jesuscc@gmail.com"] - spec.summary = "Blockchain implementation in Ruby" - spec.description = "Blockchain implementation in Ruby using Rails and Docker" - spec.homepage = "https://outerspace-blockchain.herokuapp.com/" + spec.summary = "Outerspace Web Blockchain Framework implementation in Ruby" + spec.description = "Outerspace Web Blockchain Framework implementation in Ruby using Rails and Docker. + + Please visit https://github.com/JesusGautamah/outerspace-blockchain for more information. + + If you like the project or ideas, please consider donating to the project or star it on GitHub. + + It will be constructed for a long time and will be improved with the help of the community. + + Thank you for your support." + spec.homepage = "https://github.com/JesusGautamah/outerspace-blockchain" spec.license = "MIT" spec.required_ruby_version = ">= 3.0.3"