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 e09270d commit d953a92Copy full SHA for d953a92
Rakefile
@@ -8,13 +8,12 @@ require 'rubygems/package_task'
8
9
# My notes for cross compile native Windows gem.
10
#
11
-# $ rbenv shell 1.8.7
12
# $ git clean -x -d -f
13
# $ bundle install
14
# $ unalias rake-compiler && unalias rake
15
# $ rake compile
16
-# $ rake cross compile RUBY_CC_VERSION=1.8.7:1.9.3
17
-# $ rake cross native gem RUBY_CC_VERSION=1.8.7:1.9.3
+# $ rake cross compile RUBY_CC_VERSION=1.9.3
+# $ rake cross native gem RUBY_CC_VERSION=1.9.3
18
19
def test_libs
20
['lib','test']
lib/tiny_tds/version.rb
@@ -1,3 +1,3 @@
1
module TinyTds
2
- VERSION = '0.6.0.rc1'
+ VERSION = '0.6.0'
3
end
0 commit comments