true 2.0.0.alpha.3 → 2.0.0.alpha.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/sass/true/_assert.scss +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1eb16fa61387e84bea35bee1053f578d8d19023
4
- data.tar.gz: 92996596c801c090166225a69da29754bd580859
3
+ metadata.gz: 2e47d57acd1a657e398b93a6552f5b3c167fb866
4
+ data.tar.gz: 2fc755c6ac44d775c55666bae450abb446e798a8
5
5
  SHA512:
6
- metadata.gz: a5f663a21c7fd0e56e7844dfc36b3d14617d71505887e4b665ee3a9ca274ac4b5d64d53ca30336aed476ac26f76194ae85c796b10aebd11d1d65721a3d609425
7
- data.tar.gz: ad5c93abff70d87e608c2f07590443e2c2693eadbce34d5dfdbf1e2bfd162f59a650e77d6cc006e81b8fcee1fb811dd4dbea584415c6ebca2ec9c2fb5a7be67a
6
+ metadata.gz: b625764346d9b96172c3537fe473aca943fd80cb322b7be47eccba863785c4a6464b5554c9325f4fb5bcf29b17b18c083c6f9d42b8f5ca105a33a511d30bbe80
7
+ data.tar.gz: e393a372934285e50f3c284f9fe2b966646d1bae3ab8becdfb0a8371e1417cb6fcb7230ace34554b352abbbe5703f554f6fdfd4775ce9cf2bb3059c7bed6624e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0.alpha.2
1
+ 2.0.0.alpha.3
@@ -146,9 +146,9 @@
146
146
  @if $terminal == details {
147
147
  @debug '[FAIL] #{_true-context(test)} » #{_true-context(assert)}';
148
148
  @debug 'Expected #{$expected-type} »';
149
- @debug inspect($expected);
149
+ @debug _true-inspect($expected);
150
150
  @debug 'Returned #{$returned-type} »';
151
- @debug inspect($returned);
151
+ @debug _true-inspect($returned);
152
152
  }
153
153
 
154
154
  @if $terminal {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: 'true'
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.alpha.3
4
+ version: 2.0.0.alpha.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Suzanne