gridle 1.3.11 → 1.3.12

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: 25fa3ed88400ba41e7b6ceef686ed42b540b0b1d
4
- data.tar.gz: f0d6ffa72c5367764dcd9feec78c21b02bad69c8
3
+ metadata.gz: 28c9e72856eab87288fc70d69b51a57817932236
4
+ data.tar.gz: 502dbd41a4d3becb0228dd2321a3b04eb400c707
5
5
  SHA512:
6
- metadata.gz: 5c20b35c956d35e10da537deb2c480fb648c05d571e0cf4a3d88cfc62111e69fb1dcf0426b0d40e55217a71d84955d8e6705e59a959fcb06ffde1e460063cebc
7
- data.tar.gz: 064e220551da92e88b8e44b5f149680411cb5169ae80a65cc636e38c4380f2e7dbd6280c31c67018d0ad74b0684f7bb1e8fb8e65deee591863734129dd599481
6
+ metadata.gz: 575712c715ce1f27c76bb2517a41739094158e2adba6fffc7e53d2dc792d9a45217320eed396e6594488aba4a9c0f54a18f9e5d85b6d3433f41f3287da4d1dba
7
+ data.tar.gz: 5c1fc0fe8942bd530661885de8acdcb0e74ab8fc9b32fc7515f4b3c1c1d5f6adf144b5f7cd606840bf49023d1729135ae18c7471baa6893ad9bc91f096b41a71
data/lib/gridle.rb CHANGED
@@ -16,8 +16,8 @@
16
16
  # a prerelease version
17
17
  # Date is in the form of YYYY-MM-DD
18
18
  module Extension
19
- VERSION = "1.3.11"
20
- DATE = "2014-05-15"
19
+ VERSION = "1.3.12"
20
+ DATE = "2013-05-16"
21
21
  end
22
22
 
23
23
  # This is where any custom SassScript should be placed. The functions will be
@@ -100,7 +100,7 @@
100
100
  $state : null
101
101
  ) {
102
102
  // common :
103
- @include _gridle_grid_common($state);
103
+ @include _gridle_grid_common();
104
104
  // check if need media query :
105
105
  @if $state {
106
106
  @include gridle_state($state) {
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.11
4
+ version: 1.3.12
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-05-15 00:00:00.000000000 Z
11
+ date: 2013-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  version: 1.3.6
62
62
  requirements: []
63
63
  rubyforge_project: gridle
64
- rubygems_version: 2.0.14
64
+ rubygems_version: 2.0.3
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: Gridle is a set of complete and simple settings, mixins and classes that