devise-i18n-bootstrap 0.3.0 → 0.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b2d0c05575c40afa5b3e69a77d9eb8998665bf6
4
- data.tar.gz: 944ee0d5bffca55ded481e9ad9a66aeb99217821
3
+ metadata.gz: 60e072f2f852b7d252e80cff1c7c35165b8614c7
4
+ data.tar.gz: 90fe9f1ec888f1d54ddb52f01286f6d3693f3ba7
5
5
  SHA512:
6
- metadata.gz: 653682fb64248caf9b7998f7e71ca34f466e48dd2d88ad833aff1cdfe83883841967da7ef6aa8298270f022e3145ecadbb2e0cecc4f03dd669f22fb595ed4ca3
7
- data.tar.gz: 7f1ae631ab2949ace3fcd4dabf7ebf189ed58fb9d2d42a5df9aed55109ea604333df521967499747fe44705a6c1b9f38628db5dd124f4670bc5f7112220c1447
6
+ metadata.gz: e35a39591b4dc18d0bcd048fd5e3f758e5b2e57a0c7fe16151e4c42173a9e0c290d469c151ea7ea66494c6aaafb8b972e7acfdd681bd22812dcfdea8300d6e19
7
+ data.tar.gz: 7a41e9c1917097835f4a54ad5c506b8899544ca36ef6423de04e6290d03aa8062cc52568d242b9f23cbe352e9918662ae928bf37fafbb7881b3d963fa303c5f2
data/README.md CHANGED
@@ -1,14 +1,8 @@
1
1
  # devise-i18n-bootstrap
2
2
 
3
- <<<<<<< HEAD
4
3
  [![Build Status](https://travis-ci.org/maximalink/devise-i18n-bootstrap.svg?branch=refactoring)](https://travis-ci.org/maximalink/devise-i18n-bootstrap)
5
4
  [![Code Climate](https://codeclimate.com/github/maximalink/devise-i18n-bootstrap.png)](https://codeclimate.com/github/maximalink/devise-i18n-bootstrap)
6
5
  [![Dependency Status](https://gemnasium.com/maximalink/devise-i18n-bootstrap.svg)](https://gemnasium.com/maximalink/devise-i18n-bootstrap)
7
- =======
8
- [![Build Status](https://travis-ci.org/nyjt/devise-i18n-bootstrap.svg?branch=refactoring)](https://travis-ci.org/nyjt/devise-i18n-bootstrap)
9
- [![Code Climate](https://codeclimate.com/github/nyjt/devise-i18n-bootstrap.png)](https://codeclimate.com/github/nyjt/devise-i18n-bootstrap)
10
- [![Dependency Status](https://gemnasium.com/nyjt/devise-i18n-bootstrap.svg)](https://gemnasium.com/nyjt/devise-i18n-bootstrap)
11
- >>>>>>> c3a366cbb4ff07151da79bf1363f73351386b85b
12
6
 
13
7
  It's forked from devise-i18n-views gem. This gem is under development. I18n support and translations for **[Devise v3.+](https://github.com/plataformatec/devise)** views.
14
8
 
@@ -1,6 +1,6 @@
1
1
  <h2><%= t('.sign_in', default: 'Sign in') %></h2>
2
2
 
3
- <%= simple_form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
3
+ <%= simple_form_for(resource, as: resource_name, url: session_path(resource_name), html: { id: :signin }) do |f| %>
4
4
  <div class="form-inputs">
5
5
  <%= f.input :email, autofocus: true, required: true %>
6
6
  <%= f.input :password, required: true %>
@@ -1,3 +1,3 @@
1
1
  module DeviseI18nBootstrap
2
- VERSION = '0.3.0'.freeze
2
+ VERSION = '0.3.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-i18n-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mcasimir