chr 0.4.17 → 0.4.18

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: 2df4501ffbabfbe47c60cb6d6df848b28ed1388e
4
- data.tar.gz: f4b7d9a5871464cc97fcd3410815d162b29379c7
3
+ metadata.gz: 694f33f3af909f7b9db991bf0cfc7ad91e52de3c
4
+ data.tar.gz: 76d5e2f2569bebdfbbf2bd38bb9352aa82580c52
5
5
  SHA512:
6
- metadata.gz: 0297cc5193058bfbe0b7ed9d4932105af70c0b09373899a44bd5b8493a69abd4c1f9926aaead6fd9cd7dadbde6151d3ce76babceed82fc75aac5b7c6a2952927
7
- data.tar.gz: c1f5661d1bf9dd15ebb960b40a0077c49701aaa0f1fc49c9be8b5a17461401551c22f0fd697881c5fc34111bbd8733f7dcc4619ad7175d064aeeb1de4161e743
6
+ metadata.gz: 992ebba60ca4a6354e1f561670117bf5e35bc571af8b59609fea4c501a84d6bc21ff2f81d91e6c7d5d77cd1534fca58f7b412d079a9cc28101955d77674e6563
7
+ data.tar.gz: 0eb0db6333f958a0123419c0131abc3a1e0820168456b6118b48eb56758d4c62130c86b1d9c9d841bb63b0dece139007b151c5231926f542b86b1cdd7712e090
@@ -33,7 +33,6 @@ class @Item
33
33
  title ?= @object['_list_item_title']
34
34
  title ?= _firstNonEmptyValue(@object)
35
35
  title ?= "No Title"
36
- title = title.plainText()
37
36
 
38
37
  @$title =$ "<div class='item-title'>#{ title }</div>"
39
38
  @$el.append(@$title)
@@ -59,7 +59,7 @@ chr._list_height = ($items) ->
59
59
  $items.children().each ->
60
60
  if offset != $(this).position().top
61
61
  offset = $(this).position().top
62
- height += $(this).height()
62
+ height += $(this).outerHeight() - 1
63
63
 
64
64
  return height
65
65
 
@@ -1,5 +1,5 @@
1
1
  module Chr
2
2
  RAILS_VERSION = "~> 4.2.5"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
- VERSION = "0.4.17"
4
+ VERSION = "0.4.18"
5
5
  end
@@ -1,3 +1,4 @@
1
1
  @import "chr";
2
2
  @import "loft";
3
- @import "ants";
3
+ @import "ants";
4
+ @import "font-awesome";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.17
4
+ version: 0.4.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Kravets
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-11-18 00:00:00.000000000 Z
13
+ date: 2015-11-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails