bourbon 4.3.3 → 4.3.4

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: 4dd5f41a77dc5547dc3f9df3ce3c0e69cd6a47af
4
- data.tar.gz: fff13411382760806e8c2cc5fd4e4802ae9b7427
3
+ metadata.gz: 4ef6ee45b54f96a49f9efeff2b37dc73297b1c28
4
+ data.tar.gz: 1755915841bdfb3100093e7ef80d4c8fb8d8a45e
5
5
  SHA512:
6
- metadata.gz: 80928aaf1bcb04d012f3aa894290bcfafbb8bc94c74392987c0ae98817adb112bc65962bec9b3c412d5f349cc341516d435e81b023240df4e7016038c4126936
7
- data.tar.gz: a28d12f4073f0686dccedae22811b081ddc58e23b6cd34a9b4a1562a8dd0e24e8d4a9d8fd818be29a4436e38112699c7774624e342b2f319d4a6d02c6291a265
6
+ metadata.gz: 5b8f67656224a3c4ecf787c127987d72a8833edf30a57843448334a68b50646366c529a861e530fa49f2e440a4193932a49a76cb6cf6957a3eab79df6a912743
7
+ data.tar.gz: bfaea42d9444d693e4ef97c2d8886d1ceaa29b62a1d997cab3d139e4d639dfd11cfbd8e259bf5d35ad98debba656295106a6b61a60929c657fcd2911198bfff2
@@ -3,6 +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
+ ## 4.3.4 - 2017-04-01
7
+
8
+ ### Changed
9
+
10
+ - Updated deprecation warning message for `strip-units`. ([#1016])
11
+
12
+ [#1016]: https://github.com/thoughtbot/bourbon/pull/1016
13
+
6
14
  ## 4.3.3 - 2017-02-23
7
15
 
8
16
  ### Fixed
@@ -1,4 +1,4 @@
1
- // Bourbon 4.3.3
1
+ // Bourbon 4.3.4
2
2
  // http://bourbon.io
3
3
  // Copyright 2011-2017 thoughtbot, inc.
4
4
  // MIT License
@@ -15,7 +15,7 @@
15
15
  @function strip-units($value) {
16
16
  @if $output-bourbon-deprecation-warnings == true {
17
17
  @warn "[Bourbon] [Deprecation] `strip-units` is deprecated and will be " +
18
- "removed in 5.0.0. Use the renamed `strip-unit` function instead.";
18
+ "removed in 5.0.0 and replaced by the `strip-unit` function.";
19
19
  }
20
20
 
21
21
  @return ($value / ($value * 0 + 1));
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.3",
4
+ "version": "4.3.4",
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.3"
2
+ VERSION = "4.3.4"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bourbon",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
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.3
4
+ version: 4.3.4
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-23 00:00:00.000000000 Z
25
+ date: 2017-04-01 00:00:00.000000000 Z
26
26
  dependencies:
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sass
@@ -341,7 +341,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
341
341
  version: '0'
342
342
  requirements: []
343
343
  rubyforge_project:
344
- rubygems_version: 2.5.2
344
+ rubygems_version: 2.5.1
345
345
  signing_key:
346
346
  specification_version: 4
347
347
  summary: A simple and lightweight mixin library for Sass