Adding temporary dependency to warden master

This commit is contained in:
Rodrigo Flores 2012-02-16 09:23:16 -02:00
parent 584d5d1a81
commit 70b9bdcc9a
3 changed files with 9 additions and 4 deletions

View File

@ -6,6 +6,7 @@ gem "rails", "~> 3.2.0"
gem "omniauth", "~> 1.0.0"
gem "omniauth-oauth2", "~> 1.0.0"
gem "rdoc"
gem "warden", :git => "https://github.com/hassox/warden.git"
group :test do
gem "omniauth-facebook"

View File

@ -1,3 +1,10 @@
GIT
remote: https://github.com/hassox/warden.git
revision: 16da284a6d15888ec16c6ea1290dd34f12adf672
specs:
warden (1.1.0)
rack (>= 1.0)
PATH
remote: .
specs:
@ -5,7 +12,6 @@ PATH
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
railties (~> 3.1)
warden (~> 1.1)
GEM
remote: http://rubygems.org/
@ -137,8 +143,6 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
warden (1.1.0)
rack (>= 1.0)
webrat (0.7.2)
nokogiri (>= 1.2.0)
rack (>= 1.0)
@ -164,4 +168,5 @@ DEPENDENCIES
rdoc
ruby-debug (>= 0.10.3)
sqlite3-ruby
warden!
webrat (= 0.7.2)

View File

@ -18,7 +18,6 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- test/*`.split("\n")
s.require_paths = ["lib"]
s.add_dependency("warden", "~> 1.1")
s.add_dependency("orm_adapter", "~> 0.0.3")
s.add_dependency("bcrypt-ruby", "~> 3.0")
s.add_dependency("railties", "~> 3.1")