Sha256: d83988f93617b5e3d725e45bd33c1d0bc7853c34862b21313b895d61b9b887ed

Contents?: true

Size: 234 Bytes

Versions: 3

Compression:

Stored size: 234 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'

lib_dir = File.expand_path(File.join(File.dirname(__FILE__),'..','lib'))
$LOAD_PATH << lib_dir unless $LOAD_PATH.include?(lib_dir)

require 'bundler/restrict/cli'

Bundler::Restrict::CLI.start

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bundler-restrict-0.1.2 exe/bundle-restrict
bundler-restrict-0.1.1 exe/bundle-restrict
bundler-restrict-0.1.0 exe/bundle-restrict