gridle 1.3.25 → 1.3.26

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: 068ae091e4411fc4d2179289fdfd833c0f03609d
4
- data.tar.gz: 8d1666c20c29ac3e6bbf7d31a373884890391b47
3
+ metadata.gz: 64d0c4a9dffc6f133c9c8253e08b12529c74c511
4
+ data.tar.gz: f1397a73c4233a25bc6af14fe1a4273647fdf6ba
5
5
  SHA512:
6
- metadata.gz: 495f58ba5f0e818e26070357b5dc8b40f3f4b1c8f382d6894c03e1f92eb9fdd7a17c3d3c11c6c56afa27c3c89034f3a953599878f9a904fe982dcff8b3444b23
7
- data.tar.gz: 467719edcf8d232a90c915946ed65e245e60ab20bcdb76978294b5b67ca6f7e4e3d88bb9a0c4a4c9c83b6cd83e8670a1b7392b61937aca346857ecfc64d81e40
6
+ metadata.gz: 545b8606dec17014a896fd3f4732a88b0eaf3e26983a78fc1a8a37ab072e7de016d7944c94d0aad3bacd69cf20b7cb8d947e547657bec6e0032b1fad87470fc8
7
+ data.tar.gz: 2fa77f60f586947c6b85965ac2a1f3f65ae079fa71a1d971b64e55b867bc4e2aac88b804319454cf1d2b36cd7a6da5ed06ef8cc2584bba4690ee13261ea8b65d
data/lib/gridle.rb CHANGED
@@ -17,8 +17,8 @@ Compass::Frameworks.register('gridle', :path => extension_path)
17
17
  # a prerelease version
18
18
  # Date is in the form of YYYY-MM-DD
19
19
  module Extension
20
- VERSION = "1.3.25"
21
- DATE = "2014-06-12"
20
+ VERSION = "1.3.26"
21
+ DATE = "2014-07-08"
22
22
  end
23
23
 
24
24
  # This is where any custom SassScript should be placed. The functions will be
@@ -8,7 +8,7 @@
8
8
 
9
9
  // |------------------------------------------------------
10
10
  // |------------------------------------------------------
11
- // Copyright (c) 2013 Olivier Bossel
11
+ // Copyright (c) 2014 Olivier Bossel
12
12
 
13
13
  // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
14
14
  // documentation files (the "Software"), to deal in the Software without restriction, including without limitation
@@ -29,13 +29,13 @@
29
29
  // |------------------------------------------------------
30
30
  // |------------------------------------------------------
31
31
  // @created 25.03.13
32
- // @updated 11.06.14
32
+ // @updated 08.07.14
33
33
  // @author Olivier Bossel <olivier.bossel@gmail.com>
34
- // @version 1.3.24
34
+ // @version 1.3.26
35
35
  // |------------------------------------------------------
36
36
  // |------------------------------------------------------
37
37
 
38
- $_gridle-version : "1.3.24";
38
+ $_gridle-version : "1.3.26";
39
39
 
40
40
 
41
41
 
@@ -13,7 +13,7 @@
13
13
  $_gridle-settings : map-merge((
14
14
  name : default,
15
15
  min-width : null,
16
- max-width : 99999999px,
16
+ max-width : null,
17
17
  query : null,
18
18
  classes : true,
19
19
  context : 12,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gridle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.25
4
+ version: 1.3.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Bossel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-12 00:00:00.000000000 Z
11
+ date: 2014-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass