Sha256: 060f3f61bd53e4a1b8c9386fd6d53108b8767b532874e14c88712134ec183e53
Contents?: true
Size: 622 Bytes
Versions: 5
Compression:
Stored size: 622 Bytes
Contents
target :lib do signature "sig" check "lib" 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rbs-0.13.1 | Steepfile |
rbs-0.13.0 | Steepfile |
rbs-0.12.2 | Steepfile |
rbs-0.12.1 | Steepfile |
rbs-0.12.0 | Steepfile |