Sha256: c4a4deac3a052629e6c37cb52ed8e3c149c36fd429b7bba3f3b96f7a8fc10c20

Contents?: true

Size: 313 Bytes

Versions: 2

Compression:

Stored size: 313 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'
gemspec = Gem::Specification.load(
  File.expand_path('../../postit.gemspec', __FILE__))
gemspec.development_dependencies.each do |dep|
  gem dep.name, dep.requirement.to_s
end
Gem.finish_resolve if Gem.respond_to?(:finish_resolve)

load Gem.bin_path('rubocop', 'rubocop')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
postit-0.2.0 bin/rubocop
postit-0.1.2 bin/rubocop