Hello community, here is the log from the commit of package rubygem-devise for openSUSE:Factory checked in at 2016-07-21 07:58:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-devise (Old) and /work/SRC/openSUSE:Factory/.rubygem-devise.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-devise" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-devise/rubygem-devise.changes 2016-05-31 12:24:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-devise.new/rubygem-devise.changes 2016-07-21 07:58:17.000000000 +0200 @@ -1,0 +2,45 @@ +Sat Jul 2 04:30:18 UTC 2016 - [email protected] + +- updated to version 4.2.0 + see installed CHANGELOG.md + + ### Unreleased + + ### 4.2.0 - 2016-07-01 + + * removals + * Remove the deprecated `Devise::ParameterSanitizer` API from Devise 3. + Please use the `#permit` and `#sanitize` methods over `#for`. + * Remove the deprecated OmniAuth URL helpers. Use the fully qualified helpers + (`user_facebook_omniauth_authorize_path`) over the scope based helpers + ( `user_omniauth_authorize_path(:facebook)`). + * Remove the `Devise.bcrypt` method, use `Devise::Encryptor.digest` instead. + * Remove the `Devise::Models::Confirmable#confirm!` method, use `confirm` instead. + * Remove the `Devise::Models::Recoverable#reset_password!` method, use `reset_password` instead. + * Remove the `Devise::Models::Recoverable#after_password_reset` method. + * bug fixes + * Fix an `ActionDispatch::IllegalStateError` when testing controllers with Rails 5 rc 2(by @hamadata). + * Use `ActiveSupport.on_load` hooks to include Devise on `ActiveRecord` and `Mongoid`, + avoiding autoloading these constants too soon (by @lucasmazza, @rafaelfranca). + * enhancements + * Display the minimum password length on `registrations/edit` view (by @Yanchek99). + * You can disable Devise's routes reloading on boot by through the `reload_routes = false` config. + This can reduce the time taken to boot the application but it might trigger + some errors if you application (mostly your controllers) requires that + Devise mappings be loaded during boot time (by @sidonath). + * Added `Devise::Test::IntegrationHelpers` to bypass the sign in process using + Warden test API (by @lucasmazza). + * Define `inspect` in `Devise::Models::Authenticatable` to help ensure password hashes + aren't included in exceptions or otherwise accidentally serialized (by @tkrajcar). + * Add missing support of `Rails.application.config.action_controller.relative_url_root` (by @kosdiamantis). + * deprecations + * `Devise::TestHelpers` is deprecated in favor of `Devise::Test::ControllerHelpers` + (by @lucasmazza). + * The `sign_in` test helper has changed to use keyword arguments when passing + a scope. `sign_in :admin, users(:alice)` should be rewritten as + `sign_in users(:alice), scope: :admin` (by @lucasmazza). + * The option `bypass` of `Devise::Controllers::SignInOut#sign_in` method is + deprecated in favor of `Devise::Controllers::SignInOut#bypass_sign_in` + method (by @ulissesalmeida). + +------------------------------------------------------------------- Old: ---- devise-4.1.1.gem New: ---- devise-4.2.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-devise.spec ++++++ --- /var/tmp/diff_new_pack.iuAOxr/_old 2016-07-21 07:58:20.000000000 +0200 +++ /var/tmp/diff_new_pack.iuAOxr/_new 2016-07-21 07:58:20.000000000 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-devise -Version: 4.1.1 +Version: 4.2.0 Release: 0 %define mod_name devise %define mod_full_name %{mod_name}-%{version} ++++++ devise-4.1.1.gem -> devise-4.2.0.gem ++++++ ++++ 4803 lines of diff (skipped)
