Skip to content

Commit bc8c7ae

Browse files
committed
Minor fixes
1 parent b463e28 commit bc8c7ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ lib/**/*.bundle
1919
lib/**/*.so
2020
lib/**/*.dll
2121
doc/
22-
**/.gem
22+
**/*.gem

Steepfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ target :lib do
99
"lib/rbs/test.rb"
1010
)
1111

12-
library "set", "pathname", "json", "logger", "monitor", "tsort", "uri", 'yaml', 'dbm', 'pstore', 'singleton', 'shellwords', 'fileutils', 'find', 'digest'#, 'rdoc'
12+
library "set", "pathname", "json", "logger", "monitor", "tsort", "uri", 'yaml', 'dbm', 'pstore', 'singleton', 'shellwords', 'fileutils', 'find', 'digest'
1313
signature "stdlib/strscan/0/"
1414
signature "stdlib/rubygems/0/"
1515
signature "stdlib/optparse/0/"

0 commit comments

Comments
 (0)