platformx 0.0.8.2 → 0.0.8.3

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: b5a8c7b12424c6f43ca2f6ef90a9733472b2c518
4
- data.tar.gz: b018b014524a4125e74c2bba65677887522ed876
3
+ metadata.gz: 5959c16d24f1d5f79ae7adf02d1129baaddf3906
4
+ data.tar.gz: 7efd56dcfe8f15e058b2468a085b453f0677db59
5
5
  SHA512:
6
- metadata.gz: f22532a5d7e48c4687e494470cb61be08fbda07521c485d176d180d3cb166ee4319cd2c7cd40b31719c9742fc5c9b2e10880629c3822d283ad74b2dcf9dc97be
7
- data.tar.gz: 2897243ce2baab420b876b8d737cd53159b6b0f26cdb0691e49544d0b3c4c311e04108e0ea0583c07bceb391176aeebf5f938c102302f8da968dc324404ee4b3
6
+ metadata.gz: f25dde69d12120fa808aef5d062675a3ee9d57d8520785273ca9fa300335d7513648c69a4c2e1114018e8d14d86afd0a86218d707ac8645f983f6f9266907642
7
+ data.tar.gz: daee6d116bf0bf029a1576b10cb37d67dd7f85e5f524aa3f0e43c4ca097d04bc389ba55b54889ceadb946aa82e36581da0046fdb0f1aa486d10a5be49524fa57
@@ -1077,7 +1077,7 @@ EOS
1077
1077
  # @param title [String] title of the select
1078
1078
  # @param multple [Boolean] if multiple selection is enabled
1079
1079
  # @return [String] compiled select drop down
1080
- def x_select(id: "", name: "", value: "",name_col: "name", value_col: "id", label: "", css: "", menu_style: "dropdown-blue", style: "btn-default btn-block", option_data: "", option_name: "name", option_value: "id", selected_value: "", title: "", multiple: false)
1080
+ def x_select(id: "", name: "", value: "",name_col: "name", value_col: "id", label: "", css: "selectpicker", menu_style: "dropdown-blue", style: "btn-default btn-block", option_data: "", option_name: "name", option_value: "id", selected_value: "", title: "", multiple: false)
1081
1081
 
1082
1082
  options_html = ""
1083
1083
  show_multiple = ""
@@ -1,3 +1,3 @@
1
1
  module Platformx
2
- VERSION = "0.0.8.2"
2
+ VERSION = "0.0.8.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: platformx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8.2
4
+ version: 0.0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - timmushen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-02 00:00:00.000000000 Z
11
+ date: 2017-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler