Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
removing sqllite3 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaugh committed Jun 8, 2012
2 parents b388cee + 0f4aabf commit 66de51d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Expand Up @@ -15,3 +15,19 @@
/tmp

.DS_Store
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
/.bundle
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -5,7 +5,6 @@ gem 'rails', '3.2.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
gem 'thin'


Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -90,7 +90,6 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
Expand All @@ -113,6 +112,5 @@ DEPENDENCIES
jquery-rails
rails (= 3.2.1)
sass-rails (~> 3.2.3)
sqlite3
thin
uglifier (>= 1.0.3)
4 changes: 4 additions & 0 deletions README.md
@@ -0,0 +1,4 @@
beachpatrol
===========

A practice project

0 comments on commit 66de51d

Please sign in to comment.