From 3b3d3252aa514fbd5b2c12a6cc0a2825d9d8b12e Mon Sep 17 00:00:00 2001 From: cedricnjanga Date: Fri, 10 Nov 2017 17:23:45 +0100 Subject: Add validation and specs to models on objectid_format presence --- bin/license_finder_pip.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 bin/license_finder_pip.py (limited to 'bin/license_finder_pip.py') diff --git a/bin/license_finder_pip.py b/bin/license_finder_pip.py new file mode 100755 index 000000000..6a1c91be3 --- /dev/null +++ b/bin/license_finder_pip.py @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'license_finder_pip.py' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("license_finder", "license_finder_pip.py") -- cgit v1.2.3