compass-cornell-plugin 0.1.2 → 0.2.0

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.
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{compass-cornell-plugin}
5
- s.version = "0.1.2"
5
+ s.version = "0.2.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
8
8
  s.authors = ["Parker Moore"]
9
- s.date = %q{2012-05-22}
9
+ s.date = %q{2012-07-16}
10
10
  s.description = %q{A Compass plugin for the creation of Cornell University-branded websites.}
11
11
  s.email = %w{pjm336@cornell.edu}
12
12
  s.has_rdoc = false
@@ -29,4 +29,34 @@ $LinkColorHover: #ff0000;
29
29
  $LinkColorVisited: #B37474;
30
30
 
31
31
  // General purpose colors.
32
- $CURed: #b21d10;
32
+
33
+ // Primary colour set
34
+ $CURed: #b21d10;
35
+ $CUWhite: #ffffff;
36
+ $CUGrey: #706f73;
37
+
38
+ // Secondary colour set
39
+ $CU403: #a2998b;
40
+ $CUWarmGrey: #d8d2c9;
41
+ $CU5635: #9fad9f;
42
+ $CU5845: #bfb778;
43
+ $CU7458: #89cce2;
44
+ $CU7493: #c9d6a5;
45
+ $CU7462: #0068ac;
46
+ $CU7463: #00355f;
47
+ $CU032: #ef4035;
48
+ $CU144: #f8981d;
49
+ $CU369: #6eb43f;
50
+ $CUProcessBlue: #0093d0;
51
+
52
+ // Aliases
53
+ $CUDarkBeige: $CU403;
54
+ $CUPaleForestGreen: $CU5635;
55
+ $CUBeige: $CU5845;
56
+ $CULightBlue: $CU7458;
57
+ $CUPaleGreen: $CU7493;
58
+ $CUBlue: $CU7462;
59
+ $CUDarkBlue: $CU7463;
60
+ $CURedOrange: $CU032;
61
+ $CUYellow: $CU144;
62
+ $CUGreen: $CU369;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-cornell-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-22 00:00:00.000000000 Z
12
+ date: 2012-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
@@ -65,3 +65,4 @@ signing_key:
65
65
  specification_version: 3
66
66
  summary: Compass compatible Sass port of Cornell University branding.
67
67
  test_files: []
68
+ has_rdoc: false