bourbon 5.0.0.beta.2 → 5.0.0.beta.3
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 +4 -4
- data/NEWS.md +10 -0
- data/bower.json +1 -1
- data/core/_bourbon.scss +1 -1
- data/lib/bourbon/generator.rb +1 -0
- data/lib/bourbon/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 892adc9c605ed372f4a2e1ac37dfa872bef688ec
|
|
4
|
+
data.tar.gz: b5560719ccd8f5a1a419ff13696ae0b6b78bf912
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/core/_bourbon.scss
CHANGED
data/lib/bourbon/generator.rb
CHANGED
data/lib/bourbon/version.rb
CHANGED
data/package.json
CHANGED
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.
|
|
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-
|
|
20
|
+
date: 2016-03-04 00:00:00.000000000 Z
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
23
|
name: aruba
|