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 8858257 commit 8212f47Copy full SHA for 8212f47
VERSION
@@ -1 +1 @@
1
-0.1
+0.9.7.2
api.gemspec
@@ -1,11 +1,11 @@
2
lib = File.expand_path("../lib", __FILE__)
3
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
-require "api/version"
+require "ib/version"
5
6
Gem::Specification.new do |spec|
7
spec.name = "ib-api"
8
- spec.version = Api::VERSION
+ spec.version = IB::VERSION
9
spec.authors = ["Hartmut Bischoff"]
10
spec.email = ["topofocus@gmail.com"]
11
0 commit comments