.github/dependabot.yml | |
|
|
.github/workflows/style.yml | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.rubocop_todo.yml | |
|
|
.simplecov | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Gemfile | |
|
|
Guardfile | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
lib/omniauth-identity.rb | 2 | A 0 mins |
|
lib/omniauth-identity/version.rb | 5 | A 0 mins |
|
lib/omniauth/identity.rb | 17 | A 0 mins | A 100% |
lib/omniauth/identity/model.rb | 79 | A 50 mins | A 94% |
lib/omniauth/identity/models/active_record.rb | 21 | A 0 mins | B 86% |
lib/omniauth/identity/models/couch_potato.rb | 26 | A 0 mins |
|
lib/omniauth/identity/models/mongoid.rb | 23 | A 35 mins |
|
lib/omniauth/identity/models/nobrainer.rb | 23 | A 35 mins |
|
lib/omniauth/identity/models/sequel.rb | 30 | A 0 mins | B 85% |
lib/omniauth/identity/secure_password.rb | 56 | A 0 mins | B 86% |
lib/omniauth/strategies/identity.rb | 136 | A 1 hr | A 97% |
maintenance-branch | |
|
|
omniauth-identity.gemspec | |
|
|
spec_orms/couch_potato_spec.rb | 26 | A 55 mins |
|
spec_orms/mongoid_spec.rb | 18 | A 0 mins |
|
spec_orms/nobrainer_spec.rb | 33 | A 55 mins |
|
spec_orms/support/rspec_config/mongoid.rb | 13 | A 0 mins |
|
spec_orms/support/rspec_config/mongoid.yml | |
|
|