bourbon 5.0.0.beta.2 → 5.0.0.beta.3

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: e66aa96c86f786e36d15ae2b4653a8040465e92d
4
- data.tar.gz: 7a54474eed24abc0b0a9b5339154d0b53be06506
3
+ metadata.gz: 892adc9c605ed372f4a2e1ac37dfa872bef688ec
4
+ data.tar.gz: b5560719ccd8f5a1a419ff13696ae0b6b78bf912
5
5
  SHA512:
6
- metadata.gz: e02f2f45a76e60896c8471ec7a91c5c077aedfd2b75bc9aace42ee8031af89fae96b12bea394969fd884d69873bded2686c4c0315d3b756fda05970f1bec2fe8
7
- data.tar.gz: e7a04a31131884169181e968bcc0a50b1c779b27f04e61a0225636038accdd066854ccd615bf46a4d2bb0b642f2dd0e02a86277297ceb0156f993b9fd244b193
6
+ metadata.gz: eadf5b22da4fd1123dfb06f3a676f77ec698b7cb11da936b1ad601dc9ac38bb7e676a1c4112333f9c1e5a9006aacb8291a2b0ebf9aac48d1a4ee2b5a0295cb71
7
+ data.tar.gz: a8711c2b20d6a15564f8ad2184bce22210bcd02b37dfeeb58855faeca1399a000f79df8d03ac1b61038658bf1716671f4d9c10fc8c3ab6add05adae287d76a81
data/NEWS.md CHANGED
@@ -3,12 +3,22 @@
3
3
  The noteworthy changes for each Bourbon version are included here. For a
4
4
  complete changelog, see the Git history for each version via the version links.
5
5
 
6
+ ## [5.0.0-beta.3] - March 4, 2016
7
+
8
+ ### Added
9
+
10
+ - Added `pathname` requirement to resolve install issues.
11
+
12
+ [5.0.0-beta.3]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.2...v5.0.0.beta.3
13
+
6
14
  ## [5.0.0-beta.2] - March 3, 2016
7
15
 
8
16
  ### Added
9
17
 
10
18
  - Added global settings for the `contrast-switch` mixin:
11
19
  `contrast-switch-dark-color` & `contrast-switch-light-color`.
20
+ - Added the `triangle` mixin back, but note that it’s been refactored and the
21
+ arguments have changed.
12
22
 
13
23
  ### Changed
14
24
 
data/bower.json CHANGED
@@ -34,5 +34,5 @@
34
34
  "type": "git",
35
35
  "url": "https://github.com/thoughtbot/bourbon.git"
36
36
  },
37
- "version": "5.0.0-beta.2"
37
+ "version": "5.0.0-beta.3"
38
38
  }
@@ -1,4 +1,4 @@
1
- // Bourbon 5.0.0-beta.2
1
+ // Bourbon 5.0.0-beta.3
2
2
  // http://bourbon.io
3
3
  // Copyright 2011 thoughtbot, inc.
4
4
  // MIT License
@@ -1,6 +1,7 @@
1
1
  require "bourbon/version"
2
2
  require "fileutils"
3
3
  require "thor"
4
+ require "pathname"
4
5
 
5
6
  module Bourbon
6
7
  class Generator < Thor
@@ -1,3 +1,3 @@
1
1
  module Bourbon
2
- VERSION = "5.0.0.beta.2"
2
+ VERSION = "5.0.0.beta.3"
3
3
  end
@@ -29,5 +29,5 @@
29
29
  "scripts": {
30
30
  "test": "bundle exec rake"
31
31
  },
32
- "version": "5.0.0-beta.2"
32
+ "version": "5.0.0-beta.3"
33
33
  }
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: 5.0.0.beta.2
4
+ version: 5.0.0.beta.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Reuter
@@ -17,7 +17,7 @@ authors:
17
17
  autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
- date: 2016-03-03 00:00:00.000000000 Z
20
+ date: 2016-03-04 00:00:00.000000000 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: aruba