Sha256: 09d21729d131b183047f1610c1b01d18a51e42810ce02aeeeef8a0a8a3359511

Contents?: true

Size: 382 Bytes

Versions: 34

Compression:

Stored size: 382 Bytes

Contents

#!/usr/bin/env ruby

require 'pathname'
$LOAD_PATH.unshift Pathname($0).realpath.dirname.dirname + 'lib'

require 'bitclust/methodsignature'

st = 0
ARGF.each do |line|
  if /\A---/ =~ line
    begin
      BitClust::MethodSignature.parse(line)
    rescue => err
      $stderr.puts "#{ARGF.filename}:#{ARGF.file.lineno}: #{line.strip.inspect}"
      st = 1
    end
  end
end
exit st

Version data entries

34 entries across 27 versions & 2 rubygems

Version Path
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/check-signature.rb
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/check-signature.rb
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/check-signature.rb
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/check-signature.rb
bitclust-core-0.5.3 tools/check-signature.rb
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/tools/check-signature.rb
bitclust-dev-0.5.2 tools/check-signature.rb
bitclust-core-0.5.2 tools/check-signature.rb
bitclust-core-0.5.2 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/check-signature.rb
bitclust-core-0.5.2 vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/check-signature.rb
bitclust-dev-0.5.1 tools/check-signature.rb
bitclust-core-0.5.1 tools/check-signature.rb
bitclust-dev-0.5.0 tools/check-signature.rb
bitclust-core-0.5.0 tools/check-signature.rb