forked from bengler/checkpoint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- ./bin/bootstrap changed to use a string comparison as it seems that the `test` provided by Linux is more strict than Mac OS X - Gemfile changed to use public git:// urls - configuration in .travis.yml
- Loading branch information
1 parent
b086fa3
commit e2af834
Showing
4 changed files
with
32 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
language: ruby | ||
|
||
rvm: | ||
- 1.9.3 | ||
|
||
script: | ||
- cp config/database-example.yml config/database.yml | ||
- ./bin/bootstrap | ||
- bundle exec rake db:test:prepare VERBOSE=false | ||
- bundle exec rspec --backtrace --fail-fast --order random spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,25 @@ GIT | |
omniauth (>= 1.0.0) | ||
omniauth-oauth2 (>= 1.0.0) | ||
|
||
GIT | ||
remote: git://github.com/bengler/omniauth-vanilla.git | ||
revision: cad8db780a3391253d8369ba0c2b6b207582e4da | ||
specs: | ||
omniauth-vanilla (0.0.7) | ||
multi_json | ||
oauth | ||
omniauth (>= 1.0.0) | ||
omniauth-oauth2 (>= 1.0.0) | ||
|
||
GIT | ||
remote: git://github.com/bengler/pebbles-cors.git | ||
revision: d51dc16e96bb7534da7e4dae2e311c8a31b7429a | ||
specs: | ||
pebbles-cors (0.0.1) | ||
dalli | ||
pebblebed | ||
rack | ||
|
||
GIT | ||
remote: git://github.com/intridea/omniauth-contrib.git | ||
revision: 027be2e65077eaa123992d64cff0190f634394e8 | ||
|
@@ -51,25 +70,6 @@ GIT | |
rack-protection (1.2.0) | ||
rack | ||
|
||
GIT | ||
remote: [email protected]:bengler/omniauth-vanilla.git | ||
revision: cad8db780a3391253d8369ba0c2b6b207582e4da | ||
specs: | ||
omniauth-vanilla (0.0.7) | ||
multi_json | ||
oauth | ||
omniauth (>= 1.0.0) | ||
omniauth-oauth2 (>= 1.0.0) | ||
|
||
GIT | ||
remote: [email protected]:bengler/pebbles-cors.git | ||
revision: 6672a5b23d2b283e3feebf6de4a9b991dd0b262a | ||
specs: | ||
pebbles-cors (0.0.1) | ||
dalli | ||
pebblebed | ||
rack | ||
|
||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters