GIPainter-grid 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40560b3b27517ba7b6fca287ad651366fad23cba
4
- data.tar.gz: f017112c480b87b25e2cfeb3595cf43b90d71aa5
3
+ metadata.gz: 44a415c96df35e23129b1e16d16c87c13766968f
4
+ data.tar.gz: 446ef8d2973cc1205c9555f7ba98ea4dba339ce1
5
5
  SHA512:
6
- metadata.gz: 2649dd20379f414429c77ccdcabfeff87dac53d39befc6eee25ef36b23bb71da6ebf07d794f7b0bbfa49449730079d8a8cf72e01a6d2af154bd3ab78153a2e0e
7
- data.tar.gz: 271ea2540f6413e3db969e745825782fd8f877afe28018ab7da0eed06c01ccf8fcd1394b670f99fa2192bd514664329bd116c27f2ed515d17366a4157bf8ccaa
6
+ metadata.gz: ac0bf2be7f614995dd8747dbe071b1815a0f25efd11f8b4d1aea07fa8409ebfc9bb1c02c1131dfcd171d64983a01e2f2419162a89eb7ddf04e63e502e6adce37
7
+ data.tar.gz: cc9324abbc33eff6a960233588e006159f24f552f9ce94fb1457f811a1d54483846da6c73ac6aa3c615614971ada05898e4ddf0847c90ba4b92bd50f53ca69ef
@@ -1,6 +1,6 @@
1
1
  .o-row {
2
2
  display: block;
3
- @include flexbox();
3
+ @include flexbox((display: flex, flex-direction: row));
4
4
  @include flex(0, 1, auto);
5
5
  @include flex-direction(row);
6
6
  @include flex-wrap(wrap);
@@ -1,3 +1,3 @@
1
1
  module GIPainter_grid
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GIPainter-grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive