Skip to content

Commit 1267345

Browse files
committed
Upgrade specs syntax
1 parent ae4bbb2 commit 1267345

File tree

3 files changed

+183
-107
lines changed

3 files changed

+183
-107
lines changed

.gitignore

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
## MAC OS
2-
.DS_Store
3-
4-
## TEXTMATE
5-
*.tmproj
6-
tmtags
7-
8-
## EMACS
9-
*~
10-
\#*
11-
.\#*
12-
13-
## VIM
14-
*.swp
15-
16-
## PROJECT::GENERAL
17-
coverage
18-
rdoc
19-
pkg
1+
/.bundle/
2+
/.yardoc
203
/Gemfile.lock
21-
22-
## PROJECT::SPECIFIC
4+
/_yardoc/
5+
/coverage/
6+
/doc/
7+
/pkg/
8+
/spec/reports/
9+
/spec/examples.txt
10+
/tmp/
11+
*.bundle
12+
*.so
13+
*.o
14+
*.a
15+
mkmf.log
16+
tests.lock

0 commit comments

Comments
 (0)