-
- Downloads
making the hcard work
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 3 additions, 0 deletionsGemfile.lock
- app/models/person.rb 10 additions, 3 deletionsapp/models/person.rb
- app/views/publics/webfinger.erb 2 additions, 2 deletionsapp/views/publics/webfinger.erb
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
- spec/models/person_spec.rb 6 additions, 0 deletionsspec/models/person_spec.rb
... | ... | @@ -29,6 +29,7 @@ gem 'json' |
#Standards | ||
gem 'pubsubhubbub' | ||
gem 'redfinger', :git => 'git://github.com/rsofaer/redfinger.git' | ||
gem 'prism' | ||
#EventMachine | ||
gem 'em-http-request',:git => 'git://github.com/igrigorik/em-http-request.git', :require => 'em-http' | ||
... | ... |
Please register or sign in to comment