diff --git a/public/images/asterisk.png b/public/images/asterisk.png index 140ede770..0aac946d0 100644 Binary files a/public/images/asterisk.png and b/public/images/asterisk.png differ diff --git a/spec/chubbies/Gemfile b/spec/chubbies/Gemfile index d3a1e9a51..44d50dee8 100644 --- a/spec/chubbies/Gemfile +++ b/spec/chubbies/Gemfile @@ -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" diff --git a/spec/chubbies/Gemfile.lock b/spec/chubbies/Gemfile.lock index af74a6646..eeafa166e 100644 --- a/spec/chubbies/Gemfile.lock +++ b/spec/chubbies/Gemfile.lock @@ -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 diff --git a/spec/chubbies/app.rb b/spec/chubbies/app.rb index 455283589..90348b627 100644 --- a/spec/chubbies/app.rb +++ b/spec/chubbies/app.rb @@ -1,5 +1,6 @@ module Chubbies require 'active_record' + require 'jwt' require 'diaspora-client' def self.reset_db