Sha256: e8a1acbcd330007080cbb9ce22e2fbbb0471b2239bb4baca2464a35e1fc0ef33

Contents?: true

Size: 807 Bytes

Versions: 7

Compression:

Stored size: 807 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/"
  signature "stdlib/optparse/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

7 entries across 7 versions & 1 rubygems

Version Path
rbs-1.5.1 Steepfile
rbs-1.5.0 Steepfile
rbs-1.4.0 Steepfile
rbs-1.3.3 Steepfile
rbs-1.3.2 Steepfile
rbs-1.3.1 Steepfile
rbs-1.3.0 Steepfile