Skip to content

Commit

Permalink
bump devise_oauth2_authenticatable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Feb 2, 2011
1 parent 2789da7 commit d53cd84
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'thin'
gem 'SystemTimer'
gem "devise"
gem "svenfuchs-devise_oauth2_authenticatable"
gem "svenfuchs-devise_oauth2_authenticatable", '0.1.4'
gem 'minimal'
gem 'pusher'

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -30,7 +30,7 @@ GEM
activesupport (= 3.0.3)
activesupport (3.0.3)
addressable (2.2.2)
arel (2.0.6)
arel (2.0.7)
bcrypt-ruby (2.1.4)
builder (2.1.2)
columnize (0.3.2)
Expand All @@ -47,7 +47,7 @@ GEM
em-http-request (~> 0.2.10)
ruby-hmac (~> 0.4.0)
yajl-ruby (~> 0.7.6)
em-websocket (0.1.4)
em-websocket (0.2.0)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
erubis (2.6.6)
Expand All @@ -61,13 +61,13 @@ GEM
i18n (0.5.0)
json (1.4.6)
linecache (0.43)
mail (2.2.13)
mail (2.2.15)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
minimal (0.0.24)
minimal (0.0.25)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
mocha (0.9.10)
Expand Down Expand Up @@ -124,7 +124,7 @@ GEM
rack (~> 1.1)
tilt (~> 1.1)
sqlite3-ruby (1.3.2)
svenfuchs-devise_oauth2_authenticatable (0.1.2)
svenfuchs-devise_oauth2_authenticatable (0.1.4)
devise (>= 1.0.0)
json
oauth2
Expand All @@ -137,7 +137,7 @@ GEM
tilt (1.1)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.23)
tzinfo (0.3.24)
vegas (0.1.8)
rack (>= 1.0.0)
warden (1.0.3)
Expand All @@ -164,7 +164,7 @@ DEPENDENCIES
resque-meta
ruby-debug
sqlite3-ruby
svenfuchs-devise_oauth2_authenticatable
svenfuchs-devise_oauth2_authenticatable (= 0.1.4)
test_declarative
thin
web-socket-ruby
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -44,7 +44,7 @@ Each of these components could be replaced with something else, e.g. one could e

h2. Usage

Currently one only needs to sign in via Github OAuth2 and an account will automatically be registered.
Currently one can sign in via Github OAuth2 and an account will automatically be created.

In order to register a project for builds on Travis just supply a Github service hook for the following URL: `YOUR_GITHUB_USERNAME:YOUR_TRAVIS_TOKEN@travis.heroku.com`

Expand Down
1 change: 1 addition & 0 deletions config/travis.example.yml
Expand Up @@ -4,6 +4,7 @@ oauth2: &oauth2
authorize_path: login/oauth/authorize
access_token_path: login/oauth/access_token
user_attributes_path: api/v2/json/user/show
user_attribute_uid_key: user/login
production:
redis:
url: redis://YOUR_REDIS_URL
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/application.css
Expand Up @@ -205,7 +205,7 @@ td.duration, td.finished_at {
color: white;
background-color: #333;
border-radius: 4px 4px;
overflow-x: scroll;
overflow-x: auto;
}
.log .yellow {
color: yellow;
Expand Down

0 comments on commit d53cd84

Please sign in to comment.