Skip to content

Commit

Permalink
Bundling rack-openid
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Humphries and Jon Distad committed Oct 1, 2010
1 parent 9b1d0a2 commit b051904
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 423 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -3,6 +3,7 @@ source "http://rubygems.org"
gem "rake", "0.8.7"
gem "rails", "2.3.5"
gem "ruby-openid", "2.1.7"
gem "rack-openid", "1.0.3", :require => nil
gem "pg", "0.9.0"

gem "rdiscount", "1.6.5"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -21,6 +21,9 @@ GEM
levenshtein (0.2.0)
pg (0.9.0)
rack (1.0.1)
rack-openid (1.0.3)
rack (>= 0.4)
ruby-openid (>= 2.1.6)
rails (2.3.5)
actionmailer (= 2.3.5)
actionpack (= 2.3.5)
Expand All @@ -45,6 +48,7 @@ DEPENDENCIES
flexmock (= 0.8.7)
levenshtein (= 0.2.0)
pg (= 0.9.0)
rack-openid (= 1.0.3)
rails (= 2.3.5)
rake (= 0.8.7)
rcov (= 0.9.9)
Expand Down
4 changes: 4 additions & 0 deletions config/database.example.yml
Expand Up @@ -11,3 +11,7 @@ development:
test:
database: clojuredocs_test
<<: *shared

production:
database: clojuredocs_production
<<: *shared
2 changes: 1 addition & 1 deletion db/schema.rb
Expand Up @@ -15,7 +15,7 @@
t.integer "commentable_id", :default => 0
t.string "commentable_type", :limit => 15, :default => ""
t.string "title", :default => ""
t.text "body"
t.text "body", :default => ""
t.string "subject", :default => ""
t.integer "user_id", :default => 0, :null => false
t.integer "parent_id"
Expand Down
77 changes: 0 additions & 77 deletions vendor/please_remove_me_gems/rack-openid-1.0.3/.specification

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/please_remove_me_gems/rack-openid-1.0.3/LICENSE

This file was deleted.

70 changes: 0 additions & 70 deletions vendor/please_remove_me_gems/rack-openid-1.0.3/README.rdoc

This file was deleted.

0 comments on commit b051904

Please sign in to comment.