Skip to content

Commit d953a92

Browse files
committed
Prepare for 0.6.0 release.
1 parent e09270d commit d953a92

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Rakefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ require 'rubygems/package_task'
88

99
# My notes for cross compile native Windows gem.
1010
#
11-
# $ rbenv shell 1.8.7
1211
# $ git clean -x -d -f
1312
# $ bundle install
1413
# $ unalias rake-compiler && unalias rake
1514
# $ 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
15+
# $ rake cross compile RUBY_CC_VERSION=1.9.3
16+
# $ rake cross native gem RUBY_CC_VERSION=1.9.3
1817

1918
def test_libs
2019
['lib','test']

lib/tiny_tds/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module TinyTds
2-
VERSION = '0.6.0.rc1'
2+
VERSION = '0.6.0'
33
end

0 commit comments

Comments
 (0)