adherent 0.2.2.1 → 0.2.2.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/config/initializers/french_decimal_input.rb +1 -1
- data/lib/adherent/version.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 320c38f13b931a1518cbffdfcbdaff725773277e
|
|
4
|
+
data.tar.gz: d07e0fbd4eee8a69a5492a410f41f4302897a7a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
data/lib/adherent/version.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2015-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sprockets-rails
|