Sha256: e5219b732fe600c22c4ae411499dce0cb87709a17e6d9bed5072d50b7093695c

Contents?: true

Size: 625 Bytes

Versions: 8

Compression:

Stored size: 625 Bytes

Contents

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

  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

8 entries across 8 versions & 1 rubygems

Version Path
rbs-1.0.0.pre Steepfile
rbs-0.20.1 Steepfile
rbs-0.20.0 Steepfile
rbs-0.19.0 Steepfile
rbs-0.18.1 Steepfile
rbs-0.18.0 Steepfile
rbs-0.17.0 Steepfile
rbs-0.16.0 Steepfile