Sha256: c26b040d1fb3f344db258a145af9956bfa1f1e5a84e2994b44a5b4380a170e1a
Contents?: true
Size: 308 Bytes
Versions: 7
Compression:
Stored size: 308 Bytes
Contents
#!/bin/bash # Checks that the RBI in rbi/parlour.rbi is up-to-date with committed changes. # This is done by generating a new RBI and comparing it with the committed RBI. set -ev bundle install mv rbi/parlour.rbi rbi/parlour-committed.rbi bundle exec parlour cmp -s rbi/parlour.rbi rbi/parlour-committed.rbi
Version data entries
7 entries across 7 versions & 1 rubygems