lib/bibliothecary/parsers/julia.rb in bibliothecary-1.2.1 vs lib/bibliothecary/parsers/julia.rb in bibliothecary-1.3.0

- old
+ new

@@ -24,9 +24,11 @@ { platform: PLATFORM_NAME, path: path, dependencies: parse_require(manifest) } + rescue + [] end def self.parse_require(manifest) manifest.split("\n").map do |line| match = line.split(/\s/)