Sha256: 60b2514fc01867e206fd7924c009a67cdf88e434e7b345cc01ef0f1207ca383a

Contents?: true

Size: 709 Bytes

Versions: 8

Compression:

Stored size: 709 Bytes

Contents

target :lib do
  signature "sig"
  check "lib"
  ignore "lib/rbs/parser.rb"
  ignore "lib/rbs/prototype", "lib/rbs/test", "lib/rbs/test.rb"

  library "set", "pathname", "json", "logger", "monitor", "tsort"
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

8 entries across 8 versions & 1 rubygems

Version Path
rbs-1.0.6 Steepfile
rbs-1.0.5 Steepfile
rbs-1.0.4 Steepfile
rbs-1.0.3 Steepfile
rbs-1.0.2 Steepfile
rbs-1.0.1 Steepfile
rbs-1.0.0 Steepfile
rbs-1.0.0.pre2 Steepfile