Skip to content

Commit

Permalink
Updated History to include latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Apr 25, 2009
1 parent 1668001 commit f50a454
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions History.txt
@@ -1,3 +1,15 @@
=== 0.5.0 / 2009-04-25

* Enhancements
* Allow generation of multiple gems for Windows (EXPERIMENTAL)
This allows build gems for both VC6 and MinGW builts of Ruby
(Thanks to Jonathan Stott for the suggestion)

Rake::ExtensionTask.new('my_extension', GEM_SPEC) do |ext|
ext.cross_compile = true
ext.cross_platform = ['i386-mswin32', 'i386-mingw32']
end

=== 0.4.1 / 2009-04-09

* Enhancements
Expand Down

0 comments on commit f50a454

Please sign in to comment.