fleetio_spark 0.1.10 → 0.1.11

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
  SHA256:
3
- metadata.gz: c88bede7252d250310d19d97eb6293ad330215ba9d8b633ca89c704f60069cc8
4
- data.tar.gz: 2aeb807ded286438557a9616629ed924f0e4178dafd3904bd3f177df7a7a5064
3
+ metadata.gz: f12478a7ad5a3dd1eaf7d188cf6ae2a5e30ffc2cfb99458b85940a17c65c89a1
4
+ data.tar.gz: 2fa0b30e94454f649e547e702b7024c73e43798008ca63963f40fbf19d1663be
5
5
  SHA512:
6
- metadata.gz: 7fcbe27893821191be9ede59fa79efb4ab1b52ed9a8cb8c6a0b804e4a31d2e8b7115693617f0b5030ac30efd1fe101c54213eaa24996e74f42eb629e42e6972f
7
- data.tar.gz: f977965ce92e586b1e57a4546849af3c1350c1d77c359a0e7b73a33ccf98a369dcffa43b4c8449ee97e3bea08bfb70dc27640f4686c2496cb3b2a5c13842292c
6
+ metadata.gz: 5c3aee3c8490452999dbd6ae7103ce40d653e972210db499a141e8030d769c95965c2ca37f3e2631708688c8ed2a49e7a9496c50dd0ff8ae7424d2f66fff71d8
7
+ data.tar.gz: 81b1a222621e7ef4b0e58befc43ecc6f95511b0b38b1ec78916c0b8718758403b7461d78ab00f4706f4d61f0b4642e44c63eda07f94afb9888226514de6650f4
@@ -127,7 +127,7 @@
127
127
  right: 0;
128
128
  bottom: 0;
129
129
  margin: 0;
130
- padding: 0 0 ($app-nav-header-height + $pad-lg);
130
+ padding: 0 0 $app-nav-header-height * 2;
131
131
 
132
132
  &-item-icon {
133
133
  flex-shrink: 0;
@@ -50,7 +50,7 @@ module Spark
50
50
  options['role'] = 'group'
51
51
 
52
52
  content = capture( &block )
53
- return if content.empty? ||
53
+ return if content.blank? ||
54
54
  ( options.include?('if') && !options.delete('if') ) ||
55
55
  ( options.include?('unless') && !!options.delete('unless') )
56
56
 
@@ -79,7 +79,7 @@ module Spark
79
79
  def item_tree( name, options={}, &block )
80
80
  content, url, options = parse_item_args( "#", options, &block)
81
81
 
82
- return if content.empty? ||
82
+ return if content.blank? ||
83
83
  ( options.include?('if') && !options.delete('if') ) ||
84
84
  ( options.include?('unless') && !!options.delete('unless') )
85
85
 
@@ -1,3 +1,3 @@
1
1
  module FleetioSpark
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
@@ -938,7 +938,7 @@ input:checked + .check-switch-panel {
938
938
  right: 0;
939
939
  bottom: 0;
940
940
  margin: 0;
941
- padding: 0 0 76px; }
941
+ padding: 0 0 120px; }
942
942
  .sidebar-nav .nav-tree-item-icon {
943
943
  -ms-flex-negative: 0;
944
944
  flex-shrink: 0;
Binary file
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fleetio_spark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -186,10 +186,10 @@ files:
186
186
  - lib/fleetio_spark.rb
187
187
  - lib/fleetio_spark/helper.rb
188
188
  - lib/fleetio_spark/version.rb
189
- - public/spark-0.1.10.css
190
- - public/spark-0.1.10.css.gz
191
- - public/spark-0.1.10.js
192
- - public/spark-0.1.10.js.gz
189
+ - public/spark-0.1.11.css
190
+ - public/spark-0.1.11.css.gz
191
+ - public/spark-0.1.11.js
192
+ - public/spark-0.1.11.js.gz
193
193
  homepage:
194
194
  licenses:
195
195
  - MIT
Binary file