Skip to content

Commit 03f421b

Browse files
author
Adam Eberlin
committed
Scaffold out the gem.
1 parent a96438f commit 03f421b

12 files changed

Lines changed: 704 additions & 144 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/.bundle/
2+
/.yardoc
3+
/Gemfile.lock
4+
/_yardoc/
5+
/coverage/
6+
/doc/
7+
/pkg/
8+
/spec/reports/
9+
/tmp/

.irbrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require 'pry'
2+
3+
load 'csv_transform.gemspec'
4+
require 'csv_transform'
5+
6+
Pry.start
7+
exit

.rspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--format documentation
2+
--color

0 commit comments

Comments
 (0)