Skip to content

Commit ca3a5cb

Browse files
committed
Update project files to match bundle gem boilerplate
- Update gitignore for new bundler tooling - Rely on global gitexcludes configuration for OS & editor files instead - Use expanded rspec configuration syntax
1 parent 8f67bc1 commit ca3a5cb

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

.gitignore

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
Gemfile.lock
2-
*.swp
3-
*.swo
4-
.DS_Store
5-
coverage
6-
coverage.data
7-
*.gem
8-
.bundle
1+
/.bundle/
2+
/.yardoc
3+
/Gemfile.lock
4+
/_yardoc/
5+
/coverage/
6+
/doc/
7+
/pkg/
8+
/spec/reports/
9+
/tmp/
10+
11+
# rspec failure tracking
12+
.rspec_status

.rspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
-fd -c
1+
--format documentation
2+
--color

0 commit comments

Comments
 (0)