forever_style_guide 3.0.36 → 3.0.37

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: dc34254536edd8291b0601acae85d4b818ed618a
4
- data.tar.gz: 55392f0e4976e5c268401e35675ecb9bf2f5d696
3
+ metadata.gz: 63bbb7a48bfb36be74fec1c41ea93a2c5bc43fa3
4
+ data.tar.gz: 37f990965e7f5afc212fb1486b652c9d8f2d2c3c
5
5
  SHA512:
6
- metadata.gz: 8c0f11b5eafbdc4f8035c798e1cd83048dd53d946c6ddd56da57df1e58b8de89b5eabcd7e4532326cbae8038d45da733b11ec49670ecc9190396af389e699e89
7
- data.tar.gz: 467c221eb6deeab8eacc07571bba464d7fa9909562406290310dd7af003a95e28e1cb28f54aa1cc889f073343ead04aebf24d6337238c28203be47eaeb3f7fa6
6
+ metadata.gz: 473a8ad9ee09d4372b0fc0f6705bcd38a6acb334dc01b5277e8af36da1da3184e0ca851969d37a5dedecd3cf33a95fbcff946f675ba519011fcbadc4c280dbbb
7
+ data.tar.gz: a62136245bdf00b484f425d8c07084702a362bf1ddfde5a8f9b04285c7fa5583af62470b83ec1a969bc164741c493e54a514ef5dacb3ce5c6b2299132787275f
@@ -49,6 +49,11 @@ $color-live16-green: colorify('live16-green', #367860) !default;
49
49
  $color-live16-blue: colorify('live16-blue', #014c5e) !default;
50
50
  $color-live16-dark_blue: colorify('live16-dark_blue', #142f3d) !default;
51
51
 
52
+ // Forever LIVE! 2017 brand colors
53
+ $color-live17-orange: colorify('live17-orange', #f6921e) !default;
54
+ $color-live17-teal: colorify('live17-teal', #37b2bc) !default;
55
+ $color-live17-purple: colorify('live17-purple', #902b89) !default;
56
+
52
57
  @each $id, $color in $colors {
53
58
  .color-#{$id} {
54
59
  color: #{$color};
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "3.0.36"
2
+ VERSION = "3.0.37"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forever_style_guide
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.36
4
+ version: 3.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas McClay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-17 00:00:00.000000000 Z
11
+ date: 2016-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -315,7 +315,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
315
315
  version: '0'
316
316
  requirements: []
317
317
  rubyforge_project:
318
- rubygems_version: 2.2.2
318
+ rubygems_version: 2.4.6
319
319
  signing_key:
320
320
  specification_version: 4
321
321
  summary: A live style guide and component API for the Forever brand