singularitygs 1.2.0 → 1.2.1

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: d018aca546f8881889bc917ed41e55c35f8f05e6
4
- data.tar.gz: dc5664fdaae15f77173c353225891a21c3cf8aca
3
+ metadata.gz: b6ec9c64873e4c3031fb15e2defc57314856b400
4
+ data.tar.gz: 584ad5ffdb1bcc3faf0feabd075f07a6b62ef1f5
5
5
  SHA512:
6
- metadata.gz: 90134b227c9287796d4215edbd2596877a06be6898948d387a7dfde10258ad5320a714c25d2c0fe4160fe8eb838a7bbbca573a08dd416d59c9fb50b1a95bc532
7
- data.tar.gz: ee0a0137a6c437a9061ba011b911bd3024240409d85c199b0e4b52584e41076c1d1c8d3453c2c9e8acd0cc55442b9d551d9db113e3660051a56d528acb7e5ade
6
+ metadata.gz: 624cc03ec4c36e3ba3935bc12413cf4d6d28e63b175ed5540f03045a582555d9b959b4a54dbe68cb119fd5a692f5b9c4fdbc68f4831c26676b0542e14cc75666
7
+ data.tar.gz: 391f99e522a4506f5290846f2709ee5e5c4ffd3f1362b91b34df27f5b546c7b17f5862d5bd7ca7373b65a60b8fec1734525169c60c16b61972934c86b64168f3
data/lib/singularitygs.rb CHANGED
@@ -7,6 +7,6 @@ if (defined? Compass)
7
7
  end
8
8
 
9
9
  module SingularityGS
10
- VERSION = "1.2.0"
11
- DATE = "2014-03-11"
10
+ VERSION = "1.2.1"
11
+ DATE = "2014-05-03"
12
12
  end
@@ -217,11 +217,11 @@
217
217
 
218
218
  @if $bkpt != -1px {
219
219
  @include breakpoint($bkpt) {
220
- background-image: linear-gradient(to opposite-direction($Direction), $Gradient);
220
+ background-image: unquote('linear-gradient(to #{opposite-direction($Direction)}, #{$Gradient})');
221
221
  }
222
222
  }
223
223
  @else {
224
- background-image: linear-gradient(to opposite-direction($Direction), $Gradient);
224
+ background-image: unquote('linear-gradient(to #{opposite-direction($Direction)}, #{$Gradient})');
225
225
  }
226
226
  }
227
227
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: singularitygs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Kellum
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-11 00:00:00.000000000 Z
12
+ date: 2014-05-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  version: '1.2'
121
121
  requirements: []
122
122
  rubyforge_project: singularitygs
123
- rubygems_version: 2.0.3
123
+ rubygems_version: 2.0.14
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: Singularity is a fluid grid system that can generate uniform columns as well