Sha256: ff4bfa173a05e8810bd19823ac669f82da09a45f4fec14626c136cb960a48511
Contents?: true
Size: 651 Bytes
Versions: 2
Compression:
Stored size: 651 Bytes
Contents
target :lib do signature "sig" check "lib" ignore "lib/rbs/parser.rb" vendor stdlib: "stdlib" library "set", "pathname", "json", "logger" end # target :lib do # signature "sig" # # check "lib" # Directory name # check "Gemfile" # File name # check "app/models/**/*.rb" # Glob # # ignore "lib/templates/*.rb" # # # library "pathname", "set" # Standard libraries # # library "strong_json" # Gems # end # target :spec do # signature "sig", "sig-private" # # check "spec" # # # library "pathname", "set" # Standard libraries # # library "rspec" # end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rbs-0.15.0 | Steepfile |
rbs-0.14.0 | Steepfile |