Skip to content

Commit

Permalink
Update gitignore and set default ruby version.
Browse files Browse the repository at this point in the history
Also merged pull requests cardmagic#7, cardmagic#12 and cardmagic#13 from upstream repository.
  • Loading branch information
driv3r committed Sep 16, 2013
1 parent b489785 commit dfea096
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# bundler state
/.bundle
/vendor/bundle/

# various artifacts
**.war
*.rbc
/coverage.data
/coverage/

# scm revert files
**.orig

# Mac finder artifacts
.DS_Store

# Netbeans project directory
/nbproject/

# RubyMine project files
.idea

# Textmate project files
/*.tmproj

# vim artifacts
**.swp
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.0.0

0 comments on commit dfea096

Please sign in to comment.