Skip to content

Commit

Permalink
Scaffold out the gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Eberlin committed Dec 10, 2015
1 parent a96438f commit 03f421b
Show file tree
Hide file tree
Showing 12 changed files with 704 additions and 144 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
7 changes: 7 additions & 0 deletions .irbrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require 'pry'

load 'csv_transform.gemspec'
require 'csv_transform'

Pry.start
exit
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--format documentation
--color
Loading

0 comments on commit 03f421b

Please sign in to comment.