File: Steepfile

package info (click to toggle)
ruby-delayer 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: ruby: 947; makefile: 3; sh: 2
file content (19 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
target :lib do
  signature "sig"
  check "lib"                       # Directory name
  # ignore "lib/templates/*.rb"
  # library "pathname", "set"       # Standard libraries
  # library "strong_json"           # Gems
  # library "instance_storage"
  library "monitor"
  library "set"
end

# target :spec do
#   signature "sig", "sig-private"
#
#   check "spec"
#
#   # library "pathname", "set"       # Standard libraries
#   # library "rspec"
# end