Skip to content

Commit

Permalink
🐛 yank previous versions and republish 0.0.1 version to gem store
Browse files Browse the repository at this point in the history
  • Loading branch information
NonsoAmadi10 committed Sep 20, 2021
1 parent 9af1450 commit 5598a0a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
bitnob (0.1.1)
dotenv
bitnob (0.0.1)
dotenv (~> 2.7)
httparty (~> 0.19.0)

GEM
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This gem requires Ruby 2.6+ and Rails 5.2+
### Installation
- Add the following to your gem file:
```ruby
gem 'bitnob', '~> 0.1.1'
gem 'bitnob', '~> 0.0.1'
```
Then run:

Expand Down Expand Up @@ -88,10 +88,6 @@ or
description: "Dorime for Nonso and Tumise",
tokens: 300,
expires_at: "24h",
mtokens: 200,
private: {},
is_including_private_channels: {},
is_fallback_included: {}
}

# Create a lightning invoice
Expand Down Expand Up @@ -119,11 +115,10 @@ or

payload = {
customerEmail: "parah@bitnob.com",
reference: "txt-ref-09fdcsf-7658dcgfh-84738pokli",
satoshis: 30000,
address: "btcjshlidlsidskdslisidsdosilsdmxksjsjldksossjoioidjifkji.zjijsi",
description: "Go buy your momma a house!",
priorityLevel: "priority"
priorityLevel: "regular"
}

# Send bitcoin using onchain
Expand Down
6 changes: 3 additions & 3 deletions bitnob.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Gem::Specification.new do |spec|
spec.email = ['nonso@bitnob.com']

spec.summary = 'Bitnob gem for Ruby/Rails'
spec.description = 'Client Library Gem for bitnob.co'
spec.description = 'Client Library Gem for Bitnob API. Allows integration of Bitnob in your Ruby Applications'
spec.homepage = 'https://github.com/bitnob/bitnob_ruby_SDK'
spec.license = 'BSD'
spec.license = '0BSD'

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'
Expand All @@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
# Dependencies
spec.required_ruby_version = '>= 2.5.0'
spec.add_dependency 'httparty', '~> 0.19.0'
spec.add_dependency 'dotenv'
spec.add_dependency 'dotenv', '~> 2.7'
end
2 changes: 1 addition & 1 deletion lib/bitnob/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Bitnob
VERSION = '0.1.1'
VERSION = '0.0.1'
end

0 comments on commit 5598a0a

Please sign in to comment.