Sha256: a03f8a16f21a76c2cda0dea1ead6a14340f1f13f8716f39dbeddc9d80ec7a562

Contents?: true

Size: 774 Bytes

Versions: 4

Compression:

Stored size: 774 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"
  signature "stdlib/strscan/0/"
  signature "stdlib/rubygems/0/"
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

4 entries across 4 versions & 1 rubygems

Version Path
rbs-1.2.1 Steepfile
rbs-1.2.0 Steepfile
rbs-1.1.1 Steepfile
rbs-1.1.0 Steepfile