added jwt to the chubbies bundle, made the asterisk black
This commit is contained in:
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 |
|
|
@ -8,5 +8,6 @@ gem 'shotgun'
|
|||
gem 'sqlite3'
|
||||
gem 'activerecord', '3.0.3'
|
||||
gem 'diaspora-client', :git => 'git://github.com/diaspora/diaspora-client.git'
|
||||
gem 'jwt', :git => "git://github.com/zhitomirskiyi/ruby-jwt.git"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,13 @@ GIT
|
|||
oauth2
|
||||
sinatra
|
||||
|
||||
GIT
|
||||
remote: git://github.com/zhitomirskiyi/ruby-jwt.git
|
||||
revision: fa7f46b5ac3653e30cf60abc78de9ffb3319dc0c
|
||||
specs:
|
||||
jwt (0.1.3)
|
||||
json (>= 1.2.4)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
|
|
@ -32,8 +39,6 @@ GEM
|
|||
haml (3.1.2)
|
||||
i18n (0.6.0)
|
||||
json (1.5.3)
|
||||
jwt (0.1.3)
|
||||
json (>= 1.2.4)
|
||||
multi_json (1.0.3)
|
||||
multipart-post (1.1.2)
|
||||
oauth2 (0.4.1)
|
||||
|
|
@ -57,6 +62,7 @@ DEPENDENCIES
|
|||
diaspora-client!
|
||||
haml
|
||||
json
|
||||
jwt!
|
||||
shotgun
|
||||
sinatra
|
||||
sqlite3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
module Chubbies
|
||||
require 'active_record'
|
||||
require 'jwt'
|
||||
require 'diaspora-client'
|
||||
|
||||
def self.reset_db
|
||||
|
|
|
|||
Loading…
Reference in a new issue