We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e188b4c commit b694c8cCopy full SHA for b694c8c
btce.gemspec
@@ -37,7 +37,7 @@
37
38
Gem::Specification.new do |s|
39
s.name = 'btce'
40
- s.version = '0.5.3'
+ s.version = '0.5.4'
41
s.date = '2016-08-18'
42
s.summary = "A simple library to interface with the API for btc-e.com in Ruby."
43
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|
56
s.email = 'cgore@cgore.com'
57
s.files = `git ls-files lib/`.split($/)
58
s.homepage = 'https://github.com/cgore/ruby-btce'
59
+ s.required_ruby_version = ">= 2.2.2"
60
s.add_dependency 'monkey-patch', "~> 0.1.0"
61
end
gem-builds/btce-0.5.4.gem
8 KB
0 commit comments