lib/massa/tool.rb in massa-0.0.8 vs lib/massa/tool.rb in massa-0.0.9
- old
+ new
@@ -7,12 +7,9 @@
YAML.load_file(tools_yaml_file).map { |tool| OpenStruct.new(tool) }
end
def tools_yaml_file
"#{Gem::Specification.find_by_name('massa').gem_dir}/config/default_tools.yml"
- rescue Gem::LoadError
- Massa::CLI.colorize :red, "¯\\_(ツ)_/¯ 'massa' gem is not in your Gemfile."
- exit 1
end
end
end
end