summaryrefslogtreecommitdiffstats
path: root/vendor/gems/ruby-openid-2.1.4/lib/openid/yadis/constants.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-02-12 21:25:50 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-02-12 21:25:50 +0000
commitff9da0bab038ea118b839dd2d9e93a4d1a37e274 (patch)
tree291390f695c5abbbe5c2dad973e312923830694d /vendor/gems/ruby-openid-2.1.4/lib/openid/yadis/constants.rb
parent5bdd4291624cabee530e1c40be79c19ba6fb09dd (diff)
downloadredmine-ff9da0bab038ea118b839dd2d9e93a4d1a37e274.tar.gz
redmine-ff9da0bab038ea118b839dd2d9e93a4d1a37e274.zip
Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enable openid support.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2458 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'vendor/gems/ruby-openid-2.1.4/lib/openid/yadis/constants.rb')
-rw-r--r--vendor/gems/ruby-openid-2.1.4/lib/openid/yadis/constants.rb21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/gems/ruby-openid-2.1.4/lib/openid/yadis/constants.rb b/vendor/gems/ruby-openid-2.1.4/lib/openid/yadis/constants.rb
deleted file mode 100644
index 99b58b138..000000000
--- a/vendor/gems/ruby-openid-2.1.4/lib/openid/yadis/constants.rb
+++ /dev/null
@@ -1,21 +0,0 @@
-
-require 'openid/yadis/accept'
-
-module OpenID
-
- module Yadis
-
- YADIS_HEADER_NAME = 'X-XRDS-Location'
- YADIS_CONTENT_TYPE = 'application/xrds+xml'
-
- # A value suitable for using as an accept header when performing
- # YADIS discovery, unless the application has special requirements
- YADIS_ACCEPT_HEADER = generate_accept_header(
- ['text/html', 0.3],
- ['application/xhtml+xml', 0.5],
- [YADIS_CONTENT_TYPE, 1.0]
- )
-
- end
-
-end