Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Remove lock file and run bundle install, finally rid of sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
queso committed Jun 23, 2012
1 parent d7c2a2d commit e8b9e6d
Show file tree
Hide file tree
Showing 72 changed files with 51 additions and 50 deletions.
101 changes: 51 additions & 50 deletions Gemfile.lock
@@ -1,8 +1,8 @@
GEM
remote: http://rubygems.org/
specs:
ZURB-foundation (2.1.4)
compass (>= 0.11.5)
ZURB-foundation (2.2.1.4)
compass (>= 0.12.1)
actionmailer (3.1.1)
actionpack (= 3.1.1)
mail (~> 2.3.0)
Expand Down Expand Up @@ -33,8 +33,8 @@ GEM
multi_json (~> 1.0)
acts_as_audited (2.0.0)
rails (>= 3.0.3)
addressable (2.2.6)
arel (2.2.1)
addressable (2.2.8)
arel (2.2.3)
builder (3.0.0)
chunky_png (1.2.5)
coffee-rails (3.1.1)
Expand All @@ -43,48 +43,53 @@ GEM
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
compass (0.12.alpha.4)
coffee-script-source (1.3.3)
compass (0.13.alpha.0)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
sass (~> 3.2.0.alpha.93)
diff-lcs (1.1.3)
erubis (2.7.0)
execjs (1.3.0)
excon (0.14.1)
execjs (1.4.0)
multi_json (~> 1.0)
flexmock (0.9.0)
fssm (0.2.8.1)
fssm (0.2.9)
has_scope (0.5.1)
heroku (2.18.1)
heroku (2.28.2)
heroku-api (~> 0.2.6)
launchy (>= 0.3.2)
netrc (~> 0.7.4)
rest-client (~> 1.6.1)
rubyzip
term-ansicolor (~> 1.0.5)
high_voltage (1.0.1)
heroku-api (0.2.6)
excon (~> 0.14.0)
high_voltage (1.1.1)
hike (1.2.1)
i18n (0.6.0)
inherited_resources (1.3.0)
inherited_resources (1.3.1)
has_scope (~> 0.5.0)
responders (~> 0.6.0)
responders (~> 0.6)
jquery-rails (1.0.19)
railties (~> 3.0)
thor (~> 0.14)
json (1.6.5)
launchy (2.0.5)
json (1.7.3)
launchy (2.1.0)
addressable (~> 2.2.6)
mail (2.3.0)
mail (2.3.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.4)
pg (0.12.2)
mime-types (1.19)
multi_json (1.3.6)
netrc (0.7.4)
pg (0.13.2)
polyglot (0.3.3)
rabl (0.6.0)
rabl (0.6.13)
activesupport (>= 2.3.14)
multi_json (~> 1.0.3)
multi_json (~> 1.0)
rack (1.3.6)
rack-cache (1.1)
rack-cache (1.2)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
Expand All @@ -110,60 +115,56 @@ GEM
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
responders (0.6.4)
responders (0.9.1)
railties (~> 3.1)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-given (1.4.2)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.1)
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-given (1.5.0)
rspec (> 1.2.8)
rspec-mocks (2.8.0)
rspec-rails (2.8.1)
rspec-mocks (2.10.1)
rspec-rails (2.10.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.8.0)
rubyzip (0.9.5)
sass (3.1.12)
sass-rails (3.1.5)
rspec (~> 2.10.0)
rubyzip (0.9.9)
sass (3.2.0.alpha.247)
sass-rails (3.1.6)
actionpack (~> 3.1.0)
railties (~> 3.1.0)
sass (~> 3.1.10)
sass (>= 3.1.10)
tilt (~> 1.3.2)
sequel (3.20.0)
simple_form (1.5.2)
simple_form (2.0.2)
actionpack (~> 3.0)
activemodel (~> 3.0)
sinatra (1.0)
rack (>= 1.0)
sprockets (2.0.3)
sprockets (2.0.4)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
taps (0.3.23)
taps (0.3.24)
rack (>= 1.0.1)
rest-client (>= 1.4.0, < 1.7.0)
sequel (~> 3.20.0)
sinatra (~> 1.0.0)
sqlite3-ruby (~> 1.2)
term-ansicolor (1.0.7)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
uglifier (1.2.2)
tzinfo (0.3.33)
uglifier (1.2.5)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
multi_json (~> 1.3)

PLATFORMS
ruby
Expand Down
Binary file removed vendor/cache/ZURB-foundation-2.1.4.gem
Binary file not shown.
Binary file added vendor/cache/ZURB-foundation-2.2.1.4.gem
Binary file not shown.
Binary file removed vendor/cache/addressable-2.2.6.gem
Binary file not shown.
Binary file added vendor/cache/addressable-2.2.8.gem
Binary file not shown.
Binary file removed vendor/cache/arel-2.2.1.gem
Binary file not shown.
Binary file added vendor/cache/arel-2.2.3.gem
Binary file not shown.
Binary file removed vendor/cache/coffee-script-source-1.2.0.gem
Binary file not shown.
Binary file added vendor/cache/coffee-script-source-1.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/compass-0.12.alpha.4.gem
Binary file not shown.
Binary file added vendor/cache/compass-0.13.alpha.0.gem
Binary file not shown.
Binary file added vendor/cache/excon-0.14.1.gem
Binary file not shown.
Binary file removed vendor/cache/execjs-1.3.0.gem
Binary file not shown.
Binary file added vendor/cache/execjs-1.4.0.gem
Binary file not shown.
Binary file removed vendor/cache/fssm-0.2.8.1.gem
Binary file not shown.
Binary file added vendor/cache/fssm-0.2.9.gem
Binary file not shown.
Binary file removed vendor/cache/heroku-2.18.1.gem
Binary file not shown.
Binary file added vendor/cache/heroku-2.28.2.gem
Binary file not shown.
Binary file added vendor/cache/heroku-api-0.2.6.gem
Binary file not shown.
Binary file removed vendor/cache/high_voltage-1.0.1.gem
Binary file not shown.
Binary file added vendor/cache/high_voltage-1.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/inherited_resources-1.3.0.gem
Binary file not shown.
Binary file added vendor/cache/inherited_resources-1.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/json-1.6.5.gem
Binary file not shown.
Binary file added vendor/cache/json-1.7.3.gem
Binary file not shown.
Binary file removed vendor/cache/launchy-2.0.5.gem
Binary file not shown.
Binary file added vendor/cache/launchy-2.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/mail-2.3.0.gem
Binary file not shown.
Binary file added vendor/cache/mail-2.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/mime-types-1.17.2.gem
Binary file not shown.
Binary file added vendor/cache/mime-types-1.19.gem
Binary file not shown.
Binary file removed vendor/cache/multi_json-1.0.4.gem
Binary file not shown.
Binary file added vendor/cache/multi_json-1.3.6.gem
Binary file not shown.
Binary file added vendor/cache/netrc-0.7.4.gem
Binary file not shown.
Binary file removed vendor/cache/pg-0.12.2.gem
Binary file not shown.
Binary file added vendor/cache/pg-0.13.2.gem
Binary file not shown.
Binary file removed vendor/cache/rabl-0.6.0.gem
Binary file not shown.
Binary file added vendor/cache/rabl-0.6.13.gem
Binary file not shown.
Binary file removed vendor/cache/rack-cache-1.1.gem
Binary file not shown.
Binary file added vendor/cache/rack-cache-1.2.gem
Binary file not shown.
Binary file removed vendor/cache/responders-0.6.4.gem
Binary file not shown.
Binary file added vendor/cache/responders-0.9.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec-2.10.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-2.8.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-2.10.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-2.8.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-2.10.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-2.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-given-1.4.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-given-1.5.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-2.10.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-2.8.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-rails-2.10.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-rails-2.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubyzip-0.9.5.gem
Binary file not shown.
Binary file added vendor/cache/rubyzip-0.9.9.gem
Binary file not shown.
Binary file removed vendor/cache/sass-3.1.12.gem
Binary file not shown.
Binary file added vendor/cache/sass-3.2.0.alpha.247.gem
Binary file not shown.
Binary file removed vendor/cache/sass-rails-3.1.5.gem
Binary file not shown.
Binary file added vendor/cache/sass-rails-3.1.6.gem
Binary file not shown.
Binary file removed vendor/cache/simple_form-1.5.2.gem
Binary file not shown.
Binary file added vendor/cache/simple_form-2.0.2.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/sqlite3-1.3.5.gem
Binary file not shown.
Binary file removed vendor/cache/sqlite3-ruby-1.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/taps-0.3.23.gem
Binary file not shown.
Binary file added vendor/cache/taps-0.3.24.gem
Binary file not shown.
Binary file removed vendor/cache/term-ansicolor-1.0.7.gem
Binary file not shown.
Binary file removed vendor/cache/tzinfo-0.3.31.gem
Binary file not shown.
Binary file added vendor/cache/tzinfo-0.3.33.gem
Binary file not shown.
Binary file removed vendor/cache/uglifier-1.2.2.gem
Binary file not shown.
Binary file added vendor/cache/uglifier-1.2.5.gem
Binary file not shown.

0 comments on commit e8b9e6d

Please sign in to comment.