added jwt to the chubbies bundle, made the asterisk black

This commit is contained in:
Raphael Sofaer 2011-06-28 17:52:38 -07:00
parent 4683047ee0
commit 0eb31e3ba7
4 changed files with 10 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -8,5 +8,6 @@ gem 'shotgun'
gem 'sqlite3' gem 'sqlite3'
gem 'activerecord', '3.0.3' gem 'activerecord', '3.0.3'
gem 'diaspora-client', :git => 'git://github.com/diaspora/diaspora-client.git' gem 'diaspora-client', :git => 'git://github.com/diaspora/diaspora-client.git'
gem 'jwt', :git => "git://github.com/zhitomirskiyi/ruby-jwt.git"

View file

@ -9,6 +9,13 @@ GIT
oauth2 oauth2
sinatra sinatra
GIT
remote: git://github.com/zhitomirskiyi/ruby-jwt.git
revision: fa7f46b5ac3653e30cf60abc78de9ffb3319dc0c
specs:
jwt (0.1.3)
json (>= 1.2.4)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
@ -32,8 +39,6 @@ GEM
haml (3.1.2) haml (3.1.2)
i18n (0.6.0) i18n (0.6.0)
json (1.5.3) json (1.5.3)
jwt (0.1.3)
json (>= 1.2.4)
multi_json (1.0.3) multi_json (1.0.3)
multipart-post (1.1.2) multipart-post (1.1.2)
oauth2 (0.4.1) oauth2 (0.4.1)
@ -57,6 +62,7 @@ DEPENDENCIES
diaspora-client! diaspora-client!
haml haml
json json
jwt!
shotgun shotgun
sinatra sinatra
sqlite3 sqlite3

View file

@ -1,5 +1,6 @@
module Chubbies module Chubbies
require 'active_record' require 'active_record'
require 'jwt'
require 'diaspora-client' require 'diaspora-client'
def self.reset_db def self.reset_db