Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RubySchools/social_network
Browse files Browse the repository at this point in the history
  • Loading branch information
strix3000 committed Feb 28, 2012
2 parents 981a8aa + 3760083 commit ed3d39a
Show file tree
Hide file tree
Showing 142 changed files with 3,254 additions and 1,557 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -12,7 +12,7 @@ gem 'sorcery'
gem 'carrierwave' gem 'carrierwave'
gem 'rmagick' gem 'rmagick'
gem 'thin' gem 'thin'
gem 'eventmachine', '~> 1.0.0.beta', :platforms => [:mswin, :mingw] gem 'eventmachine'#, '~> 1.0.0.beta', :platforms => [:mswin, :mingw]
# Gems used only for assets and not required # Gems used only for assets and not required
# in production environments by default. # in production environments by default.
group :assets do group :assets do
Expand Down
108 changes: 65 additions & 43 deletions Gemfile.lock
@@ -1,60 +1,71 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionmailer (3.2.0) actionmailer (3.2.1)
actionpack (= 3.2.0) actionpack (= 3.2.1)
mail (~> 2.4.0) mail (~> 2.4.0)
actionpack (3.2.0) actionpack (3.2.1)
activemodel (= 3.2.0) activemodel (= 3.2.1)
activesupport (= 3.2.0) activesupport (= 3.2.1)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
journey (~> 1.0.0) journey (~> 1.0.1)
rack (~> 1.4.0) rack (~> 1.4.0)
rack-cache (~> 1.1) rack-cache (~> 1.1)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.1.2) sprockets (~> 2.1.2)
activemodel (3.2.0) activemodel (3.2.1)
activesupport (= 3.2.0) activesupport (= 3.2.1)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.0) activerecord (3.2.1)
activemodel (= 3.2.0) activemodel (= 3.2.1)
activesupport (= 3.2.0) activesupport (= 3.2.1)
arel (~> 3.0.0) arel (~> 3.0.0)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activeresource (3.2.0) activeresource (3.2.1)
activemodel (= 3.2.0) activemodel (= 3.2.1)
activesupport (= 3.2.0) activesupport (= 3.2.1)
activesupport (3.2.0) activesupport (3.2.1)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.2.6) addressable (2.2.7)
arel (3.0.0) arel (3.0.2)
bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.1)
bcrypt-ruby (3.0.1-x86-mingw32) bcrypt-ruby (3.0.1-x86-mingw32)
builder (3.0.0) builder (3.0.0)
cancan (1.6.7) cancan (1.6.7)
carrierwave (0.5.8) carrierwave (0.5.8)
activesupport (~> 3.0) activesupport (~> 3.0)
coffee-rails (3.2.1) coffee-rails (3.2.2)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (~> 3.2.0.beta) railties (~> 3.2.0)
coffee-script (2.2.0) coffee-script (2.2.0)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.2.0) coffee-script-source (1.2.0)
daemons (1.1.6) cucumber (1.1.9)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.9.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
daemons (1.1.8)
diff-lcs (1.1.3)
erubis (2.7.0) erubis (2.7.0)
eventmachine (1.0.0.beta.4.1-x86-mingw32) eventmachine (0.12.10)
execjs (1.3.0) execjs (1.3.0)
multi_json (~> 1.0) multi_json (~> 1.0)
faraday (0.7.6) faraday (0.7.6)
addressable (~> 2.2) addressable (~> 2.2)
multipart-post (~> 1.1) multipart-post (~> 1.1)
rack (~> 1.1) rack (~> 1.1)
gherkin (2.9.0)
json (>= 1.4.6)
gherkin (2.9.0-x86-mingw32)
json (>= 1.4.6)
hike (1.2.1) hike (1.2.1)
i18n (0.6.0) i18n (0.6.0)
journey (1.0.0) journey (1.0.3)
jquery-rails (2.0.0) jquery-rails (2.0.0)
railties (>= 3.2.0.beta, < 5.0) railties (>= 3.2.0.beta, < 5.0)
thor (~> 0.14) thor (~> 0.14)
Expand All @@ -65,33 +76,33 @@ GEM
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
mime-types (1.17.2) mime-types (1.17.2)
multi_json (1.0.4) multi_json (1.1.0)
multipart-post (1.1.4) multipart-post (1.1.5)
oauth (0.4.5) oauth (0.4.5)
oauth2 (0.5.2) oauth2 (0.5.2)
faraday (~> 0.7) faraday (~> 0.7)
multi_json (~> 1.0) multi_json (~> 1.0)
pg (0.12.2) pg (0.13.2)
pg (0.12.2-x86-mingw32) pg (0.13.2-x86-mingw32)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.4.0) rack (1.4.1)
rack-cache (1.1) rack-cache (1.1)
rack (>= 0.4) rack (>= 0.4)
rack-ssl (1.3.2) rack-ssl (1.3.2)
rack rack
rack-test (0.6.1) rack-test (0.6.1)
rack (>= 1.0) rack (>= 1.0)
rails (3.2.0) rails (3.2.1)
actionmailer (= 3.2.0) actionmailer (= 3.2.1)
actionpack (= 3.2.0) actionpack (= 3.2.1)
activerecord (= 3.2.0) activerecord (= 3.2.1)
activeresource (= 3.2.0) activeresource (= 3.2.1)
activesupport (= 3.2.0) activesupport (= 3.2.1)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.2.0) railties (= 3.2.1)
railties (3.2.0) railties (3.2.1)
actionpack (= 3.2.0) actionpack (= 3.2.1)
activesupport (= 3.2.0) activesupport (= 3.2.1)
rack-ssl (~> 1.3.2) rack-ssl (~> 1.3.2)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
Expand All @@ -100,9 +111,17 @@ GEM
rdoc (3.12) rdoc (3.12)
json (~> 1.4) json (~> 1.4)
rmagick (2.13.1) rmagick (2.13.1)
sass (3.1.12) rspec (2.8.0)
sass-rails (3.2.3) rspec-core (~> 2.8.0)
railties (~> 3.2.0.beta) 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-mocks (2.8.0)
sass (3.1.15)
sass-rails (3.2.4)
railties (~> 3.2.0)
sass (>= 3.1.10) sass (>= 3.1.10)
tilt (~> 1.3) tilt (~> 1.3)
sorcery (0.7.6) sorcery (0.7.6)
Expand All @@ -115,7 +134,8 @@ GEM
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
therubyracer (0.9.9) term-ansicolor (1.0.7)
therubyracer (0.9.10)
libv8 (~> 3.3.10) libv8 (~> 3.3.10)
thin (1.3.1) thin (1.3.1)
daemons (>= 1.0.9) daemons (>= 1.0.9)
Expand All @@ -127,7 +147,7 @@ GEM
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.31) tzinfo (0.3.31)
uglifier (1.2.2) uglifier (1.2.3)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (>= 1.0.2) multi_json (>= 1.0.2)


Expand All @@ -139,12 +159,14 @@ DEPENDENCIES
cancan cancan
carrierwave carrierwave
coffee-rails (~> 3.2.1) coffee-rails (~> 3.2.1)
cucumber
daemons daemons
eventmachine (~> 1.0.0.beta) eventmachine
jquery-rails jquery-rails
pg pg
rails rails
rmagick rmagick
rspec
sass-rails (~> 3.2.3) sass-rails (~> 3.2.3)
sorcery sorcery
therubyracer therubyracer
Expand Down
97 changes: 0 additions & 97 deletions app/assets/stylesheets/blueprint/plugins/buttons/screen.css

This file was deleted.

71 changes: 0 additions & 71 deletions app/assets/stylesheets/blueprint/plugins/fancy-type/screen.css

This file was deleted.

0 comments on commit ed3d39a

Please sign in to comment.