scut 1.3.1 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/dist/_scut.scss +16 -1
  3. data/lib/scut.rb +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0897820b057e74050fa7a1a01008327202e4656
4
- data.tar.gz: 58e624415d2fdb5c0c40827242df4471f7788626
3
+ metadata.gz: 0e603b41a90f9b725c2f2a84509de6002d6426bd
4
+ data.tar.gz: d62814807db86e302976fe9e8a17f63a3ee85a65
5
5
  SHA512:
6
- metadata.gz: 2d3f8e77bf04065a8d997891831689fd45c755eeec936fe7e923c0d553a25f8e9049cee5e7b95ed1b74f2e064ae1a48c3b31423a60bf4161bb06619a2d340c8a
7
- data.tar.gz: 46a7685f2acbef37720e61ff083613377244a02134639fa2b7bd13a3cad70b440d98ee2d47e60117c533f4e700622fc4714054d3c3911d73d48d4f9f0e2654b4
6
+ metadata.gz: e447e22a082f6db800ca7967efd67c383c7b79025179927a0dbe4b1d74a9367239434094e4892a02e6a865cb319f107281460cae9815aa9241a7baec4f5e6085
7
+ data.tar.gz: 6c9796f214b51b037b509e506a27c8e18473e64021f3e2ddd6f06eb519ef1b589572869a6a584ca6e69d04c6e7f85eff3b9bd1e9541c41dafe7def6486314669
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Scut, a collection of Sass utilities
3
3
  * to ease and improve our implementations of common style-code patterns.
4
- * v1.3.1
4
+ * v1.4.0
5
5
  * Docs at http://davidtheclark.github.io/scut
6
6
  */
7
7
 
@@ -1277,6 +1277,21 @@ $scut-whitesquare: "\25a1";
1277
1277
  $scut-ssquare: "\25aa";
1278
1278
  // small white square
1279
1279
  $scut-swhitesquare: "\25ab";
1280
+
1281
+ // general currency
1282
+ $scut-currency: "\00a4";
1283
+ // cent
1284
+ $scut-cent: "\00a2";
1285
+ // dollar
1286
+ $scut-dollar: "\0024";
1287
+ // pound
1288
+ $scut-pound: "\00a3";
1289
+ // euro
1290
+ $scut-euro: "\20ac";
1291
+ // yen
1292
+ $scut-yen: "\00a5";
1293
+ // rupee
1294
+ $scut-rupee: "\20B9";
1280
1295
  @function main-src($formats, $file-path, $font-family) {
1281
1296
  // Return the list of `src` values, in order, that
1282
1297
  // a good `@font-face` will need, including only
@@ -5,6 +5,6 @@ stylesheets_dir = File.join(base_directory, 'dist')
5
5
  Compass::Frameworks.register('Scut', :stylesheets_directory => stylesheets_dir)
6
6
 
7
7
  module Scut
8
- VERSION = "1.3.1"
9
- DATE = "2016-02-02"
8
+ VERSION = "1.4.0"
9
+ DATE = "2016-02-09"
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scut
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Clark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-02 00:00:00.000000000 Z
11
+ date: 2016-02-09 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: '0'
62
62
  requirements: []
63
63
  rubyforge_project: scut
64
- rubygems_version: 2.4.5.1
64
+ rubygems_version: 2.4.5
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: Sass utilities for the frontend laborer.