zen-grids 2.0.2 → 2.0.3

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: d85c1798a0d60a010f9ce016b8f58c51e326cee0
4
- data.tar.gz: 44595b1786ff0d5c91cfd5ce9af64bdd2357c423
3
+ metadata.gz: 624b270c9d05f112e88d4d399d793af90c26c87b
4
+ data.tar.gz: 61ff4cbdd84b4d2c2510503d2df0a8d0c527b405
5
5
  SHA512:
6
- metadata.gz: f516ed94c05f6f7c93b4128829813f504bbba0e899badc6525e44c04a17188e1fc7127df22e02f3f062cf7436276cad9715c3ea3496e5c366b86a5a34e9d126f
7
- data.tar.gz: 33eb2a00c39b5522f246d3d493468fd8198c4c33db9d86600a9cef08f750c8f7997a86c9daaf383b45089f01da6fe15d19503d9c874d2d462295a231d2f152c3
6
+ metadata.gz: 94f76682e717750a7000df0e654bcf5565207f1d9ad125281ca0f6aa1714f2616a803cfa1d07add3353554449c7a0651c38360b671088f7338675d8d4851ba95
7
+ data.tar.gz: 520df25c84d99f0b089f8bde6ec8a7b4a574e9972fb34a58f0db640db80c57c30253239a8855b052aa4435b2dedec15f62e7055d51659d8c05bc59f4ef751d92
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-grids",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Zen Grids is an intuitive, flexible grid system to create responsive, adaptive, fluid and fixed-width layouts.",
5
5
  "homepage": "https://github.com/JohnAlbin/zen-grids",
6
6
  "bugs": {
@@ -209,6 +209,7 @@
209
209
  #{'*margin-' + $rev}: -99.9%;
210
210
  }
211
211
  @include zen-rtl($rtl-selector) {
212
+ float: $rev;
212
213
  margin: {
213
214
  #{$rev}: $margin;
214
215
  #{$dir}: -100%;
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.homepage = 'http://zengrids.com'
10
10
  spec.rubyforge_project =
11
11
 
12
- spec.version = '2.0.2'
13
- spec.date = '2016-04-30'
14
- spec.licenses = ['GPL-2']
12
+ spec.version = '2.0.3'
13
+ spec.date = '2016-05-22'
14
+ spec.licenses = ['GPL-2.0']
15
15
 
16
16
  spec.authors = ['John Albin Wilkins']
17
17
  spec.email = 'virtually.johnalbin@gmail.com'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zen-grids
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Albin Wilkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-30 00:00:00.000000000 Z
11
+ date: 2016-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -51,7 +51,7 @@ files:
51
51
  - zen-grids.gemspec
52
52
  homepage: http://zengrids.com
53
53
  licenses:
54
- - GPL-2
54
+ - GPL-2.0
55
55
  metadata: {}
56
56
  post_install_message:
57
57
  rdoc_options: []
@@ -68,8 +68,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubyforge_project: 2.0.2
72
- rubygems_version: 2.6.2
71
+ rubyforge_project: 2.0.3
72
+ rubygems_version: 2.5.1
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: A Sass module to build responsive grid systems