pwnstyles_rails 0.1.29 → 0.1.30
Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock
CHANGED
@@ -1,36 +1,36 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
actionmailer (3.2.
|
5
|
-
actionpack (= 3.2.
|
4
|
+
actionmailer (3.2.12)
|
5
|
+
actionpack (= 3.2.12)
|
6
6
|
mail (~> 2.4.4)
|
7
|
-
actionpack (3.2.
|
8
|
-
activemodel (= 3.2.
|
9
|
-
activesupport (= 3.2.
|
7
|
+
actionpack (3.2.12)
|
8
|
+
activemodel (= 3.2.12)
|
9
|
+
activesupport (= 3.2.12)
|
10
10
|
builder (~> 3.0.0)
|
11
11
|
erubis (~> 2.7.0)
|
12
12
|
journey (~> 1.0.4)
|
13
|
-
rack (~> 1.4.
|
13
|
+
rack (~> 1.4.5)
|
14
14
|
rack-cache (~> 1.2)
|
15
15
|
rack-test (~> 0.6.1)
|
16
|
-
sprockets (~> 2.1
|
17
|
-
activemodel (3.2.
|
18
|
-
activesupport (= 3.2.
|
16
|
+
sprockets (~> 2.2.1)
|
17
|
+
activemodel (3.2.12)
|
18
|
+
activesupport (= 3.2.12)
|
19
19
|
builder (~> 3.0.0)
|
20
|
-
activerecord (3.2.
|
21
|
-
activemodel (= 3.2.
|
22
|
-
activesupport (= 3.2.
|
20
|
+
activerecord (3.2.12)
|
21
|
+
activemodel (= 3.2.12)
|
22
|
+
activesupport (= 3.2.12)
|
23
23
|
arel (~> 3.0.2)
|
24
24
|
tzinfo (~> 0.3.29)
|
25
|
-
activeresource (3.2.
|
26
|
-
activemodel (= 3.2.
|
27
|
-
activesupport (= 3.2.
|
28
|
-
activesupport (3.2.
|
25
|
+
activeresource (3.2.12)
|
26
|
+
activemodel (= 3.2.12)
|
27
|
+
activesupport (= 3.2.12)
|
28
|
+
activesupport (3.2.12)
|
29
29
|
i18n (~> 0.6)
|
30
30
|
multi_json (~> 1.0)
|
31
31
|
arel (3.0.2)
|
32
|
-
builder (3.0.
|
33
|
-
chunky_png (1.2.
|
32
|
+
builder (3.0.4)
|
33
|
+
chunky_png (1.2.7)
|
34
34
|
compass (0.12.2)
|
35
35
|
chunky_png (~> 1.2)
|
36
36
|
fssm (>= 0.2.7)
|
@@ -38,70 +38,71 @@ GEM
|
|
38
38
|
compass-rails (1.0.3)
|
39
39
|
compass (>= 0.12.2, < 0.14)
|
40
40
|
erubis (2.7.0)
|
41
|
-
fssm (0.2.
|
41
|
+
fssm (0.2.10)
|
42
42
|
git (1.2.5)
|
43
43
|
hike (1.2.1)
|
44
|
-
i18n (0.6.
|
44
|
+
i18n (0.6.4)
|
45
45
|
jeweler (1.8.4)
|
46
46
|
bundler (~> 1.0)
|
47
47
|
git (>= 1.2.5)
|
48
48
|
rake
|
49
49
|
rdoc
|
50
50
|
journey (1.0.4)
|
51
|
-
json (1.7.
|
51
|
+
json (1.7.7)
|
52
52
|
mail (2.4.4)
|
53
53
|
i18n (>= 0.4.0)
|
54
54
|
mime-types (~> 1.16)
|
55
55
|
treetop (~> 1.4.8)
|
56
|
-
mime-types (1.
|
57
|
-
minitest (
|
58
|
-
multi_json (1.
|
56
|
+
mime-types (1.21)
|
57
|
+
minitest (4.6.2)
|
58
|
+
multi_json (1.6.1)
|
59
59
|
polyglot (0.3.3)
|
60
|
-
rack (1.4.
|
60
|
+
rack (1.4.5)
|
61
61
|
rack-cache (1.2)
|
62
62
|
rack (>= 0.4)
|
63
|
-
rack-ssl (1.3.
|
63
|
+
rack-ssl (1.3.3)
|
64
64
|
rack
|
65
|
-
rack-test (0.6.
|
65
|
+
rack-test (0.6.2)
|
66
66
|
rack (>= 1.0)
|
67
|
-
rails (3.2.
|
68
|
-
actionmailer (= 3.2.
|
69
|
-
actionpack (= 3.2.
|
70
|
-
activerecord (= 3.2.
|
71
|
-
activeresource (= 3.2.
|
72
|
-
activesupport (= 3.2.
|
67
|
+
rails (3.2.12)
|
68
|
+
actionmailer (= 3.2.12)
|
69
|
+
actionpack (= 3.2.12)
|
70
|
+
activerecord (= 3.2.12)
|
71
|
+
activeresource (= 3.2.12)
|
72
|
+
activesupport (= 3.2.12)
|
73
73
|
bundler (~> 1.0)
|
74
|
-
railties (= 3.2.
|
75
|
-
railties (3.2.
|
76
|
-
actionpack (= 3.2.
|
77
|
-
activesupport (= 3.2.
|
74
|
+
railties (= 3.2.12)
|
75
|
+
railties (3.2.12)
|
76
|
+
actionpack (= 3.2.12)
|
77
|
+
activesupport (= 3.2.12)
|
78
78
|
rack-ssl (~> 1.3.2)
|
79
79
|
rake (>= 0.8.7)
|
80
80
|
rdoc (~> 3.4)
|
81
81
|
thor (>= 0.14.6, < 2.0)
|
82
|
-
rake (0.
|
82
|
+
rake (10.0.3)
|
83
83
|
rcov (1.0.0)
|
84
|
-
rdoc (3.12)
|
84
|
+
rdoc (3.12.2)
|
85
85
|
json (~> 1.4)
|
86
|
-
sass (3.2.
|
87
|
-
sass-rails (3.2.
|
86
|
+
sass (3.2.6)
|
87
|
+
sass-rails (3.2.6)
|
88
88
|
railties (~> 3.2.0)
|
89
89
|
sass (>= 3.1.10)
|
90
90
|
tilt (~> 1.3)
|
91
|
-
simplecov (0.
|
91
|
+
simplecov (0.7.1)
|
92
92
|
multi_json (~> 1.0)
|
93
|
-
simplecov-html (~> 0.
|
94
|
-
simplecov-html (0.
|
95
|
-
sprockets (2.
|
93
|
+
simplecov-html (~> 0.7.1)
|
94
|
+
simplecov-html (0.7.1)
|
95
|
+
sprockets (2.2.2)
|
96
96
|
hike (~> 1.2)
|
97
|
+
multi_json (~> 1.0)
|
97
98
|
rack (~> 1.0)
|
98
99
|
tilt (~> 1.1, != 1.3.0)
|
99
|
-
thor (0.
|
100
|
-
tilt (1.3.
|
101
|
-
treetop (1.4.
|
100
|
+
thor (0.17.0)
|
101
|
+
tilt (1.3.4)
|
102
|
+
treetop (1.4.12)
|
102
103
|
polyglot
|
103
104
|
polyglot (>= 0.3.1)
|
104
|
-
tzinfo (0.3.
|
105
|
+
tzinfo (0.3.36)
|
105
106
|
|
106
107
|
PLATFORMS
|
107
108
|
ruby
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.30
|
@@ -13,7 +13,7 @@
|
|
13
13
|
@include inline-block;
|
14
14
|
|
15
15
|
margin: 0;
|
16
|
-
padding: 0.
|
16
|
+
padding: 0.2em 1ex 0 1ex;
|
17
17
|
border: 1px solid $border-color;
|
18
18
|
@include border-radius(2px);
|
19
19
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
}
|
41
41
|
@if not $subdued {
|
42
42
|
img {
|
43
|
-
@include filter(brightness(
|
43
|
+
@include filter(brightness(0.95));
|
44
44
|
}
|
45
45
|
}
|
46
46
|
|
@@ -64,7 +64,7 @@
|
|
64
64
|
@if not $subdued {
|
65
65
|
@include box-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
|
66
66
|
img {
|
67
|
-
@include filter(brightness(
|
67
|
+
@include filter(brightness(1.05));
|
68
68
|
}
|
69
69
|
}
|
70
70
|
}
|
@@ -85,7 +85,7 @@
|
|
85
85
|
@include text-shadow(0 1px rgba(0, 0, 0, 0.3));
|
86
86
|
@include box-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
|
87
87
|
img {
|
88
|
-
@include filter(brightness(
|
88
|
+
@include filter(brightness(1.05));
|
89
89
|
}
|
90
90
|
}
|
91
91
|
}
|
@@ -13,9 +13,11 @@ $page-columns: 25 !default;
|
|
13
13
|
$sidebar-columns: 8 !default;
|
14
14
|
|
15
15
|
$header-height: 40px !default;
|
16
|
+
$logo-image-height: null !default;
|
17
|
+
$logo-image-width: null !default;
|
16
18
|
|
17
19
|
// Derived quantities that can't be changed without breaking things.
|
18
|
-
$column-total: $column-width + $column-margin;
|
20
|
+
$column-total: $column-width + $column-margin;
|
19
21
|
|
20
22
|
$page-width: ($column-total * $page-columns - $column-margin);
|
21
23
|
$sidebar-width: ($column-total * $sidebar-columns - $column-margin);
|
data/pwnstyles_rails.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "pwnstyles_rails"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.30"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Victor Costan"]
|
12
|
-
s.date = "
|
12
|
+
s.date = "2013-03-05"
|
13
13
|
s.description = "Included CSS was designed for reuse across pwnb.us apps."
|
14
14
|
s.email = "victor@costan.us"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -71,7 +71,7 @@ Gem::Specification.new do |s|
|
|
71
71
|
s.homepage = "http://github.com/pwnall/pwnstyles_rails"
|
72
72
|
s.licenses = ["MIT"]
|
73
73
|
s.require_paths = ["lib"]
|
74
|
-
s.rubygems_version = "1.8.
|
74
|
+
s.rubygems_version = "1.8.23"
|
75
75
|
s.summary = "Rails 3 SCSS integration and non-trivial default style."
|
76
76
|
|
77
77
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pwnstyles_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.30
|
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:
|
12
|
+
date: 2013-03-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass-rails
|
@@ -212,7 +212,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
212
212
|
version: '0'
|
213
213
|
segments:
|
214
214
|
- 0
|
215
|
-
hash:
|
215
|
+
hash: 4193678218421735211
|
216
216
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
217
217
|
none: false
|
218
218
|
requirements:
|
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
221
|
version: '0'
|
222
222
|
requirements: []
|
223
223
|
rubyforge_project:
|
224
|
-
rubygems_version: 1.8.
|
224
|
+
rubygems_version: 1.8.23
|
225
225
|
signing_key:
|
226
226
|
specification_version: 3
|
227
227
|
summary: Rails 3 SCSS integration and non-trivial default style.
|