Skip to content

Commit b694c8c

Browse files
committed
Bumping minimum Ruby version.
1 parent e188b4c commit b694c8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

btce.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
Gem::Specification.new do |s|
3939
s.name = 'btce'
40-
s.version = '0.5.3'
40+
s.version = '0.5.4'
4141
s.date = '2016-08-18'
4242
s.summary = "A simple library to interface with the API for btc-e.com in Ruby."
4343
s.description = "A simple library to interface with the API for btc-e.com in Ruby."
@@ -56,5 +56,6 @@ Gem::Specification.new do |s|
5656
s.email = 'cgore@cgore.com'
5757
s.files = `git ls-files lib/`.split($/)
5858
s.homepage = 'https://github.com/cgore/ruby-btce'
59+
s.required_ruby_version = ">= 2.2.2"
5960
s.add_dependency 'monkey-patch', "~> 0.1.0"
6061
end

gem-builds/btce-0.5.4.gem

8 KB
Binary file not shown.

0 commit comments

Comments
 (0)