anecdote 0.2.4 → 0.2.5

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: e4b091ee11a7c20ea441716daf4484d830e66491
4
- data.tar.gz: b8d639d1c828d888ca1e98c8844c1def2b9ac5e5
3
+ metadata.gz: 2c5d63f66c9f4c87d487dcacb2a2c79ff269f45e
4
+ data.tar.gz: d21e07e196f6290ed9778b4e5ef1e3ca99c76d85
5
5
  SHA512:
6
- metadata.gz: 35b16a6db55309e747cb1c587a264a4b8c4756a09c6efb58561f5f6b32ecc4cb044c94985c6dc8e24e33e0e84822fd51fc8259703e1f8cb32e18615b0bfa01aa
7
- data.tar.gz: d9d6f5eb15a9426846757f667b926320cae31b1ac712da2218a5b268e58f3e7638949681f6080f2a7222facdb6701e73ed222df5dd9e0821ae2cefafa09f397f
6
+ metadata.gz: 4df9b8291a28194c14199b6474a8263de2b8c30f359492470ba14f189eb7b72d7609921ff5598f6758b449ec38730d69e50ceb0fe62d834a039596089ba08735
7
+ data.tar.gz: 4ca8e741b415c5bb3b4d6ded05e9411e1f82e2dc17a198b0a4add1507adc0d0c3dc52004537e9e9248a8791ef870a0eafd8406e956cebf481335ce577575478f
@@ -150,11 +150,11 @@ $color-strokes: #e9e9e9 !default;
150
150
  $e: nth($list, $i);
151
151
 
152
152
  @if type-of($e) == list {
153
- $result: $result#{join-array-with-string-dj3nar($e, $glue, true)};
153
+ $result: unquote("#{$result}#{join-array-with-string-dj3nar($e, $glue, true)}");
154
154
  }
155
155
 
156
156
  @else {
157
- $result: if($i != length($list) or $is-nested, $result#{$e}#{$glue}, $result#{$e});
157
+ $result: if($i != length($list) or $is-nested, unquote("#{$result}#{$e}#{$glue}"), unquote("#{$result}#{$e}"));
158
158
  }
159
159
  }
160
160
 
@@ -1,3 +1,3 @@
1
1
  module Anecdote
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
@@ -47349,3 +47349,80 @@ Processing by PagesController#show as HTML
47349
47349
  Completed 200 OK in 647ms (Views: 9.4ms)
47350
47350
 
47351
47351
 
47352
+ Started GET "/" for ::1 at 2017-12-15 09:06:52 +0100
47353
+ Processing by PagesController#show as HTML
47354
+ Rendering html template within layouts/application
47355
+ Rendered html template within layouts/application (0.1ms)
47356
+ Completed 200 OK in 1494ms (Views: 29.2ms)
47357
+
47358
+
47359
+ Started GET "/" for ::1 at 2017-12-15 09:07:53 +0100
47360
+ Processing by PagesController#show as HTML
47361
+ Rendering html template within layouts/application
47362
+ Rendered html template within layouts/application (0.0ms)
47363
+ Completed 200 OK in 729ms (Views: 11.6ms)
47364
+
47365
+
47366
+ Started GET "/" for ::1 at 2017-12-15 09:08:06 +0100
47367
+ Processing by PagesController#show as HTML
47368
+ Rendering html template within layouts/application
47369
+ Rendered html template within layouts/application (0.2ms)
47370
+ Completed 200 OK in 515ms (Views: 6.4ms)
47371
+
47372
+
47373
+ Started GET "/" for ::1 at 2017-12-15 09:08:21 +0100
47374
+ Processing by PagesController#show as HTML
47375
+ Rendering html template within layouts/application
47376
+ Rendered html template within layouts/application (0.0ms)
47377
+ Completed 200 OK in 537ms (Views: 9.6ms)
47378
+
47379
+
47380
+ Started GET "/" for ::1 at 2017-12-15 09:08:31 +0100
47381
+ Processing by PagesController#show as HTML
47382
+ Rendering html template within layouts/application
47383
+ Rendered html template within layouts/application (0.0ms)
47384
+ Completed 200 OK in 550ms (Views: 6.1ms)
47385
+
47386
+
47387
+ Started GET "/" for ::1 at 2017-12-15 09:08:55 +0100
47388
+ Processing by PagesController#show as HTML
47389
+ Rendering html template within layouts/application
47390
+ Rendered html template within layouts/application (0.0ms)
47391
+ Completed 200 OK in 541ms (Views: 11.9ms)
47392
+
47393
+
47394
+ Started GET "/" for ::1 at 2017-12-15 09:09:32 +0100
47395
+ Processing by PagesController#show as HTML
47396
+ Rendering html template within layouts/application
47397
+ Rendered html template within layouts/application (0.0ms)
47398
+ Completed 200 OK in 475ms (Views: 6.9ms)
47399
+
47400
+
47401
+ Started GET "/" for ::1 at 2017-12-15 09:10:23 +0100
47402
+ Processing by PagesController#show as HTML
47403
+ Rendering html template within layouts/application
47404
+ Rendered html template within layouts/application (0.0ms)
47405
+ Completed 200 OK in 690ms (Views: 7.4ms)
47406
+
47407
+
47408
+ Started GET "/" for ::1 at 2017-12-15 09:11:09 +0100
47409
+ Processing by PagesController#show as HTML
47410
+ Rendering html template within layouts/application
47411
+ Rendered html template within layouts/application (0.0ms)
47412
+ Completed 200 OK in 479ms (Views: 8.4ms)
47413
+
47414
+
47415
+ Started GET "/" for ::1 at 2017-12-15 09:11:21 +0100
47416
+ Processing by PagesController#show as HTML
47417
+ Rendering html template within layouts/application
47418
+ Rendered html template within layouts/application (0.0ms)
47419
+ Completed 200 OK in 629ms (Views: 9.6ms)
47420
+
47421
+
47422
+ Started GET "/" for ::1 at 2017-12-15 09:11:31 +0100
47423
+ Processing by PagesController#show as HTML
47424
+ Rendering html template within layouts/application
47425
+ Rendered html template within layouts/application (0.0ms)
47426
+ Completed 200 OK in 528ms (Views: 8.0ms)
47427
+
47428
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anecdote
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Appleseed
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-14 00:00:00.000000000 Z
11
+ date: 2018-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails