visual_condition_builder 0.1.5 → 0.1.6

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: f00908014554adb5fe961fe91dde9275426a7d26
4
- data.tar.gz: 345aa2b4c9dd11192ef2201fe51208bfde123d5c
3
+ metadata.gz: 9ea07253b9dc8b055f7fc38fd0fa0d0e966d37b3
4
+ data.tar.gz: e59b36b297760866d4a3e4a87565432ec8ef7af5
5
5
  SHA512:
6
- metadata.gz: 32822cb58d0c9f2086796758f1353baccdb820a518797560cf65547f365d9bbc7d084e9ad99c8b6ef35a9386b35829f31a56b812daac223a44cb4002f75fdf4f
7
- data.tar.gz: 984153d0e0d5b0fda9e66eb13c9f819b4212042392ea588ac74e42e8469667aecb12bdb2c29667aec7cf8667844c912d9f465804e95ba25dc5ffaa232d2d2e78
6
+ metadata.gz: 1c6d56f57ece6ebdf922c2030ab94dbe9b0c067df49650c3b68a707d91d487a53c3242612477eaeca1463c762e6b1aed21e252c170b6b930deaac020c3ac7aac
7
+ data.tar.gz: 300c167f4e732e991143da6462bc151652d38ff4b665e6ea240cdf3f615fc15e5743d12e092fe2b98019b2ee4f16c2e8addbae0388ecafb3588ed326e9d01a60
@@ -49,7 +49,7 @@ txtjs
49
49
  concat(content_tag(:li, group_label, class: 'dropdown-header'))
50
50
  create_conditions_fields_item(attrs)
51
51
  else
52
- concat(content_tag(:li, link_to(attrs[:label], '#', class: 'add-condition-field', data: {field: field})))
52
+ concat(content_tag(:li, link_to(attrs[:label], '#', class: 'add-condition-field', data: {field: field}), class: 'dropdown-item'))
53
53
  end
54
54
  end
55
55
  end
@@ -76,4 +76,4 @@ txtjs
76
76
  end
77
77
 
78
78
  end
79
- end
79
+ end
@@ -1,3 +1,3 @@
1
1
  module VisualConditionBuilder
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visual_condition_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Porto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-23 00:00:00.000000000 Z
11
+ date: 2016-11-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A great and easy visual condition builder to your rails project
14
14
  email: