[DRE-commits] [ruby-devise] branch master updated (726b338 -> 4c2a79f)
Sruthi Chandran
srud-guest at moszumanska.debian.org
Fri Sep 15 17:20:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a change to branch master
in repository ruby-devise.
from 726b338 upload to unstable
adds 94fbb2d New upstream version 4.3.0
new a51c863 Updated version 4.3.0 from 'upstream/4.3.0'
new 6be61fb Update Standards version
new 5b51caa Update changelog
new 4c2a79f Upload to unstable
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 20 ++-
CHANGELOG.md | 20 ++-
CONTRIBUTING.md | 96 ++++++++----
Gemfile | 5 +-
Gemfile.lock | 163 ++++++++++----------
MIT-LICENSE | 2 +-
README.md | 20 ++-
.../devise/omniauth_callbacks_controller.rb | 2 +-
app/controllers/devise/registrations_controller.rb | 1 +
app/mailers/devise/mailer.rb | 4 +
app/views/devise/mailer/email_changed.html.erb | 7 +
config/locales/en.yml | 2 +
debian/changelog | 7 +
debian/control | 2 +-
devise.gemspec | 2 +-
gemfiles/Gemfile.rails-4.1-stable.lock | 135 ++++++++--------
gemfiles/Gemfile.rails-4.2-stable.lock | 140 +++++++++--------
Gemfile => gemfiles/Gemfile.rails-5.0-stable | 17 +--
.../Gemfile.rails-5.0-stable.lock | 170 ++++++++++-----------
lib/devise.rb | 14 +-
lib/devise/controllers/store_location.rb | 2 +-
lib/devise/failure_app.rb | 24 +--
lib/devise/hooks/lockable.rb | 5 +-
lib/devise/mailers/helpers.rb | 7 +-
lib/devise/models.rb | 2 +-
lib/devise/models/confirmable.rb | 66 ++++++--
lib/devise/models/database_authenticatable.rb | 40 ++++-
lib/devise/models/recoverable.rb | 33 ++--
lib/devise/models/rememberable.rb | 2 +-
lib/devise/models/validatable.rb | 9 +-
lib/devise/rails/routes.rb | 2 +-
lib/devise/test/controller_helpers.rb | 2 +-
lib/devise/test_helpers.rb | 2 +-
lib/devise/version.rb | 2 +-
.../controllers/registrations_controller.rb | 4 +-
.../templates/controllers/sessions_controller.rb | 2 +-
lib/generators/templates/devise.rb | 5 +-
.../templates/markerb/email_changed.markerb | 7 +
.../templates/markerb/password_change.markerb | 4 +-
test/controllers/helpers_test.rb | 6 +-
test/integration/authenticatable_test.rb | 2 +-
test/integration/rememberable_test.rb | 8 +-
test/mailers/email_changed_test.rb | 130 ++++++++++++++++
test/mailers/mailer_test.rb | 18 +++
test/models/confirmable_test.rb | 17 +++
test/models/database_authenticatable_test.rb | 14 +-
test/models/recoverable_test.rb | 12 +-
test/omniauth/config_test.rb | 16 +-
test/orm/active_record.rb | 2 +-
test/rails_app/app/active_record/user.rb | 2 +-
test/rails_app/app/controllers/home_controller.rb | 2 +-
.../users/omniauth_callbacks_controller.rb | 2 +-
test/rails_app/app/controllers/users_controller.rb | 6 +-
test/rails_app/config/boot.rb | 12 +-
test/rails_app/lib/shared_admin.rb | 6 +-
test/routes_test.rb | 10 +-
test/test/controller_helpers_test.rb | 10 +-
57 files changed, 866 insertions(+), 458 deletions(-)
create mode 100644 app/views/devise/mailer/email_changed.html.erb
copy Gemfile => gemfiles/Gemfile.rails-5.0-stable (70%)
copy Gemfile.lock => gemfiles/Gemfile.rails-5.0-stable.lock (54%)
create mode 100644 lib/generators/templates/markerb/email_changed.markerb
create mode 100644 test/mailers/email_changed_test.rb
create mode 100644 test/mailers/mailer_test.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-devise.git
More information about the Pkg-ruby-extras-commits
mailing list