eac_users_support 0.6.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/devise/sessions/_login_form.html.erb +19 -0
- data/app/views/devise/sessions/new.html.erb +3 -0
- data/config/locales/pt-BR.yml +4 -0
- data/db/migrate/20200620215624_add_unconfirmed_email_to_eac_users_support_users.rb +7 -0
- data/lib/eac_users_support/version.rb +1 -1
- metadata +18 -10
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 017c5378a7f2216bb7fea5098b65b6103a718a058f9d932aef8dd4b71c60e8bd
         | 
| 4 | 
            +
              data.tar.gz: 28ddc4906c105a3a306f109992fab5bc99730f291ec905a8e285131566edf8ff
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 768df196868362a158891e6fcbedbc96e553d675a481015aa61267f5c12c99facffb29839222ea2ce832ba638da1a2f105a129b3a332a1a603038ae45280df16
         | 
| 7 | 
            +
              data.tar.gz: 7d489d1283e2f88a0ff35529792d319dff0c338fc165111ffae0f70e955340ccc821c91b102d6bd56632bbefe9a3eedc875e6face165b786ae2dd7d373e3970f
         | 
| @@ -0,0 +1,19 @@ | |
| 1 | 
            +
            <%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
         | 
| 2 | 
            +
              <div class="field">
         | 
| 3 | 
            +
                <%= f.label :email %><br />
         | 
| 4 | 
            +
                <%= f.email_field :email, autofocus: true, autocomplete: "email" %>
         | 
| 5 | 
            +
              </div>
         | 
| 6 | 
            +
              <div class="field">
         | 
| 7 | 
            +
                <%= f.label :password %><br />
         | 
| 8 | 
            +
                <%= f.password_field :password, autocomplete: "current-password" %>
         | 
| 9 | 
            +
              </div>
         | 
| 10 | 
            +
              <% if devise_mapping.rememberable? %>
         | 
| 11 | 
            +
                <div class="field">
         | 
| 12 | 
            +
                  <%= f.check_box :remember_me %>
         | 
| 13 | 
            +
                  <%= f.label :remember_me %>
         | 
| 14 | 
            +
                </div>
         | 
| 15 | 
            +
              <% end %>
         | 
| 16 | 
            +
              <div class="actions">
         | 
| 17 | 
            +
                <%= f.submit "Log in" %>
         | 
| 18 | 
            +
              </div>
         | 
| 19 | 
            +
            <% end %>
         | 
    
        data/config/locales/pt-BR.yml
    CHANGED
    
    | @@ -3,8 +3,12 @@ pt-BR: | |
| 3 3 | 
             
                attributes:
         | 
| 4 4 | 
             
                  eac_users_support/user:
         | 
| 5 5 | 
             
                    administrator: Administrador
         | 
| 6 | 
            +
                    current_password: Senha atual
         | 
| 6 7 | 
             
                    email: E-mail
         | 
| 7 8 | 
             
                    encrypted_password: Senha criptografada
         | 
| 9 | 
            +
                    password: Senha
         | 
| 10 | 
            +
                    password_confirmation: Confirmação de senha
         | 
| 11 | 
            +
                    remember_me: Permanecer logado
         | 
| 8 12 | 
             
                models:
         | 
| 9 13 | 
             
                  eac_users_support/user:
         | 
| 10 14 | 
             
                    one: Usuário
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: eac_users_support
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.8.2
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Esquilo Azul Company
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2020- | 
| 11 | 
            +
            date: 2020-09-07 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: active_scaffold
         | 
| @@ -82,16 +82,16 @@ dependencies: | |
| 82 82 | 
             
              name: rails
         | 
| 83 83 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 84 84 | 
             
                requirements:
         | 
| 85 | 
            -
                - - " | 
| 85 | 
            +
                - - ">="
         | 
| 86 86 | 
             
                  - !ruby/object:Gem::Version
         | 
| 87 | 
            -
                    version: 4.2. | 
| 87 | 
            +
                    version: 4.2.11.3
         | 
| 88 88 | 
             
              type: :runtime
         | 
| 89 89 | 
             
              prerelease: false
         | 
| 90 90 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 91 91 | 
             
                requirements:
         | 
| 92 | 
            -
                - - " | 
| 92 | 
            +
                - - ">="
         | 
| 93 93 | 
             
                  - !ruby/object:Gem::Version
         | 
| 94 | 
            -
                    version: 4.2. | 
| 94 | 
            +
                    version: 4.2.11.3
         | 
| 95 95 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 96 96 | 
             
              name: recordselect
         | 
| 97 97 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -113,6 +113,9 @@ dependencies: | |
| 113 113 | 
             
                - - "~>"
         | 
| 114 114 | 
             
                  - !ruby/object:Gem::Version
         | 
| 115 115 | 
             
                    version: '0.1'
         | 
| 116 | 
            +
                - - ">="
         | 
| 117 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 118 | 
            +
                    version: 0.1.2
         | 
| 116 119 | 
             
              type: :development
         | 
| 117 120 | 
             
              prerelease: false
         | 
| 118 121 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| @@ -120,6 +123,9 @@ dependencies: | |
| 120 123 | 
             
                - - "~>"
         | 
| 121 124 | 
             
                  - !ruby/object:Gem::Version
         | 
| 122 125 | 
             
                    version: '0.1'
         | 
| 126 | 
            +
                - - ">="
         | 
| 127 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 128 | 
            +
                    version: 0.1.2
         | 
| 123 129 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 124 130 | 
             
              name: rspec-rails
         | 
| 125 131 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -140,14 +146,14 @@ dependencies: | |
| 140 146 | 
             
                requirements:
         | 
| 141 147 | 
             
                - - "~>"
         | 
| 142 148 | 
             
                  - !ruby/object:Gem::Version
         | 
| 143 | 
            -
                    version: 1.3 | 
| 149 | 
            +
                    version: '1.3'
         | 
| 144 150 | 
             
              type: :development
         | 
| 145 151 | 
             
              prerelease: false
         | 
| 146 152 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 147 153 | 
             
                requirements:
         | 
| 148 154 | 
             
                - - "~>"
         | 
| 149 155 | 
             
                  - !ruby/object:Gem::Version
         | 
| 150 | 
            -
                    version: 1.3 | 
| 156 | 
            +
                    version: '1.3'
         | 
| 151 157 | 
             
            description: 
         | 
| 152 158 | 
             
            email: 
         | 
| 153 159 | 
             
            executables: []
         | 
| @@ -163,6 +169,8 @@ files: | |
| 163 169 | 
             
            - app/controllers/eac_users_support/application_controller.rb
         | 
| 164 170 | 
             
            - app/controllers/eac_users_support/users_controller.rb
         | 
| 165 171 | 
             
            - app/models/eac_users_support/user.rb
         | 
| 172 | 
            +
            - app/views/devise/sessions/_login_form.html.erb
         | 
| 173 | 
            +
            - app/views/devise/sessions/new.html.erb
         | 
| 166 174 | 
             
            - app/views/eac_users_support/users/edit.html.erb
         | 
| 167 175 | 
             
            - config/initializers/devise.rb
         | 
| 168 176 | 
             
            - config/locales/devise.en.yml
         | 
| @@ -178,6 +186,7 @@ files: | |
| 178 186 | 
             
            - db/migrate/20200322051231_add_devise_invitable_to_eac_users_support_users.rb
         | 
| 179 187 | 
             
            - db/migrate/20200322053003_add_devise_confirmable_to_eac_users_support_users.rb
         | 
| 180 188 | 
             
            - db/migrate/20200324203335_add_recoverable_to_eac_users_support_users.rb
         | 
| 189 | 
            +
            - db/migrate/20200620215624_add_unconfirmed_email_to_eac_users_support_users.rb
         | 
| 181 190 | 
             
            - lib/eac_users_support.rb
         | 
| 182 191 | 
             
            - lib/eac_users_support/engine.rb
         | 
| 183 192 | 
             
            - lib/eac_users_support/patches/action_controller_test_case.rb
         | 
| @@ -203,8 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 203 212 | 
             
                - !ruby/object:Gem::Version
         | 
| 204 213 | 
             
                  version: '0'
         | 
| 205 214 | 
             
            requirements: []
         | 
| 206 | 
            -
             | 
| 207 | 
            -
            rubygems_version: 2.7.7
         | 
| 215 | 
            +
            rubygems_version: 3.0.8
         | 
| 208 216 | 
             
            signing_key: 
         | 
| 209 217 | 
             
            specification_version: 4
         | 
| 210 218 | 
             
            summary: Ready-to-use support for users registration, login, logout, etc, for Rails.
         |