platformx 0.0.8.9.1 → 0.0.8.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7cdeef5c0a22c1c61adac6af440154ab128cefaf
4
- data.tar.gz: 3178c76d7cfd7b5d8a4d45c381927c708ec36e44
3
+ metadata.gz: 850fd533a49d34e956a4636ba019d2e0594762ba
4
+ data.tar.gz: 4015e58bb80a9e726e670b4e7131ec953671489c
5
5
  SHA512:
6
- metadata.gz: f1d4f376f8f0e36b5c3aaa04ce0e9e7ca4b1a89f056a48b2cbe57947347d2ac8a8940be309d4d3b6bf5d79cec47251f2149a2d1b0d189d8ae4ae1111f4a55359
7
- data.tar.gz: be6f58376d81b2323d3ef0df0664521b20183f64357e6f9e2447f46c5faa8f2098881af45e0520b1af32b326eb324ddd0bf2271b6c785001a739518efe867987
6
+ metadata.gz: 1c7fbda1339a33028cc480b4f8984347982739929f5aececdc6caeea50a1e329ddcb68abeec7724ba1b12d563401f2c92aedc88a2d1f045fc8a93afd7c7fc6f2
7
+ data.tar.gz: d52c94dde727d76d9a3cc8afdc1c061ae393103779cb3faba2f070a3afa36eb60b286dc1666d2f6ce8a0a92087078dfa4faa55bdde13d063fcc601bd409fd0e6
@@ -402,7 +402,7 @@ EOS
402
402
  # @param mask [String] phone input mask
403
403
  # @param maxlength [String] nuber input max length
404
404
  # @return [String] compiled html of phone input
405
- def x_phone(id: "", name: "", value: "", label: "", required: false, placeholder: "", mask: "(999) 999-9999 x99999", maxlength: "12")
405
+ def x_phone(id: "", name: "", value: "", label: "", required: false, placeholder: "", mask: "(999) 999-9999 x99999", maxlength: "22")
406
406
 
407
407
  if required
408
408
  if label != ""
@@ -1,3 +1,3 @@
1
1
  module Platformx
2
- VERSION = "0.0.8.9.1"
2
+ VERSION = "0.0.8.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: platformx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8.9.1
4
+ version: 0.0.8.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - timmushen