adherent 0.2.2.1 → 0.2.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ad48df83e2191b086f1877b810ed8df595814ce
4
- data.tar.gz: 70a8642236d11c9c8268f600a0ed213d8bbf4393
3
+ metadata.gz: 320c38f13b931a1518cbffdfcbdaff725773277e
4
+ data.tar.gz: d07e0fbd4eee8a69a5492a410f41f4302897a7a0
5
5
  SHA512:
6
- metadata.gz: bbb24410d145fa907604124e021f0ded8b6979c74441280025cea3f6081e007b018493b82e0f344761263dbe1939ab90b462a2fcbc3d88ddade245b7d9068eb1
7
- data.tar.gz: 9f90d60b9499d6ddc02116b70865d251f4e384cc73d11538ea8e7524c9ddc0df1f6d5ac6d7e73afc8148094891d0e2b71975a3275e3195ca51516bad1858f74b
6
+ metadata.gz: b912c4d720f2618630eb3cc9f031a71e763b1c66b54a290c2f912ab67c1110ceb2d9daf2054674023091c63214d61a25d55bb253da3321dcaad9386b970d63bc
7
+ data.tar.gz: c41711dc233fedd5f2763c3eb5b481dd3cc61940aa12e927c3b77cc320c63a146d2e6a8247125115c33bbf0fb3960c48bbb700412d04a71bc0f75e030ec3f239
@@ -8,7 +8,7 @@ class FrenchDecimalInput < SimpleForm::Inputs::Base
8
8
  def input(wrapper_options)
9
9
  input_html_options['type'] = 'text' # probablement inutile
10
10
  input_html_options['pattern'] = '\-?\d+(\.\d{0,2})?'
11
- input_html_options['class'] = 'numeric decimal form-control'
11
+ input_html_classes.unshift('numeric decimal form-control')
12
12
  @builder.text_field(attribute_name, input_html_options)
13
13
  end
14
14
  end
@@ -9,6 +9,7 @@ module Adherent
9
9
  # VERSION = "0.2.1" # reconstruction du gemfile.lock
10
10
  # VERSION = "0.2.1.1" # correction coquille dans demo_table.scss
11
11
  # VERSION = "0.2.2" # refonte des formulaires suites bootstrap 3
12
- VERSION = "0.2.2.1" # ajustements suite premiers essais staging
12
+ # VERSION = "0.2.2.1" # ajustements suite premiers essais staging
13
+ VERSION = "0.2.2.2" # correction french_decimal_input
13
14
 
14
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adherent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2.1
4
+ version: 0.2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Claude Lepage
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-22 00:00:00.000000000 Z
11
+ date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sprockets-rails