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.
@@ -1,4 +1,6 @@
1
- Dir.chdir File.join(File.dirname(__FILE__), '../ext/ruby19') do
2
- %x{ ruby extconf.rb && make }
3
- end
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
@@ -80,7 +80,7 @@ module Loader
80
80
  # Loads the framework.
81
81
  #
82
82
  def self.load_framework
83
- # Compile C-Code. TODO Remove as soon as stable. Remove also mentioned file.
83
+ # Load compiled C code.
84
84
  #
85
85
  require_relative 'initializers/ext'
86
86
 
@@ -1,4 +1,4 @@
1
- require 'CSV'
1
+ require 'csv'
2
2
 
3
3
  module Sources
4
4
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Florian Hanke