fast_xs 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +3 -7
- data/Rakefile +1 -1
- data/lib/fast_xs_monkey_patcher.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
=== 0.7.
|
|
1
|
+
=== 0.7.3 / 2009-07-31
|
|
2
2
|
|
|
3
3
|
* 1 bug fix:
|
|
4
4
|
|
|
5
|
-
*
|
|
6
|
-
- thanks to Jesse Storimer for noticing and reporting
|
|
7
|
-
|
|
8
|
-
* 1 packaging fix:
|
|
9
|
-
|
|
10
|
-
* rake-compiler is only needed for cross compiles
|
|
5
|
+
* extra: fix Mongrel::HttpRequest monkey patch
|
|
6
|
+
- thanks (again) to Jesse Storimer for noticing and reporting
|
|
11
7
|
|
|
12
8
|
Browse gitweb for full history:
|
|
13
9
|
http://fast-xs.rubyforge.org/git?p=fast-xs.git
|
data/Rakefile
CHANGED