Skip to content

Commit

Permalink
remove authlogic and authlogic-connect dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Feb 20, 2011
1 parent a0ea585 commit eb28ef6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Expand Up @@ -8,7 +8,6 @@ gem "json"
gem "haml", "~> 3.0.13"
gem "compass", "~> 0.10.2"
gem "will_paginate", "~> 3.0.pre2"
gem "authlogic", :git => "git://github.com/odorcicd/authlogic.git", :branch => "rails3"
gem "devise"
gem "omniauth", "0.2.0.beta4"
gem "formtastic", "~> 1.1.0"
Expand All @@ -23,11 +22,6 @@ gem "meta-tags", :require => 'meta_tags'
gem "sitemap_generator", "~> 0.3.3"
gem "twitter", "~> 0.9.8"
gem "bitly"
gem "ruby-openid"
gem "rack-openid", :require => "rack/openid"
gem "oauth"
gem "oauth2"
gem "authlogic-connect", '~>0.0.6'
gem "cancan"
gem "recaptcha", :require => "recaptcha/rails"
gem 'typus', "~> 3.0.2"
Expand Down
23 changes: 0 additions & 23 deletions Gemfile.lock
@@ -1,11 +1,3 @@
GIT
remote: git://github.com/odorcicd/authlogic.git
revision: a087ad0cba3c165ba22fcf176c28b6f7517931e8
branch: rails3
specs:
authlogic (2.1.3)
activesupport

GIT
remote: git://github.com/rails/exception_notification.git
revision: 192a49a02d63d28b23ed41cebadfedd490929cf1
Expand Down Expand Up @@ -48,15 +40,6 @@ GEM
addressable (2.2.4)
annotate (2.4.0)
arel (2.0.3)
authlogic-connect (0.0.6)
activerecord (>= 2.1.2)
activesupport (>= 2.1.2)
authlogic
json
oauth
oauth2
rack-openid (>= 0.2.1)
ruby-openid
autotest (4.4.5)
autotest-rails (4.1.0)
ZenTest
Expand Down Expand Up @@ -340,8 +323,6 @@ DEPENDENCIES
ZenTest
acts-as-taggable-on (~> 2.0.6)
annotate
authlogic!
authlogic-connect (~> 0.0.6)
autotest
autotest-rails (~> 4.1.0)
awesome_print
Expand Down Expand Up @@ -372,19 +353,15 @@ DEPENDENCIES
meta-tags
mongrel (= 1.2.0.pre2)
mysql2 (~> 0.2.6)
oauth
oauth2
omniauth (= 0.2.0.beta4)
pickle (~> 0.4.2)
rack-openid
rails (= 3.0.3)
rcov (~> 0.9.9)
rdiscount
recaptcha
remarkable_activerecord (~> 4.0.0.alpha2)
rspec (~> 2.1.0)
rspec-rails (~> 2.1.0)
ruby-openid
sitemap_generator (~> 0.3.3)
spork
sqlite3-ruby
Expand Down

0 comments on commit eb28ef6

Please sign in to comment.