pwnstyles_rails 0.1.34 → 0.2.0

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: ca527b8a8031a390d67a2bdc5034322c9a80e62b
4
- data.tar.gz: 8f9f44a231107cf6e53071dbfa414dd302649509
3
+ metadata.gz: bf3784a0a97fb0fb1e06d00cf8f06f74cc6ee74d
4
+ data.tar.gz: 08ace6b1a9d9006c75a32bc79f3048e03a6557c0
5
5
  SHA512:
6
- metadata.gz: 9209d1d9fd241188485d977dfb6f6a3f283fb746652c7d2c3f120a65b304c9df9b404ad6d71ac6c4485ec6b401a0f0285cb37ecb5be5ce76fdaf8d8aec0931ef
7
- data.tar.gz: 950b49a01f1e88057b26898d98bd9c3f163d567f6053facf70a4d4ba9fa5882715806418232f2944c0ebd46ce43e7b89595516d09c303df8c7787177c6ddc0e7
6
+ metadata.gz: 51ecb1001f816b8980383cff759ce85848a453f791388722ffa4c9cfffa4e5ca8f55cbc16357c73258b229c44184c2c740e6049ac56ca6ead8e8c569762016ea
7
+ data.tar.gz: 01e7b406ef7fb81ff12c6cf0f0d8defaf856bf1216fdf4c27efb4fdf2819dc0ee0fff6edd7a2805ec165897a2216fcf0888395327792dbafe8d4a28c63aafe26
data/Gemfile CHANGED
@@ -1,8 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'sass-rails', '>= 4.0.4'
4
- gem 'compass-rails', '>= 2.0.0'
5
- gem 'rails', '>= 4.1.7'
3
+ gem 'sass-rails', '>= 5.0.0'
4
+ gem 'rails', '>= 4.1.8'
6
5
 
7
6
  group :development do
8
7
  gem 'minitest', '>= 3.4.0'
data/Gemfile.lock CHANGED
@@ -1,27 +1,27 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- actionmailer (4.1.7)
5
- actionpack (= 4.1.7)
6
- actionview (= 4.1.7)
4
+ actionmailer (4.1.8)
5
+ actionpack (= 4.1.8)
6
+ actionview (= 4.1.8)
7
7
  mail (~> 2.5, >= 2.5.4)
8
- actionpack (4.1.7)
9
- actionview (= 4.1.7)
10
- activesupport (= 4.1.7)
8
+ actionpack (4.1.8)
9
+ actionview (= 4.1.8)
10
+ activesupport (= 4.1.8)
11
11
  rack (~> 1.5.2)
12
12
  rack-test (~> 0.6.2)
13
- actionview (4.1.7)
14
- activesupport (= 4.1.7)
13
+ actionview (4.1.8)
14
+ activesupport (= 4.1.8)
15
15
  builder (~> 3.1)
16
16
  erubis (~> 2.7.0)
17
- activemodel (4.1.7)
18
- activesupport (= 4.1.7)
17
+ activemodel (4.1.8)
18
+ activesupport (= 4.1.8)
19
19
  builder (~> 3.1)
20
- activerecord (4.1.7)
21
- activemodel (= 4.1.7)
22
- activesupport (= 4.1.7)
20
+ activerecord (4.1.8)
21
+ activemodel (= 4.1.8)
22
+ activesupport (= 4.1.8)
23
23
  arel (~> 5.0.0)
24
- activesupport (4.1.7)
24
+ activesupport (4.1.8)
25
25
  i18n (~> 0.6, >= 0.6.9)
26
26
  json (~> 1.7, >= 1.7.7)
27
27
  minitest (~> 5.1)
@@ -30,19 +30,11 @@ GEM
30
30
  addressable (2.3.6)
31
31
  arel (5.0.1.20140414130214)
32
32
  builder (3.2.2)
33
- chunky_png (1.3.3)
34
- compass (0.12.7)
35
- chunky_png (~> 1.2)
36
- fssm (>= 0.2.7)
37
- sass (~> 3.2.19)
38
- compass-rails (2.0.0)
39
- compass (>= 0.12.2)
40
33
  descendants_tracker (0.0.4)
41
34
  thread_safe (~> 0.3, >= 0.3.1)
42
35
  erubis (2.7.0)
43
36
  faraday (0.9.0)
44
37
  multipart-post (>= 1.2, < 3)
45
- fssm (0.2.10)
46
38
  git (1.2.8)
47
39
  github_api (0.12.2)
48
40
  addressable (~> 2.3)
@@ -52,7 +44,7 @@ GEM
52
44
  multi_json (>= 1.7.5, < 2.0)
53
45
  nokogiri (~> 1.6.3)
54
46
  oauth2
55
- hashie (3.3.1)
47
+ hashie (3.3.2)
56
48
  highline (1.6.21)
57
49
  hike (1.2.3)
58
50
  i18n (0.6.11)
@@ -66,16 +58,16 @@ GEM
66
58
  rake
67
59
  rdoc
68
60
  json (1.8.1)
69
- jwt (1.0.0)
61
+ jwt (1.2.0)
70
62
  mail (2.6.3)
71
63
  mime-types (>= 1.16, < 3)
72
64
  mime-types (2.4.3)
73
65
  mini_portile (0.6.1)
74
- minitest (5.4.2)
66
+ minitest (5.5.0)
75
67
  multi_json (1.10.1)
76
68
  multi_xml (0.5.5)
77
69
  multipart-post (2.0.0)
78
- nokogiri (1.6.4.1)
70
+ nokogiri (1.6.5)
79
71
  mini_portile (~> 0.6.0)
80
72
  oauth2 (1.0.0)
81
73
  faraday (>= 0.8, < 0.10)
@@ -86,36 +78,37 @@ GEM
86
78
  rack (1.5.2)
87
79
  rack-test (0.6.2)
88
80
  rack (>= 1.0)
89
- rails (4.1.7)
90
- actionmailer (= 4.1.7)
91
- actionpack (= 4.1.7)
92
- actionview (= 4.1.7)
93
- activemodel (= 4.1.7)
94
- activerecord (= 4.1.7)
95
- activesupport (= 4.1.7)
81
+ rails (4.1.8)
82
+ actionmailer (= 4.1.8)
83
+ actionpack (= 4.1.8)
84
+ actionview (= 4.1.8)
85
+ activemodel (= 4.1.8)
86
+ activerecord (= 4.1.8)
87
+ activesupport (= 4.1.8)
96
88
  bundler (>= 1.3.0, < 2.0)
97
- railties (= 4.1.7)
89
+ railties (= 4.1.8)
98
90
  sprockets-rails (~> 2.0)
99
- railties (4.1.7)
100
- actionpack (= 4.1.7)
101
- activesupport (= 4.1.7)
91
+ railties (4.1.8)
92
+ actionpack (= 4.1.8)
93
+ activesupport (= 4.1.8)
102
94
  rake (>= 0.8.7)
103
95
  thor (>= 0.18.1, < 2.0)
104
- rake (10.3.2)
105
- rdoc (4.1.2)
96
+ rake (10.4.2)
97
+ rdoc (4.2.0)
106
98
  json (~> 1.4)
107
- sass (3.2.19)
108
- sass-rails (4.0.4)
99
+ sass (3.4.9)
100
+ sass-rails (5.0.0)
109
101
  railties (>= 4.0.0, < 5.0)
110
- sass (~> 3.2.2)
111
- sprockets (~> 2.8, < 2.12)
112
- sprockets-rails (~> 2.0)
113
- sprockets (2.11.3)
102
+ sass (~> 3.1)
103
+ sprockets (>= 2.8, < 4.0)
104
+ sprockets-rails (>= 2.0, < 4.0)
105
+ tilt (~> 1.1)
106
+ sprockets (2.12.3)
114
107
  hike (~> 1.2)
115
108
  multi_json (~> 1.0)
116
109
  rack (~> 1.0)
117
110
  tilt (~> 1.1, != 1.3.0)
118
- sprockets-rails (2.2.0)
111
+ sprockets-rails (2.2.2)
119
112
  actionpack (>= 3.0)
120
113
  activesupport (>= 3.0)
121
114
  sprockets (>= 2.8, < 4.0)
@@ -130,8 +123,7 @@ PLATFORMS
130
123
 
131
124
  DEPENDENCIES
132
125
  bundler (>= 1.6.0)
133
- compass-rails (>= 2.0.0)
134
126
  jeweler (>= 2.0.1)
135
127
  minitest (>= 3.4.0)
136
- rails (>= 4.1.7)
137
- sass-rails (>= 4.0.4)
128
+ rails (>= 4.1.8)
129
+ sass-rails (>= 5.0.0)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.34
1
+ 0.2.0
@@ -4,7 +4,6 @@
4
4
  @import 'vars/fonts.css.scss';
5
5
  @import 'vars/layout_sizes.css.scss';
6
6
 
7
- @import 'generic/compass_setup.css.scss';
8
7
  @import 'generic/reset.css.scss';
9
8
  @import 'generic/pwnfx.css.scss';
10
9
 
@@ -43,11 +43,11 @@ form {
43
43
  }
44
44
  input, select:first-child:last-child, textarea {
45
45
  width: 100%;
46
- @include box-sizing(border-box);
46
+ box-sizing: border-box;
47
47
  }
48
48
  input[type=radio], input[type=checkbox] {
49
49
  width: 1.2em;
50
- @include box-sizing(content-box);
50
+ box-sizing: content-box;
51
51
  }
52
52
  }
53
53
  }
@@ -10,16 +10,16 @@
10
10
  $active-border-color: $hover-border-color,
11
11
  $subdued: true
12
12
  ) {
13
- @include inline-block;
13
+ display: inline-block;
14
14
 
15
15
  margin: 0;
16
16
  padding: 0.2em 1ex 0 1ex;
17
17
  border: 1px solid $border-color;
18
- @include border-radius(2px);
18
+ border-radius: 2px;
19
19
 
20
20
  color: $text-color;
21
21
  @if not $subdued {
22
- @include text-shadow(0 1px rgba(0, 0, 0, 0.1));
22
+ text-shadow: 0 1px rgba(0, 0, 0, 0.1);
23
23
  }
24
24
  font-size: 1.25em;
25
25
  line-height: 1.375em;
@@ -28,19 +28,20 @@
28
28
  text-overflow: ellipsis;
29
29
 
30
30
  background-color: $color;
31
- @include background(linear-gradient(top, lighten($color, 2%),
32
- darken($color, 2%)));
31
+ background: linear-gradient(top, lighten($color, 2%), darken($color, 2%));
33
32
 
34
- @include transition(all .218s);
33
+ transition: all .218s;
35
34
 
36
35
  @if $subdued {
37
36
  img {
38
- @include filter(grayscale(0.4));
37
+ -webkit-filter: grayscale(0.4);
38
+ filter: grayscale(0.4);
39
39
  }
40
40
  }
41
41
  @if not $subdued {
42
42
  img {
43
- @include filter(brightness(0.95));
43
+ -webkit-filter: brightness(0.95);
44
+ filter: brightness(0.95);
44
45
  }
45
46
  }
46
47
 
@@ -52,19 +53,20 @@
52
53
  color: $hover-text-color;
53
54
  border-color: $hover-border-color;
54
55
  @if not $subdued {
55
- @include text-shadow(0 1px rgba(0, 0, 0, 0.3));
56
- }
56
+ text-shadow: 0 1px rgba(0, 0, 0, 0.3);
57
+ }
57
58
 
58
59
  @if $subdued {
59
- @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
60
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
60
61
  img {
61
- @include filter(grayscale(0));
62
+ filter: grayscale(0);
62
63
  }
63
64
  }
64
65
  @if not $subdued {
65
- @include box-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
66
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
66
67
  img {
67
- @include filter(brightness(1.05));
68
+ -webkit-filter: brightness(1.05);
69
+ filter: brightness(1.05);
68
70
  }
69
71
  }
70
72
  }
@@ -72,20 +74,21 @@
72
74
  color: $active-text-color;
73
75
  border-color: $active-border-color;
74
76
 
75
- @include background(linear-gradient(top, darken($color, 2%),
76
- lighten($color, 2%)));
77
+ background: linear-gradient(top, darken($color, 2%), lighten($color, 2%));
77
78
 
78
79
  @if $subdued {
79
- @include box-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
80
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
80
81
  img {
81
82
  -webkit-filter: grayscale(0);
83
+ filter: grayscale(0);
82
84
  }
83
85
  }
84
86
  @if not $subdued {
85
- @include text-shadow(0 1px rgba(0, 0, 0, 0.3));
86
- @include box-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
87
+ text-shadow: 0 1px rgba(0, 0, 0, 0.3);
88
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
87
89
  img {
88
- @include filter(brightness(1.05));
90
+ -webkit-filter: brightness(1.05);
91
+ filter: brightness(1.05);
89
92
  }
90
93
  }
91
94
  }
@@ -15,7 +15,7 @@
15
15
  border: 1px solid $border-color;
16
16
  border-top-color: darken($border-color, 10%);
17
17
 
18
- @include border-radius(2px);
18
+ border-radius: 2px;
19
19
 
20
20
  color: $text-color;
21
21
  font: inherit;
@@ -24,20 +24,20 @@
24
24
 
25
25
  background-color: $background-color;
26
26
 
27
- @include transition(all .218s);
27
+ transition: all .218s;
28
28
 
29
29
  &:hover {
30
30
  border-color: $hover-border-color;
31
31
  border-top-color: darken($hover-border-color, 10%);
32
32
 
33
- @include box-shadow(inset 0 1px 2px $hover-shadow-color);
33
+ box-shadow: inset 0 1px 2px $hover-shadow-color;
34
34
  }
35
35
  &:focus {
36
36
  border-color: $focus-border-color;
37
37
  border-top-color: darken($focus-border-color, 10%);
38
38
  outline: none;
39
39
 
40
- @include box-shadow(inset 0 1px 2px $focus-shadow-color);
40
+ box-shadow: inset 0 1px 2px $focus-shadow-color;
41
41
  }
42
42
 
43
43
  &::-webkit-input-placeholder {
@@ -71,18 +71,18 @@
71
71
  height: 1em;
72
72
  vertical-align: -2px;
73
73
 
74
- @include transition(all .218s);
74
+ transition: all .218s;
75
75
 
76
76
  &:hover {
77
77
  border-color: $hover-border-color;
78
78
 
79
- @include box-shadow(inset 0 1px 2px $hover-shadow-color);
79
+ box-shadow: inset 0 1px 2px $hover-shadow-color;
80
80
  }
81
81
  &:focus {
82
82
  border-color: $focus-border-color;
83
83
  outline: none;
84
84
 
85
- @include box-shadow(inset 0 1px 2px $focus-shadow-color);
85
+ box-shadow: inset 0 1px 2px $focus-shadow-color;
86
86
  }
87
87
  }
88
88
 
@@ -107,7 +107,8 @@
107
107
  );
108
108
  padding: 0.125em 2ex 0.125em 0.5ex;
109
109
  text-overflow: ellipsis;
110
- @include appearance(textfield);
110
+ -webkit-appearance: textfield;
111
+ -moz-appearance: textfield;
111
112
  background-image: asset_data_url("pwnstyles/select-arrow.svg");
112
113
  background-repeat: no-repeat;
113
114
  background-position: center right;
@@ -116,7 +117,7 @@
116
117
  background-image: asset_data_url("pwnstyles/select-arrow-emph.svg");
117
118
  }
118
119
  // Animating the arrow SVG is glitchy on Chrome.
119
- @include transition(all .218s, background-image 0s);
120
+ transition: all .218s, background-image 0s;
120
121
  }
121
122
 
122
123
  // Import to highlight a form field to indicate errors in the input.
@@ -128,6 +129,6 @@
128
129
  border-color: $highlight-border;
129
130
  background-color: $highlight-background;
130
131
 
131
- @include box-shadow(inset 0 1px 2px $highlight-shadow);
132
+ box-shadow: inset 0 1px 2px $highlight-shadow;
132
133
  }
133
134
 
@@ -26,18 +26,18 @@
26
26
 
27
27
  vertical-align: bottom;
28
28
  > li {
29
- @include inline-block;
29
+ display: inline-block;
30
30
  background-color: $bar-color;
31
31
  vertical-align: bottom;
32
32
 
33
33
  > a {
34
- @include inline-block;
34
+ display: inline-block;
35
35
  }
36
36
 
37
37
  > ol {
38
38
  list-style: none;
39
39
  display: block;
40
- @include opacity(0);
40
+ opacity: 0;
41
41
  height: 0;
42
42
  overflow: hidden;
43
43
  background-color: $bar-color;
@@ -47,7 +47,7 @@
47
47
  position: absolute;
48
48
  z-index: $z-index;
49
49
 
50
- @include box-shadow(0 1px 1px 1px rgba(0, 0, 0, 0.1));
50
+ box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
51
51
 
52
52
  a {
53
53
  padding: 0 2.5em 0 0.5em;
@@ -56,7 +56,7 @@
56
56
  }
57
57
  > li:hover {
58
58
  > ol {
59
- @include opacity(1);
59
+ opacity: 1;
60
60
  height: auto;
61
61
  }
62
62
  }
@@ -64,7 +64,8 @@
64
64
  background-color: $hover-bar-color;
65
65
  color: $hover-text-color;
66
66
  img {
67
- @include filter(grayscale(0));
67
+ -webkit-filter: grayscale(0);
68
+ filter: grayscale(0);
68
69
  }
69
70
  }
70
71
 
@@ -74,7 +75,8 @@
74
75
  text-decoration: none;
75
76
  color: inherit;
76
77
  img {
77
- @include filter(grayscale(0.33));
78
+ -webkit-filter: grayscale(0.33);
79
+ filter: grayscale(0.33);
78
80
  }
79
81
  }
80
82
  a:visited {
@@ -102,7 +104,7 @@
102
104
  padding: 0 1px 0 0.5em;
103
105
  }
104
106
  > li:last-child a span {
105
- @include inline-block;
107
+ display: inline-block;
106
108
  }
107
109
  }
108
110
  }
@@ -1,6 +1,3 @@
1
1
  if defined? Rails
2
- # Load up Compass, so we can use its CSS helpers.
3
- require 'compass-rails'
4
-
5
2
  require 'pwnstyles_rails/engine.rb'
6
3
  end
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: pwnstyles_rails 0.1.34 ruby lib
5
+ # stub: pwnstyles_rails 0.2.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "pwnstyles_rails"
9
- s.version = "0.1.34"
9
+ s.version = "0.2.0"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Victor Costan"]
14
- s.date = "2014-11-08"
14
+ s.date = "2014-12-15"
15
15
  s.description = "Included CSS was designed for reuse across pwnb.us apps."
16
16
  s.email = "victor@costan.us"
17
17
  s.extra_rdoc_files = [
@@ -41,7 +41,6 @@ Gem::Specification.new do |s|
41
41
  "app/assets/stylesheets/elements/_lists.css.scss",
42
42
  "app/assets/stylesheets/elements/_tables.css.scss",
43
43
  "app/assets/stylesheets/elements/_text.css.scss",
44
- "app/assets/stylesheets/generic/_compass_setup.css.scss",
45
44
  "app/assets/stylesheets/generic/_pwnfx.css.scss",
46
45
  "app/assets/stylesheets/generic/_reset.css.scss",
47
46
  "app/assets/stylesheets/modules/_body.css.scss",
@@ -79,24 +78,21 @@ Gem::Specification.new do |s|
79
78
  s.specification_version = 4
80
79
 
81
80
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
82
- s.add_runtime_dependency(%q<sass-rails>, [">= 4.0.4"])
83
- s.add_runtime_dependency(%q<compass-rails>, [">= 2.0.0"])
84
- s.add_runtime_dependency(%q<rails>, [">= 4.1.7"])
81
+ s.add_runtime_dependency(%q<sass-rails>, [">= 5.0.0"])
82
+ s.add_runtime_dependency(%q<rails>, [">= 4.1.8"])
85
83
  s.add_development_dependency(%q<minitest>, [">= 3.4.0"])
86
84
  s.add_development_dependency(%q<bundler>, [">= 1.6.0"])
87
85
  s.add_development_dependency(%q<jeweler>, [">= 2.0.1"])
88
86
  else
89
- s.add_dependency(%q<sass-rails>, [">= 4.0.4"])
90
- s.add_dependency(%q<compass-rails>, [">= 2.0.0"])
91
- s.add_dependency(%q<rails>, [">= 4.1.7"])
87
+ s.add_dependency(%q<sass-rails>, [">= 5.0.0"])
88
+ s.add_dependency(%q<rails>, [">= 4.1.8"])
92
89
  s.add_dependency(%q<minitest>, [">= 3.4.0"])
93
90
  s.add_dependency(%q<bundler>, [">= 1.6.0"])
94
91
  s.add_dependency(%q<jeweler>, [">= 2.0.1"])
95
92
  end
96
93
  else
97
- s.add_dependency(%q<sass-rails>, [">= 4.0.4"])
98
- s.add_dependency(%q<compass-rails>, [">= 2.0.0"])
99
- s.add_dependency(%q<rails>, [">= 4.1.7"])
94
+ s.add_dependency(%q<sass-rails>, [">= 5.0.0"])
95
+ s.add_dependency(%q<rails>, [">= 4.1.8"])
100
96
  s.add_dependency(%q<minitest>, [">= 3.4.0"])
101
97
  s.add_dependency(%q<bundler>, [">= 1.6.0"])
102
98
  s.add_dependency(%q<jeweler>, [">= 2.0.1"])
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwnstyles_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.34
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Costan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-08 00:00:00.000000000 Z
11
+ date: 2014-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass-rails
@@ -16,42 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.4
19
+ version: 5.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.4
27
- - !ruby/object:Gem::Dependency
28
- name: compass-rails
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 2.0.0
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: 2.0.0
26
+ version: 5.0.0
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: rails
43
29
  requirement: !ruby/object:Gem::Requirement
44
30
  requirements:
45
31
  - - ">="
46
32
  - !ruby/object:Gem::Version
47
- version: 4.1.7
33
+ version: 4.1.8
48
34
  type: :runtime
49
35
  prerelease: false
50
36
  version_requirements: !ruby/object:Gem::Requirement
51
37
  requirements:
52
38
  - - ">="
53
39
  - !ruby/object:Gem::Version
54
- version: 4.1.7
40
+ version: 4.1.8
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: minitest
57
43
  requirement: !ruby/object:Gem::Requirement
@@ -124,7 +110,6 @@ files:
124
110
  - app/assets/stylesheets/elements/_lists.css.scss
125
111
  - app/assets/stylesheets/elements/_tables.css.scss
126
112
  - app/assets/stylesheets/elements/_text.css.scss
127
- - app/assets/stylesheets/generic/_compass_setup.css.scss
128
113
  - app/assets/stylesheets/generic/_pwnfx.css.scss
129
114
  - app/assets/stylesheets/generic/_reset.css.scss
130
115
  - app/assets/stylesheets/modules/_body.css.scss
@@ -1,20 +0,0 @@
1
- $experimental-support-for-mozilla: true;
2
- $experimental-support-for-webkit: true;
3
- $experimental-support-for-microsoft: true;
4
- $experimental-support-for-pie: false;
5
- $experimental-support-for-opera: false;
6
- $experimental-support-for-khtml: false;
7
- $legacy-support-for-ie: false;
8
- $legacy-support-for-ie6: false;
9
- $legacy-support-for-ie7: false;
10
- $legacy-support-for-ie8: false;
11
- $legacy-support-for-mozilla: false;
12
- $support-for-original-webkit-gradients: false;
13
-
14
- @import "compass";
15
- @import "compass/css3";
16
- @import "compass/layout";
17
- @import "compass/reset/utilities";
18
- @import "compass/typography";
19
- @import "compass/utilities";
20
-