Skip to content

Commit

Permalink
fast_xs 0.8.0 - preserve 1.9 encodings
Browse files Browse the repository at this point in the history
* preserve encoding of original string under Ruby 1.9
* avoid warnings when monkey patching
* internal cleanups

Browse gitweb for full history:
  http://fast-xs.rubyforge.org/git?p=fast-xs.git
  • Loading branch information
Eric Wong committed Jan 26, 2011
1 parent c3a1cc3 commit 6a1b236
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.rdoc
@@ -1,3 +1,12 @@
=== 0.8.0 / 2011-01-26

* preserve encoding of original string under Ruby 1.9
* avoid warnings when monkey patching
* internal cleanups

Browse gitweb for full history:
http://fast-xs.rubyforge.org/git?p=fast-xs.git

=== 0.7.3 / 2009-07-31

* 1 bug fix:
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,6 +1,6 @@
require 'hoe'
hoe = Hoe.spec('fast_xs') do
self.version = '0.7.3'
self.version = '0.8.0'
self.author = 'fast_xs hackers'
self.email = 'fast-xs-general@rubyforge.org'
self.url = 'http://fast-xs.rubyforge.org/'
Expand Down

0 comments on commit 6a1b236

Please sign in to comment.