templus_models 1.6.7 → 1.6.8

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: ef59b6b6ca001d18f4107b3a02209ff5e9d0b1af
4
- data.tar.gz: 01af5e6e3fd8679393928547f969a280c26b8cd0
3
+ metadata.gz: 41a8c86b57d2b750b3b68bd35e067850921df9ea
4
+ data.tar.gz: 9870d4550a4714efb109bd9a8619604f9f7d9d6e
5
5
  SHA512:
6
- metadata.gz: d272ec0276019b2768b030df5d35e945a02e56bc8cb8180315e763a85cd8771a2e3622517d25589a4198fef8a8366944e332e32f169d56321499487abd6dd4a4
7
- data.tar.gz: ed59770d7e625668f8e7cb72f525750bb35ca644272b66af91eb7e805b0d655356d44219ae8fb82e74eaa70ba905b416328273520b3128a04bf07a31808e3e28
6
+ metadata.gz: ce74cebe9631a20733a60362557e5558f0cd93d63f25fa17d8c566cca5a0a102975d6fcbd87766260b280cfeb44d861066068dc43f76365f84a347302c2d3787
7
+ data.tar.gz: 1bfeb07fcdff29c2b72c8b141e0b3e35f32f38c782b3650ab465a26617da3f782d7febb36d33cc2f8437f7fb6464d4993381a6a83c82517579b614e48013349d
@@ -144,7 +144,7 @@ SimpleForm.setup do |config|
144
144
  b.use :html5
145
145
  b.wrapper :tag => 'div', :class => 'form-group' do |ba|
146
146
  ba.use :label, :class => 'col-sm-2 control-label'
147
- ba.wrapper :tag => 'div', :class => 'col-sm-11 col-xs-11' do |ba2|
147
+ ba.wrapper :tag => 'div', :class => 'col-sm-9 col-xs-9' do |ba2|
148
148
  ba2.use :input, :class => 'form-control'
149
149
  ba2.use :error, :wrap_with => { :tag => 'span', :class => 'help-block m-b-none text-danger' }
150
150
  ba2.use :hint, :wrap_with => { :tag => 'span', :class => 'help-block text-muted' }
@@ -1,3 +1,3 @@
1
1
  module TemplusModels
2
- VERSION = "1.6.7"
2
+ VERSION = "1.6.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: templus_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.7
4
+ version: 1.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Sol
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-04-18 00:00:00.000000000 Z
13
+ date: 2017-05-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails