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

Commit

Permalink
Added sorcery
Browse files Browse the repository at this point in the history
  • Loading branch information
florida committed Nov 13, 2012
1 parent c8301a5 commit b8d9e72
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -21,6 +21,7 @@ group :assets do
end end


gem 'jquery-rails' gem 'jquery-rails'
gem 'sorcery'


# To use ActiveModel has_secure_password # To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0' # gem 'bcrypt-ruby', '~> 3.0.0'
Expand Down
15 changes: 15 additions & 0 deletions Gemfile.lock
Expand Up @@ -29,6 +29,7 @@ GEM
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
arel (3.0.2) arel (3.0.2)
bcrypt-ruby (3.0.1)
builder (3.0.4) builder (3.0.4)
coffee-rails (3.2.2) coffee-rails (3.2.2)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
Expand All @@ -40,7 +41,10 @@ GEM
erubis (2.7.0) erubis (2.7.0)
execjs (1.4.0) execjs (1.4.0)
multi_json (~> 1.0) multi_json (~> 1.0)
faraday (0.8.4)
multipart-post (~> 1.1)
hike (1.2.1) hike (1.2.1)
httpauth (0.2.0)
i18n (0.6.1) i18n (0.6.1)
journey (1.0.4) journey (1.0.4)
jquery-rails (2.1.3) jquery-rails (2.1.3)
Expand All @@ -53,6 +57,12 @@ GEM
treetop (~> 1.4.8) treetop (~> 1.4.8)
mime-types (1.19) mime-types (1.19)
multi_json (1.3.7) multi_json (1.3.7)
multipart-post (1.1.5)
oauth (0.4.7)
oauth2 (0.6.1)
faraday (~> 0.7)
httpauth (~> 0.1)
multi_json (~> 1.3)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.4.1) rack (1.4.1)
rack-cache (1.2) rack-cache (1.2)
Expand Down Expand Up @@ -84,6 +94,10 @@ GEM
railties (~> 3.2.0) railties (~> 3.2.0)
sass (>= 3.1.10) sass (>= 3.1.10)
tilt (~> 1.3) tilt (~> 1.3)
sorcery (0.7.13)
bcrypt-ruby (~> 3.0.0)
oauth (~> 0.4.4)
oauth2 (~> 0.6.0)
sprockets (2.1.3) sprockets (2.1.3)
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
Expand All @@ -107,5 +121,6 @@ DEPENDENCIES
jquery-rails jquery-rails
rails (= 3.2.8) rails (= 3.2.8)
sass-rails (~> 3.2.3) sass-rails (~> 3.2.3)
sorcery
sqlite3 sqlite3
uglifier (>= 1.0.3) uglifier (>= 1.0.3)

0 comments on commit b8d9e72

Please sign in to comment.