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

Commit

Permalink
Refactor in preparation for Bootstrap 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 16, 2012
1 parent 7dc7e2a commit 0d45efa
Show file tree
Hide file tree
Showing 28 changed files with 396 additions and 342 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'
gem 'rack-contrib'
gem 'validates_formatting_of'

platforms :jruby do
gem 'jruby-openssl'
gem 'therubyrhino'
end

platforms :ruby_18 do
gem 'fastercsv'
end
Expand Down
11 changes: 0 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ GEM
arel (3.0.0)
bbenezech-nested_form (0.0.2)
bcrypt-ruby (3.0.1)
bcrypt-ruby (3.0.1-java)
bootstrap-sass (1.4.3)
sass-rails (~> 3.1)
bouncy-castle-java (1.5.0146.1)
builder (3.0.0)
coffee-rails (3.2.1)
coffee-script (>= 2.2.0)
Expand All @@ -68,24 +66,19 @@ GEM
warden (~> 1.1)
erubis (2.7.0)
eventmachine (0.12.10)
eventmachine (0.12.10-java)
execjs (1.2.13)
multi_json (~> 1.0)
fastercsv (1.5.4)
geokit (1.6.0)
haml (3.2.0.alpha.10)
hike (1.2.1)
hpricot (0.8.5)
hpricot (0.8.5-java)
i18n (0.6.0)
journey (1.0.0)
jquery-rails (2.0.0)
railties (>= 3.2.0.beta, < 5.0)
thor (~> 0.14)
jruby-openssl (0.7.4)
bouncy-castle-java
json (1.6.5)
json (1.6.5-java)
kaminari (0.13.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -144,7 +137,6 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
therubyrhino (1.73.0)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
Expand All @@ -167,7 +159,6 @@ GEM
crack (>= 0.1.7)

PLATFORMS
java
ruby

DEPENDENCIES
Expand All @@ -176,14 +167,12 @@ DEPENDENCIES
fastercsv
geokit
haml (~> 3.2.0.alpha)
jruby-openssl
pg
rack-contrib
rails (~> 3.2.0.rc2)
rails_admin!
simplecov
sqlite3
therubyrhino
thin
uglifier
validates_formatting_of
Expand Down
Loading

0 comments on commit 0d45efa

Please sign in to comment.