caboose-cms 0.3.92 → 0.3.93

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2I0NjQ2MWY3OGM0NDY4ODc1OTUzMmIyNzJlMjhkM2Y3ZDMyZDBhMQ==
4
+ NTk3Mzg5MzAyOTAwNTMzYmU1YWQyNTQyYmYzNDYyMWNmMTgyYjMzZg==
5
5
  data.tar.gz: !binary |-
6
- YWU1OGQ1MzllYjVkYTY1NjNjNWQzYjU0MWIwMTEyMGVkZDM0YzYzYg==
6
+ ZWFhYjA2YjFlNWQxMWM4NThiOWNjNmU2ZmU5MjA3OWQ4ZDZkZmZhNA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YzJkMmUwMmFlNmIxOWQ3OTVmMjc4NzU0YzNmMGE5YzJlMTU4NGFlYmU5NWZj
10
- NmE3M2ExYzVmODAyYmYzODA0YTBmOTM0NmY3ZGQ4ZDgwY2JmZjRhNzIxNjA2
11
- MzdiZDI3MTU2YzgwYjY5OTUwYjIwNWI4YmNmMmRkMzZlOTYwMTk=
9
+ MzM3ODMyZmFmNWNiMmU3MzAwMGYyYTM1NjI0MTg1YWZjYzYzZGZiMTUyZGMy
10
+ ZDlkODNhYjM5ZGU5NWEwYjQwNzEzZGFkMzViMjhkNDg5MTVmNTg4OTMzM2Uy
11
+ Y2Y4YjA5NWJmZWFiOWI5YzkxMjA1ZGFmYjdjNTdlZDhkM2ZkZWI=
12
12
  data.tar.gz: !binary |-
13
- OTg4NmZmNTM3ZGE4N2QyNjc1MmFhYzg1M2MwNzViMjA5Mjg3OTFiMWEyNjQz
14
- M2EyZTkzZjI4MzhhOGIxNWQ2NGFlOTk1MTJiZGI5MTY2MWJlODcxMWM4YmU0
15
- YmJmYTEzMDA5MWFjNTAyMGU0YzhlYjdiM2MzZmY3Nzg2MDM0M2I=
13
+ MTE3YmU2NzExNDc5NWI4NmU0MThiMGE4YzQxZjVlMTQwZjAyMGE4MGRmNTEy
14
+ M2M2YjIyYWJmZDQyYmRkNzY4OTc1NjVmMjM5ZjQ2YTYyYWMzNTFlOGIyY2E1
15
+ NmNhMWE4ZDdlMzNlNTAyOTgzMTZlNzNjZjM1ZjljOTU0MWI1ZjU=
@@ -40,7 +40,7 @@ BoundSelect = BoundControl.extend({
40
40
  .addClass('mb_fake_option')
41
41
  .attr('placeholder', this.attribute.empty_text)
42
42
  .click(function() { this2.edit(); })
43
- .val(this.attribute.text.length > 0 ? this.attribute.text : this.attribute.empty_text)
43
+ .val(this.attribute.text && this.attribute.text.length > 0 ? this.attribute.text : this.attribute.empty_text)
44
44
  );
45
45
  if (this.attribute.width)
46
46
  $('#'+this.el).css('width', this.attribute.width);
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.3.92'
2
+ VERSION = '0.3.93'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.92
4
+ version: 0.3.93
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-24 00:00:00.000000000 Z
11
+ date: 2014-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails