Skip to content

Commit

Permalink
Prepare for 0.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jul 7, 2013
1 parent e09270d commit d953a92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ require 'rubygems/package_task'

# My notes for cross compile native Windows gem.
#
# $ rbenv shell 1.8.7
# $ git clean -x -d -f
# $ bundle install
# $ unalias rake-compiler && unalias rake
# $ rake compile
# $ rake cross compile RUBY_CC_VERSION=1.8.7:1.9.3
# $ 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

def test_libs
['lib','test']
Expand Down
2 changes: 1 addition & 1 deletion lib/tiny_tds/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TinyTds
VERSION = '0.6.0.rc1'
VERSION = '0.6.0'
end

0 comments on commit d953a92

Please sign in to comment.