Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 3 #23

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
gem bump; version bump
Anthony Martin committed Mar 19, 2022
commit 828c1cb44994ce6de20ceb2f7bcb6b7a76c0b052
2 changes: 1 addition & 1 deletion lib/steem/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Steem
VERSION = '0.9.6'
VERSION = '0.9.7'
AGENT_ID = "steem-ruby/#{VERSION}"
end
2 changes: 1 addition & 1 deletion steem-ruby.gemspec
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'json', '~> 2.1', '>= 2.1.0'
spec.add_dependency 'logging', '~> 2.2', '>= 2.2.0'
spec.add_dependency 'hashie', '~> 4.1', '>= 3.5.7'
spec.add_dependency 'hashie', '~> 5.0', '>= 4.1.0'
spec.add_dependency 'bitcoin-ruby', '~> 0.0', '>= 0.0.18'
spec.add_dependency 'ffi', '~> 1.9', '>= 1.9.23'
spec.add_dependency 'bindata', '~> 2.4', '>= 2.4.4'