picky 0.0.6 → 0.0.7
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/lib/picky/initializers/ext.rb +5 -3
- data/lib/picky/loader.rb +1 -1
- data/lib/picky/sources/csv.rb +1 -1
- metadata +2 -2
@@ -1,4 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
# TODO Remove as soon as gem compiling is ok.
|
2
|
+
#
|
3
|
+
# Dir.chdir File.join(File.dirname(__FILE__), '../ext/ruby19') do
|
4
|
+
# %x{ ruby extconf.rb && make }
|
5
|
+
# end
|
4
6
|
require File.expand_path(File.join(File.dirname(__FILE__), '../ext/ruby19/performant'))
|
data/lib/picky/loader.rb
CHANGED
data/lib/picky/sources/csv.rb
CHANGED