Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from JesusGautamah/tests
Browse files Browse the repository at this point in the history
build 0.1.9
  • Loading branch information
JesusGautamah committed Nov 26, 2022
2 parents 2837dfd + 4c088e8 commit 7a683ee
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
========================
<!-- Compile OSBC from source -->
Expand Down
2 changes: 1 addition & 1 deletion lib/osbc/osbc.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Osbc
VERSION = "0.1.7"
VERSION = "0.1.9"
class Osbc
end

Expand Down
14 changes: 11 additions & 3 deletions osbc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7a683ee

Please sign in to comment.