Skip to content

Commit

Permalink
Release for v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MoD committed Nov 16, 2019
1 parent 437ef9b commit 240fd82
Show file tree
Hide file tree
Showing 13 changed files with 108 additions and 92 deletions.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
SHELL := /bin/bash

test:
for i in peatio-*; do \
pushd $$i; \
bundle install; \
bundle exec rspec || exit $$?; \
popd; \
done

release:
for i in peatio-*; do \
pushd $$i; \
bundle exec rake release || exit $$?; \
popd; \
done
40 changes: 20 additions & 20 deletions peatio-bitcoincash/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
peatio-bitcoincash (0.1.1)
peatio-bitcoincash (2.4.0)
activesupport (~> 5.2.3)
better-faraday (~> 1.0.5)
cash-addr (~> 0.2.0)
faraday (~> 0.15.4)
memoist (~> 0.16.0)
net-http-persistent (~> 3.0.1)
peatio (~> 0.6.3)
peatio (>= 0.6.3)

GEM
remote: https://rubygems.org/
Expand All @@ -20,8 +20,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
amq-protocol (2.3.0)
amqp (1.8.0)
amq-protocol (>= 2.2.0)
Expand All @@ -48,7 +48,7 @@ GEM
eventmachine (1.2.7)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
hashdiff (0.3.9)
hashdiff (1.0.0)
http_parser.rb (0.6.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
Expand All @@ -57,7 +57,7 @@ GEM
metaclass (0.0.4)
method_source (0.9.2)
minitest (5.13.0)
mocha (1.8.0)
mocha (1.9.0)
metaclass (~> 0.0.1)
multipart-post (2.1.1)
mysql2 (0.5.2)
Expand All @@ -78,29 +78,29 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (3.0.3)
public_suffix (4.0.1)
rake (10.5.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.3)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
safe_yaml (1.0.5)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
webmock (3.5.1)
webmock (3.7.6)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion peatio-bitcoincash/lib/peatio/bitcoincash/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Peatio
module Bitcoincash
VERSION = "0.1.1"
VERSION = "2.4.0".freeze
end
end
2 changes: 1 addition & 1 deletion peatio-bitcoincash/peatio-bitcoincash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "better-faraday", "~> 1.0.5"
spec.add_dependency "faraday", "~> 0.15.4"
spec.add_dependency "memoist", "~> 0.16.0"
spec.add_dependency "peatio", "~> 0.6.3"
spec.add_dependency "peatio", ">= 0.6.3"
spec.add_dependency "cash-addr", '~> 0.2.0'
spec.add_dependency 'net-http-persistent', '~> 3.0.1'

Expand Down
48 changes: 24 additions & 24 deletions peatio-dash/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
peatio-dash (0.1.2)
peatio-dash (2.4.0)
activesupport (~> 5.2.3)
better-faraday (~> 1.0.5)
faraday (~> 0.15.4)
memoist (~> 0.16.0)
net-http-persistent (~> 3.0.1)
peatio (~> 0.6.3)
peatio (>= 0.6.3)

GEM
remote: https://rubygems.org/
Expand All @@ -19,8 +19,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
amq-protocol (2.3.0)
amqp (1.8.0)
amq-protocol (>= 2.2.0)
Expand All @@ -46,26 +46,26 @@ GEM
eventmachine (1.2.7)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
hashdiff (0.4.0)
hashdiff (1.0.0)
http_parser.rb (0.6.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
irb (1.0.0)
jaro_winkler (1.5.2)
jaro_winkler (1.5.4)
json (2.2.0)
jwt (2.2.1)
memoist (0.16.1)
metaclass (0.0.4)
method_source (0.9.2)
minitest (5.13.0)
mocha (1.8.0)
mocha (1.9.0)
metaclass (~> 0.0.1)
multipart-post (2.1.1)
mysql2 (0.5.2)
net-http-persistent (3.0.1)
connection_pool (~> 2.2)
parallel (1.17.0)
parser (2.6.3.0)
parallel (1.19.0)
parser (2.6.5.0)
ast (~> 2.4.0)
peatio (0.6.3)
activemodel (> 5.2, <= 6.0.0)
Expand All @@ -82,23 +82,23 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (3.1.0)
public_suffix (4.0.1)
rainbow (3.0.0)
rake (10.5.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.1)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.1)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
rubocop (0.71.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.76.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
Expand All @@ -112,7 +112,7 @@ GEM
rubocop (>= 0.68.0)
ruby-progressbar (1.10.1)
safe_yaml (1.0.5)
simplecov (0.16.1)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
Expand All @@ -121,7 +121,7 @@ GEM
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
webmock (3.6.0)
webmock (3.7.6)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion peatio-dash/lib/peatio/dash/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Peatio
module Dash
VERSION = "0.1.2"
VERSION = "2.4.0"
end
end
2 changes: 1 addition & 1 deletion peatio-dash/peatio-dash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "better-faraday", "~> 1.0.5"
spec.add_dependency "faraday", "~> 0.15.4"
spec.add_dependency "memoist", "~> 0.16.0"
spec.add_dependency "peatio", "~> 0.6.3"
spec.add_dependency "peatio", ">= 0.6.3"
spec.add_dependency 'net-http-persistent', '~> 3.0.1'

spec.add_development_dependency "bundler", "~> 1.17"
Expand Down
40 changes: 20 additions & 20 deletions peatio-litecoin/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
peatio-litecoin (0.2.1.pre.alpha)
peatio-litecoin (2.4.0)
activesupport (~> 5.2.3)
better-faraday (~> 1.0.5)
faraday (~> 0.15.4)
memoist (~> 0.16.0)
net-http-persistent (~> 3.0.1)
peatio (~> 0.6.3)
peatio (>= 0.6.3)

GEM
remote: https://rubygems.org/
Expand All @@ -19,8 +19,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
amq-protocol (2.3.0)
amqp (1.8.0)
amq-protocol (>= 2.2.0)
Expand All @@ -44,7 +44,7 @@ GEM
eventmachine (1.2.7)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
hashdiff (0.3.9)
hashdiff (1.0.0)
http_parser.rb (0.6.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
Expand All @@ -53,7 +53,7 @@ GEM
metaclass (0.0.4)
method_source (0.9.2)
minitest (5.13.0)
mocha (1.8.0)
mocha (1.9.0)
metaclass (~> 0.0.1)
multipart-post (2.1.1)
mysql2 (0.5.2)
Expand All @@ -74,29 +74,29 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (3.0.3)
public_suffix (4.0.1)
rake (10.5.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
safe_yaml (1.0.5)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
webmock (3.5.1)
webmock (3.7.6)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion peatio-litecoin/lib/peatio/litecoin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Peatio
module Litecoin
VERSION = "0.2.1-alpha".freeze
VERSION = "2.4.0"
end
end
2 changes: 1 addition & 1 deletion peatio-litecoin/peatio-litecoin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "better-faraday", "~> 1.0.5"
spec.add_dependency "faraday", "~> 0.15.4"
spec.add_dependency "memoist", "~> 0.16.0"
spec.add_dependency "peatio", "~> 0.6.3"
spec.add_dependency "peatio", ">= 0.6.3"
spec.add_dependency 'net-http-persistent', '~> 3.0.1'

spec.add_development_dependency "bundler", "~> 1.16"
Expand Down
Loading

0 comments on commit 240fd82

Please sign in to comment.