lib/cosing/annex.rb in cosing-0.1.0 vs lib/cosing/annex.rb in cosing-0.1.1
- old
+ new
@@ -13,10 +13,10 @@
module Annex
module_function
def parse(path)
CSV.parse(
- File.read(path),
+ File.read(Cosing.gem_path(path)),
headers: true,
liberal_parsing: true,
header_converters: :symbol
) do |row|
row = row