bourbon 4.3.1 → 4.3.2

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: 61de41329684ac9bc2b73b123d566faed81f5103
4
- data.tar.gz: 9eb5ac1960e151409b7b49b3f3ef49590a943f3c
3
+ metadata.gz: ea5c04ca087a695b167a96450c4f57279e46aee0
4
+ data.tar.gz: 9331cef9c65f386c45c53c54816565fef36fbf71
5
5
  SHA512:
6
- metadata.gz: d43d0336b00f6074df1ffeeedaa3f326d908fcebf6bb565abe62994cca32d9487368162ff660d3322221916db0c5c1e8b1272549e2a2c629a6060d66503bdf69
7
- data.tar.gz: 6567d4aa74a88a5c472f01894fa4579a6b3c04607ece064ca5e94bae974d7cb2a6a21138483a00e91bec25bdd8a2235b6ec03ffca7e67ee8bbb59c8ec1b2b14b
6
+ metadata.gz: 050120c00aad37a11538057db503a3b0104b9dfe86391b4c30167333ebdec9ea923a4709500f6897d7bc053b4b39047882c311f34b610dcc98302497d01a99ec
7
+ data.tar.gz: 2bc982e4a5c7cc82050989fb6284c3ce037505c664359fb1ca5d51548e702a9e8adb518b554bee951e1fd20e5c569c6a5b8c57d22816bd0390d5e11e454aed8d
@@ -3,9 +3,14 @@
3
3
  All notable changes to this project will be documented in this file. This
4
4
  project adheres to [Semantic Versioning](http://semver.org).
5
5
 
6
- ## Unreleased (`master`)
6
+ ## 4.3.2 - 2017-02-10
7
7
 
8
- Nothing at the moment.
8
+ ### Fixed
9
+
10
+ - Internal Bourbon deprecation warnings for `unpack` and `is-length` will no
11
+ longer be thrown when using the `position` mixin. ([#1004])
12
+
13
+ [#1004]: https://github.com/thoughtbot/bourbon/pull/1004
9
14
 
10
15
  ## 4.3.1 - 2017-02-07
11
16
 
@@ -1,4 +1,4 @@
1
- // Bourbon 4.3.1
1
+ // Bourbon 4.3.2
2
2
  // http://bourbon.io
3
3
  // Copyright 2011-2017 thoughtbot, inc.
4
4
  // MIT License
@@ -29,6 +29,8 @@
29
29
  $position: relative;
30
30
  }
31
31
 
32
+ $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings;
33
+ $output-bourbon-deprecation-warnings: false !global;
32
34
  $coordinates: unpack($coordinates);
33
35
 
34
36
  $offsets: (
@@ -45,4 +47,5 @@
45
47
  #{$offset}: $value;
46
48
  }
47
49
  }
50
+ $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global;
48
51
  }
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bourbon",
3
3
  "description": "A simple and lightweight mixin library for Sass.",
4
- "version": "4.3.1",
4
+ "version": "4.3.2",
5
5
  "main": "app/assets/stylesheets/_bourbon.scss",
6
6
  "license": "MIT",
7
7
  "ignore": [
@@ -1,3 +1,3 @@
1
1
  module Bourbon
2
- VERSION = "4.3.1"
2
+ VERSION = "4.3.2"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bourbon",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "A simple and lightweight mixin library for Sass.",
5
5
  "keywords": [
6
6
  "css",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bourbon
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.1
4
+ version: 4.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andres Mejia
@@ -22,7 +22,7 @@ authors:
22
22
  autorequire:
23
23
  bindir: bin
24
24
  cert_chain: []
25
- date: 2017-02-08 00:00:00.000000000 Z
25
+ date: 2017-02-10 00:00:00.000000000 Z
26
26
  dependencies:
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sass