archetype-grid 1.0.0.alpha.2 → 1.0.0.alpha.3

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: 4b09fec8b38792a125ce11f3b05fd509165306a4
4
- data.tar.gz: 1ee53a7bc42ff0e8f54d8fc1c040adb859272937
3
+ metadata.gz: 9f8b6fc89f4956480a8e38e2c6f3b08cca811a0b
4
+ data.tar.gz: 2fb5e007cb291616179c5652f26df767c2f40e2d
5
5
  SHA512:
6
- metadata.gz: fca0b544cabd91a59f0550cf387cf0e893f1e6cbd08fcc4d0afd96c49ad1ed7f34f22a1f88db34dc794d74e2edfaeda3558b36d7f8f5b40faa79411d56c1e758
7
- data.tar.gz: d667a706ceed60c166431c48aba17b99fc2de6e35e26181bb22722a3c15bc97fa82f3907b81fa9ebbabba4759b152f9ffc46101c7f61dd5f19d3ab9ccfd6d512
6
+ metadata.gz: b137e1e11e7f77679629936cc57d0343e371cf84d549f59ed14bd8683bb414a38de455e4d785786c2d84211dd61ebff0c458d80c693cf826650dbac71cd1aed1
7
+ data.tar.gz: 9173cdedec02972604a674402258650e08c21a1be8715f75ebf092ac788df123c90fa9006f33e1c56e617c814a57c5634e44626c2aab3404c45dd7498bbe33e0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.alpha.2
1
+ 1.0.0.alpha.3
@@ -217,7 +217,7 @@
217
217
  // @param $debug {Boolean} use debug stylings
218
218
  @mixin grid-row($debug: false) {
219
219
  @include grid-block(true);
220
- @include debug-hover-box(rgb(255, 0, 255), $if: ($debug or $CONFIG_GRID_DEBUG));
220
+ @include debug-hover-box(rgb(255, 0, 255), $iff: ($debug or $CONFIG_GRID_DEBUG));
221
221
  }
222
222
 
223
223
  // output the block methods
@@ -331,7 +331,7 @@
331
331
  // align the block
332
332
  @include grid-block();
333
333
  // debug
334
- @include debug-hover-box($if: ($debug or $CONFIG_GRID_DEBUG));
334
+ @include debug-hover-box($iff: ($debug or $CONFIG_GRID_DEBUG));
335
335
  }
336
336
 
337
337
  // offset (push, pull)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: archetype-grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.alpha.2
4
+ version: 1.0.0.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene ONeill
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-25 00:00:00.000000000 Z
12
+ date: 2014-08-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: archetype
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: 1.0.0.alpha.2
20
+ version: 1.0.0.alpha.3
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: 1.0.0.alpha.2
27
+ version: 1.0.0.alpha.3
28
28
  description: An Archetype extension for complex, fixed-width grid based layouts
29
29
  email: oneill.eugene@gmail.com
30
30
  executables: []