pwnstyles_rails 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -3
- data/Gemfile.lock +82 -62
- data/VERSION +1 -1
- data/app/assets/stylesheets/_pwnplus.scss +4 -0
- data/app/assets/stylesheets/_pwnstyles.scss +22 -0
- data/app/assets/stylesheets/elements/{_buttons.css.scss → _buttons.scss} +0 -0
- data/app/assets/stylesheets/elements/{_figures.css.scss → _figures.scss} +0 -0
- data/app/assets/stylesheets/elements/{_forms.css.scss → _forms.scss} +0 -0
- data/app/assets/stylesheets/elements/{_images.css.scss → _images.scss} +0 -0
- data/app/assets/stylesheets/elements/{_inputs.css.scss → _inputs.scss} +0 -0
- data/app/assets/stylesheets/elements/{_links.css.scss → _links.scss} +0 -0
- data/app/assets/stylesheets/elements/{_lists.css.scss → _lists.scss} +0 -0
- data/app/assets/stylesheets/elements/{_tables.css.scss → _tables.scss} +0 -0
- data/app/assets/stylesheets/elements/{_text.css.scss → _text.scss} +0 -0
- data/app/assets/stylesheets/generic/{_pwnfx.css.scss → _pwnfx.scss} +0 -0
- data/app/assets/stylesheets/generic/{_reset.css.scss → _reset.scss} +0 -0
- data/app/assets/stylesheets/modules/{_body.css.scss → _body.scss} +0 -0
- data/app/assets/stylesheets/modules/{_footer.css.scss → _footer.scss} +0 -0
- data/app/assets/stylesheets/modules/{_header.css.scss → _header.scss} +0 -0
- data/app/assets/stylesheets/modules/{_status_bar.css.scss → _status_bar.scss} +0 -0
- data/app/assets/stylesheets/pwnplus/{_buttons.css.scss → _buttons.scss} +0 -0
- data/app/assets/stylesheets/pwnplus/{_form_fields.css.scss → _form_fields.scss} +0 -0
- data/app/assets/stylesheets/pwnplus/{_hacks.css.scss → _hacks.scss} +0 -0
- data/app/assets/stylesheets/pwnplus/{_menu_bar.css.scss → _menu_bar.scss} +0 -0
- data/app/assets/stylesheets/vars/{_color_scheme.css.scss → _color_scheme.scss} +0 -0
- data/app/assets/stylesheets/vars/{_fonts.css.scss → _fonts.scss} +0 -0
- data/app/assets/stylesheets/vars/{_layout_sizes.css.scss → _layout_sizes.scss} +0 -0
- data/lib/pwnstyles_rails/generators/assets/stylesheets/pwnstyles/{_app_vars.css.scss → _app_vars.scss} +0 -0
- data/lib/pwnstyles_rails/generators/assets/stylesheets/pwnstyles/pwnstyles_main.scss +2 -0
- data/pwnstyles_rails.gemspec +39 -39
- metadata +35 -35
- data/app/assets/stylesheets/_pwnplus.css.scss +0 -4
- data/app/assets/stylesheets/_pwnstyles.css.scss +0 -22
- data/lib/pwnstyles_rails/generators/assets/stylesheets/pwnstyles/pwnstyles_main.css.scss +0 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e37c6011b2bb30a486fcbe988e68254fbc2b67b7
|
4
|
+
data.tar.gz: c626e96aa59b6a2770a95653bc36bf2fd4decc3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69f1b270cb4380d57d64d600d1a34304df2c9492a66a13bf96f8c972506a1faad99bb1068cb48dceac50c18040c4b2a4232c340b31b1773a637e87e46ddd5cde
|
7
|
+
data.tar.gz: 162bc14a2c632761dc7c21e5db4757875e05e26d2798148c5950136a2d87a2a64ca978c587531d8847f117459b0ea40bc9d06517a21d500d4793f61fc0cdc0cb
|
data/Gemfile
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
|
-
gem 'sass-rails', '>= 5.0.
|
4
|
-
gem 'rails', '>= 4.
|
3
|
+
gem 'sass-rails', '>= 5.0.3'
|
4
|
+
gem 'rails', '>= 4.2.4'
|
5
5
|
|
6
6
|
group :development do
|
7
|
-
gem 'minitest', '>=
|
7
|
+
gem 'minitest', '>= 5.8.0'
|
8
8
|
gem 'bundler', '>= 1.6.0'
|
9
9
|
gem 'jeweler', '>= 2.0.1'
|
10
10
|
end
|
data/Gemfile.lock
CHANGED
@@ -1,53 +1,63 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
actionmailer (4.
|
5
|
-
actionpack (= 4.
|
6
|
-
actionview (= 4.
|
4
|
+
actionmailer (4.2.4)
|
5
|
+
actionpack (= 4.2.4)
|
6
|
+
actionview (= 4.2.4)
|
7
|
+
activejob (= 4.2.4)
|
7
8
|
mail (~> 2.5, >= 2.5.4)
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
10
|
+
actionpack (4.2.4)
|
11
|
+
actionview (= 4.2.4)
|
12
|
+
activesupport (= 4.2.4)
|
13
|
+
rack (~> 1.6)
|
12
14
|
rack-test (~> 0.6.2)
|
13
|
-
|
14
|
-
|
15
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
16
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
17
|
+
actionview (4.2.4)
|
18
|
+
activesupport (= 4.2.4)
|
15
19
|
builder (~> 3.1)
|
16
20
|
erubis (~> 2.7.0)
|
17
|
-
|
18
|
-
|
21
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
22
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
23
|
+
activejob (4.2.4)
|
24
|
+
activesupport (= 4.2.4)
|
25
|
+
globalid (>= 0.3.0)
|
26
|
+
activemodel (4.2.4)
|
27
|
+
activesupport (= 4.2.4)
|
19
28
|
builder (~> 3.1)
|
20
|
-
activerecord (4.
|
21
|
-
activemodel (= 4.
|
22
|
-
activesupport (= 4.
|
23
|
-
arel (~>
|
24
|
-
activesupport (4.
|
25
|
-
i18n (~> 0.
|
29
|
+
activerecord (4.2.4)
|
30
|
+
activemodel (= 4.2.4)
|
31
|
+
activesupport (= 4.2.4)
|
32
|
+
arel (~> 6.0)
|
33
|
+
activesupport (4.2.4)
|
34
|
+
i18n (~> 0.7)
|
26
35
|
json (~> 1.7, >= 1.7.7)
|
27
36
|
minitest (~> 5.1)
|
28
|
-
thread_safe (~> 0.
|
37
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
29
38
|
tzinfo (~> 1.1)
|
30
|
-
addressable (2.3.
|
31
|
-
arel (
|
39
|
+
addressable (2.3.8)
|
40
|
+
arel (6.0.3)
|
32
41
|
builder (3.2.2)
|
33
42
|
descendants_tracker (0.0.4)
|
34
43
|
thread_safe (~> 0.3, >= 0.3.1)
|
35
44
|
erubis (2.7.0)
|
36
|
-
faraday (0.9.
|
45
|
+
faraday (0.9.1)
|
37
46
|
multipart-post (>= 1.2, < 3)
|
38
|
-
git (1.2.
|
39
|
-
github_api (0.12.
|
47
|
+
git (1.2.9.1)
|
48
|
+
github_api (0.12.4)
|
40
49
|
addressable (~> 2.3)
|
41
50
|
descendants_tracker (~> 0.0.4)
|
42
51
|
faraday (~> 0.8, < 0.10)
|
43
|
-
hashie (>= 3.
|
52
|
+
hashie (>= 3.4)
|
44
53
|
multi_json (>= 1.7.5, < 2.0)
|
45
|
-
nokogiri (~> 1.6.
|
54
|
+
nokogiri (~> 1.6.6)
|
46
55
|
oauth2
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
56
|
+
globalid (0.3.6)
|
57
|
+
activesupport (>= 4.1.0)
|
58
|
+
hashie (3.4.2)
|
59
|
+
highline (1.7.3)
|
60
|
+
i18n (0.7.0)
|
51
61
|
jeweler (2.0.1)
|
52
62
|
builder
|
53
63
|
bundler (>= 1.0)
|
@@ -57,17 +67,19 @@ GEM
|
|
57
67
|
nokogiri (>= 1.5.10)
|
58
68
|
rake
|
59
69
|
rdoc
|
60
|
-
json (1.8.
|
61
|
-
jwt (1.
|
70
|
+
json (1.8.3)
|
71
|
+
jwt (1.5.1)
|
72
|
+
loofah (2.0.3)
|
73
|
+
nokogiri (>= 1.5.9)
|
62
74
|
mail (2.6.3)
|
63
75
|
mime-types (>= 1.16, < 3)
|
64
|
-
mime-types (2.
|
65
|
-
mini_portile (0.6.
|
66
|
-
minitest (5.
|
67
|
-
multi_json (1.
|
76
|
+
mime-types (2.6.1)
|
77
|
+
mini_portile (0.6.2)
|
78
|
+
minitest (5.8.0)
|
79
|
+
multi_json (1.11.2)
|
68
80
|
multi_xml (0.5.5)
|
69
81
|
multipart-post (2.0.0)
|
70
|
-
nokogiri (1.6.
|
82
|
+
nokogiri (1.6.6.2)
|
71
83
|
mini_portile (~> 0.6.0)
|
72
84
|
oauth2 (1.0.0)
|
73
85
|
faraday (>= 0.8, < 0.10)
|
@@ -75,45 +87,50 @@ GEM
|
|
75
87
|
multi_json (~> 1.3)
|
76
88
|
multi_xml (~> 0.5)
|
77
89
|
rack (~> 1.2)
|
78
|
-
rack (1.
|
79
|
-
rack-test (0.6.
|
90
|
+
rack (1.6.4)
|
91
|
+
rack-test (0.6.3)
|
80
92
|
rack (>= 1.0)
|
81
|
-
rails (4.
|
82
|
-
actionmailer (= 4.
|
83
|
-
actionpack (= 4.
|
84
|
-
actionview (= 4.
|
85
|
-
|
86
|
-
|
87
|
-
|
93
|
+
rails (4.2.4)
|
94
|
+
actionmailer (= 4.2.4)
|
95
|
+
actionpack (= 4.2.4)
|
96
|
+
actionview (= 4.2.4)
|
97
|
+
activejob (= 4.2.4)
|
98
|
+
activemodel (= 4.2.4)
|
99
|
+
activerecord (= 4.2.4)
|
100
|
+
activesupport (= 4.2.4)
|
88
101
|
bundler (>= 1.3.0, < 2.0)
|
89
|
-
railties (= 4.
|
90
|
-
sprockets-rails
|
91
|
-
|
92
|
-
|
93
|
-
|
102
|
+
railties (= 4.2.4)
|
103
|
+
sprockets-rails
|
104
|
+
rails-deprecated_sanitizer (1.0.3)
|
105
|
+
activesupport (>= 4.2.0.alpha)
|
106
|
+
rails-dom-testing (1.0.7)
|
107
|
+
activesupport (>= 4.2.0.beta, < 5.0)
|
108
|
+
nokogiri (~> 1.6.0)
|
109
|
+
rails-deprecated_sanitizer (>= 1.0.1)
|
110
|
+
rails-html-sanitizer (1.0.2)
|
111
|
+
loofah (~> 2.0)
|
112
|
+
railties (4.2.4)
|
113
|
+
actionpack (= 4.2.4)
|
114
|
+
activesupport (= 4.2.4)
|
94
115
|
rake (>= 0.8.7)
|
95
116
|
thor (>= 0.18.1, < 2.0)
|
96
117
|
rake (10.4.2)
|
97
118
|
rdoc (4.2.0)
|
98
|
-
|
99
|
-
sass (
|
100
|
-
sass-rails (5.0.0)
|
119
|
+
sass (3.4.18)
|
120
|
+
sass-rails (5.0.3)
|
101
121
|
railties (>= 4.0.0, < 5.0)
|
102
122
|
sass (~> 3.1)
|
103
123
|
sprockets (>= 2.8, < 4.0)
|
104
124
|
sprockets-rails (>= 2.0, < 4.0)
|
105
125
|
tilt (~> 1.1)
|
106
|
-
sprockets (
|
107
|
-
hike (~> 1.2)
|
108
|
-
multi_json (~> 1.0)
|
126
|
+
sprockets (3.3.3)
|
109
127
|
rack (~> 1.0)
|
110
|
-
|
111
|
-
sprockets-rails (2.2.2)
|
128
|
+
sprockets-rails (2.3.2)
|
112
129
|
actionpack (>= 3.0)
|
113
130
|
activesupport (>= 3.0)
|
114
131
|
sprockets (>= 2.8, < 4.0)
|
115
132
|
thor (0.19.1)
|
116
|
-
thread_safe (0.3.
|
133
|
+
thread_safe (0.3.5)
|
117
134
|
tilt (1.4.1)
|
118
135
|
tzinfo (1.2.2)
|
119
136
|
thread_safe (~> 0.1)
|
@@ -124,6 +141,9 @@ PLATFORMS
|
|
124
141
|
DEPENDENCIES
|
125
142
|
bundler (>= 1.6.0)
|
126
143
|
jeweler (>= 2.0.1)
|
127
|
-
minitest (>=
|
128
|
-
rails (>= 4.
|
129
|
-
sass-rails (>= 5.0.
|
144
|
+
minitest (>= 5.8.0)
|
145
|
+
rails (>= 4.2.4)
|
146
|
+
sass-rails (>= 5.0.3)
|
147
|
+
|
148
|
+
BUNDLED WITH
|
149
|
+
1.10.6
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.2
|
@@ -0,0 +1,22 @@
|
|
1
|
+
@import 'pwnplus.scss';
|
2
|
+
|
3
|
+
@import 'vars/color_scheme.scss';
|
4
|
+
@import 'vars/fonts.scss';
|
5
|
+
@import 'vars/layout_sizes.scss';
|
6
|
+
|
7
|
+
@import 'generic/reset.scss';
|
8
|
+
@import 'generic/pwnfx.scss';
|
9
|
+
|
10
|
+
@import 'elements/buttons.scss';
|
11
|
+
@import 'elements/figures.scss';
|
12
|
+
@import 'elements/forms.scss';
|
13
|
+
@import 'elements/images.scss';
|
14
|
+
@import 'elements/inputs.scss';
|
15
|
+
@import 'elements/links.scss';
|
16
|
+
@import 'elements/tables.scss';
|
17
|
+
@import 'elements/text.scss';
|
18
|
+
|
19
|
+
@import 'modules/body.scss';
|
20
|
+
@import 'modules/footer.scss';
|
21
|
+
@import 'modules/header.scss';
|
22
|
+
@import 'modules/status_bar.scss';
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/pwnstyles_rails.gemspec
CHANGED
@@ -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.2.
|
5
|
+
# stub: pwnstyles_rails 0.2.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "pwnstyles_rails"
|
9
|
-
s.version = "0.2.
|
9
|
+
s.version = "0.2.2"
|
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 = "
|
14
|
+
s.date = "2015-08-27"
|
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 = [
|
@@ -30,36 +30,36 @@ Gem::Specification.new do |s|
|
|
30
30
|
"app/assets/images/pwnstyles/select-arrow-emph.svg",
|
31
31
|
"app/assets/images/pwnstyles/select-arrow.svg",
|
32
32
|
"app/assets/javascripts/pwn-fx.js.coffee",
|
33
|
-
"app/assets/stylesheets/_pwnplus.
|
34
|
-
"app/assets/stylesheets/_pwnstyles.
|
35
|
-
"app/assets/stylesheets/elements/_buttons.
|
36
|
-
"app/assets/stylesheets/elements/_figures.
|
37
|
-
"app/assets/stylesheets/elements/_forms.
|
38
|
-
"app/assets/stylesheets/elements/_images.
|
39
|
-
"app/assets/stylesheets/elements/_inputs.
|
40
|
-
"app/assets/stylesheets/elements/_links.
|
41
|
-
"app/assets/stylesheets/elements/_lists.
|
42
|
-
"app/assets/stylesheets/elements/_tables.
|
43
|
-
"app/assets/stylesheets/elements/_text.
|
44
|
-
"app/assets/stylesheets/generic/_pwnfx.
|
45
|
-
"app/assets/stylesheets/generic/_reset.
|
46
|
-
"app/assets/stylesheets/modules/_body.
|
47
|
-
"app/assets/stylesheets/modules/_footer.
|
48
|
-
"app/assets/stylesheets/modules/_header.
|
49
|
-
"app/assets/stylesheets/modules/_status_bar.
|
50
|
-
"app/assets/stylesheets/pwnplus/_buttons.
|
51
|
-
"app/assets/stylesheets/pwnplus/_form_fields.
|
52
|
-
"app/assets/stylesheets/pwnplus/_hacks.
|
53
|
-
"app/assets/stylesheets/pwnplus/_menu_bar.
|
54
|
-
"app/assets/stylesheets/vars/_color_scheme.
|
55
|
-
"app/assets/stylesheets/vars/_fonts.
|
56
|
-
"app/assets/stylesheets/vars/_layout_sizes.
|
33
|
+
"app/assets/stylesheets/_pwnplus.scss",
|
34
|
+
"app/assets/stylesheets/_pwnstyles.scss",
|
35
|
+
"app/assets/stylesheets/elements/_buttons.scss",
|
36
|
+
"app/assets/stylesheets/elements/_figures.scss",
|
37
|
+
"app/assets/stylesheets/elements/_forms.scss",
|
38
|
+
"app/assets/stylesheets/elements/_images.scss",
|
39
|
+
"app/assets/stylesheets/elements/_inputs.scss",
|
40
|
+
"app/assets/stylesheets/elements/_links.scss",
|
41
|
+
"app/assets/stylesheets/elements/_lists.scss",
|
42
|
+
"app/assets/stylesheets/elements/_tables.scss",
|
43
|
+
"app/assets/stylesheets/elements/_text.scss",
|
44
|
+
"app/assets/stylesheets/generic/_pwnfx.scss",
|
45
|
+
"app/assets/stylesheets/generic/_reset.scss",
|
46
|
+
"app/assets/stylesheets/modules/_body.scss",
|
47
|
+
"app/assets/stylesheets/modules/_footer.scss",
|
48
|
+
"app/assets/stylesheets/modules/_header.scss",
|
49
|
+
"app/assets/stylesheets/modules/_status_bar.scss",
|
50
|
+
"app/assets/stylesheets/pwnplus/_buttons.scss",
|
51
|
+
"app/assets/stylesheets/pwnplus/_form_fields.scss",
|
52
|
+
"app/assets/stylesheets/pwnplus/_hacks.scss",
|
53
|
+
"app/assets/stylesheets/pwnplus/_menu_bar.scss",
|
54
|
+
"app/assets/stylesheets/vars/_color_scheme.scss",
|
55
|
+
"app/assets/stylesheets/vars/_fonts.scss",
|
56
|
+
"app/assets/stylesheets/vars/_layout_sizes.scss",
|
57
57
|
"config/initializers/fix_fields_with_errors.rb",
|
58
58
|
"lib/pwnstyles_rails.rb",
|
59
59
|
"lib/pwnstyles_rails/engine.rb",
|
60
60
|
"lib/pwnstyles_rails/generators/all_generator.rb",
|
61
|
-
"lib/pwnstyles_rails/generators/assets/stylesheets/pwnstyles/_app_vars.
|
62
|
-
"lib/pwnstyles_rails/generators/assets/stylesheets/pwnstyles/pwnstyles_main.
|
61
|
+
"lib/pwnstyles_rails/generators/assets/stylesheets/pwnstyles/_app_vars.scss",
|
62
|
+
"lib/pwnstyles_rails/generators/assets/stylesheets/pwnstyles/pwnstyles_main.scss",
|
63
63
|
"lib/pwnstyles_rails/generators/layouts/_footer.html.erb",
|
64
64
|
"lib/pwnstyles_rails/generators/layouts/_header.html.erb",
|
65
65
|
"lib/pwnstyles_rails/generators/layouts/_menu.html.erb",
|
@@ -71,29 +71,29 @@ Gem::Specification.new do |s|
|
|
71
71
|
]
|
72
72
|
s.homepage = "http://github.com/pwnall/pwnstyles_rails"
|
73
73
|
s.licenses = ["MIT"]
|
74
|
-
s.rubygems_version = "2.
|
74
|
+
s.rubygems_version = "2.4.5"
|
75
75
|
s.summary = "Rails 3 SCSS integration and non-trivial default style."
|
76
76
|
|
77
77
|
if s.respond_to? :specification_version then
|
78
78
|
s.specification_version = 4
|
79
79
|
|
80
80
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
81
|
-
s.add_runtime_dependency(%q<sass-rails>, [">= 5.0.
|
82
|
-
s.add_runtime_dependency(%q<rails>, [">= 4.
|
83
|
-
s.add_development_dependency(%q<minitest>, [">=
|
81
|
+
s.add_runtime_dependency(%q<sass-rails>, [">= 5.0.3"])
|
82
|
+
s.add_runtime_dependency(%q<rails>, [">= 4.2.4"])
|
83
|
+
s.add_development_dependency(%q<minitest>, [">= 5.8.0"])
|
84
84
|
s.add_development_dependency(%q<bundler>, [">= 1.6.0"])
|
85
85
|
s.add_development_dependency(%q<jeweler>, [">= 2.0.1"])
|
86
86
|
else
|
87
|
-
s.add_dependency(%q<sass-rails>, [">= 5.0.
|
88
|
-
s.add_dependency(%q<rails>, [">= 4.
|
89
|
-
s.add_dependency(%q<minitest>, [">=
|
87
|
+
s.add_dependency(%q<sass-rails>, [">= 5.0.3"])
|
88
|
+
s.add_dependency(%q<rails>, [">= 4.2.4"])
|
89
|
+
s.add_dependency(%q<minitest>, [">= 5.8.0"])
|
90
90
|
s.add_dependency(%q<bundler>, [">= 1.6.0"])
|
91
91
|
s.add_dependency(%q<jeweler>, [">= 2.0.1"])
|
92
92
|
end
|
93
93
|
else
|
94
|
-
s.add_dependency(%q<sass-rails>, [">= 5.0.
|
95
|
-
s.add_dependency(%q<rails>, [">= 4.
|
96
|
-
s.add_dependency(%q<minitest>, [">=
|
94
|
+
s.add_dependency(%q<sass-rails>, [">= 5.0.3"])
|
95
|
+
s.add_dependency(%q<rails>, [">= 4.2.4"])
|
96
|
+
s.add_dependency(%q<minitest>, [">= 5.8.0"])
|
97
97
|
s.add_dependency(%q<bundler>, [">= 1.6.0"])
|
98
98
|
s.add_dependency(%q<jeweler>, [">= 2.0.1"])
|
99
99
|
end
|
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.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victor Costan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass-rails
|
@@ -16,42 +16,42 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 5.0.
|
19
|
+
version: 5.0.3
|
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: 5.0.
|
26
|
+
version: 5.0.3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 4.
|
33
|
+
version: 4.2.4
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 4.
|
40
|
+
version: 4.2.4
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: minitest
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: 5.8.0
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
54
|
+
version: 5.8.0
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: bundler
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -99,36 +99,36 @@ files:
|
|
99
99
|
- app/assets/images/pwnstyles/select-arrow-emph.svg
|
100
100
|
- app/assets/images/pwnstyles/select-arrow.svg
|
101
101
|
- app/assets/javascripts/pwn-fx.js.coffee
|
102
|
-
- app/assets/stylesheets/_pwnplus.
|
103
|
-
- app/assets/stylesheets/_pwnstyles.
|
104
|
-
- app/assets/stylesheets/elements/_buttons.
|
105
|
-
- app/assets/stylesheets/elements/_figures.
|
106
|
-
- app/assets/stylesheets/elements/_forms.
|
107
|
-
- app/assets/stylesheets/elements/_images.
|
108
|
-
- app/assets/stylesheets/elements/_inputs.
|
109
|
-
- app/assets/stylesheets/elements/_links.
|
110
|
-
- app/assets/stylesheets/elements/_lists.
|
111
|
-
- app/assets/stylesheets/elements/_tables.
|
112
|
-
- app/assets/stylesheets/elements/_text.
|
113
|
-
- app/assets/stylesheets/generic/_pwnfx.
|
114
|
-
- app/assets/stylesheets/generic/_reset.
|
115
|
-
- app/assets/stylesheets/modules/_body.
|
116
|
-
- app/assets/stylesheets/modules/_footer.
|
117
|
-
- app/assets/stylesheets/modules/_header.
|
118
|
-
- app/assets/stylesheets/modules/_status_bar.
|
119
|
-
- app/assets/stylesheets/pwnplus/_buttons.
|
120
|
-
- app/assets/stylesheets/pwnplus/_form_fields.
|
121
|
-
- app/assets/stylesheets/pwnplus/_hacks.
|
122
|
-
- app/assets/stylesheets/pwnplus/_menu_bar.
|
123
|
-
- app/assets/stylesheets/vars/_color_scheme.
|
124
|
-
- app/assets/stylesheets/vars/_fonts.
|
125
|
-
- app/assets/stylesheets/vars/_layout_sizes.
|
102
|
+
- app/assets/stylesheets/_pwnplus.scss
|
103
|
+
- app/assets/stylesheets/_pwnstyles.scss
|
104
|
+
- app/assets/stylesheets/elements/_buttons.scss
|
105
|
+
- app/assets/stylesheets/elements/_figures.scss
|
106
|
+
- app/assets/stylesheets/elements/_forms.scss
|
107
|
+
- app/assets/stylesheets/elements/_images.scss
|
108
|
+
- app/assets/stylesheets/elements/_inputs.scss
|
109
|
+
- app/assets/stylesheets/elements/_links.scss
|
110
|
+
- app/assets/stylesheets/elements/_lists.scss
|
111
|
+
- app/assets/stylesheets/elements/_tables.scss
|
112
|
+
- app/assets/stylesheets/elements/_text.scss
|
113
|
+
- app/assets/stylesheets/generic/_pwnfx.scss
|
114
|
+
- app/assets/stylesheets/generic/_reset.scss
|
115
|
+
- app/assets/stylesheets/modules/_body.scss
|
116
|
+
- app/assets/stylesheets/modules/_footer.scss
|
117
|
+
- app/assets/stylesheets/modules/_header.scss
|
118
|
+
- app/assets/stylesheets/modules/_status_bar.scss
|
119
|
+
- app/assets/stylesheets/pwnplus/_buttons.scss
|
120
|
+
- app/assets/stylesheets/pwnplus/_form_fields.scss
|
121
|
+
- app/assets/stylesheets/pwnplus/_hacks.scss
|
122
|
+
- app/assets/stylesheets/pwnplus/_menu_bar.scss
|
123
|
+
- app/assets/stylesheets/vars/_color_scheme.scss
|
124
|
+
- app/assets/stylesheets/vars/_fonts.scss
|
125
|
+
- app/assets/stylesheets/vars/_layout_sizes.scss
|
126
126
|
- config/initializers/fix_fields_with_errors.rb
|
127
127
|
- lib/pwnstyles_rails.rb
|
128
128
|
- lib/pwnstyles_rails/engine.rb
|
129
129
|
- lib/pwnstyles_rails/generators/all_generator.rb
|
130
|
-
- lib/pwnstyles_rails/generators/assets/stylesheets/pwnstyles/_app_vars.
|
131
|
-
- lib/pwnstyles_rails/generators/assets/stylesheets/pwnstyles/pwnstyles_main.
|
130
|
+
- lib/pwnstyles_rails/generators/assets/stylesheets/pwnstyles/_app_vars.scss
|
131
|
+
- lib/pwnstyles_rails/generators/assets/stylesheets/pwnstyles/pwnstyles_main.scss
|
132
132
|
- lib/pwnstyles_rails/generators/layouts/_footer.html.erb
|
133
133
|
- lib/pwnstyles_rails/generators/layouts/_header.html.erb
|
134
134
|
- lib/pwnstyles_rails/generators/layouts/_menu.html.erb
|
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
157
|
version: '0'
|
158
158
|
requirements: []
|
159
159
|
rubyforge_project:
|
160
|
-
rubygems_version: 2.
|
160
|
+
rubygems_version: 2.4.5
|
161
161
|
signing_key:
|
162
162
|
specification_version: 4
|
163
163
|
summary: Rails 3 SCSS integration and non-trivial default style.
|
@@ -1,22 +0,0 @@
|
|
1
|
-
@import 'pwnplus.css.scss';
|
2
|
-
|
3
|
-
@import 'vars/color_scheme.css.scss';
|
4
|
-
@import 'vars/fonts.css.scss';
|
5
|
-
@import 'vars/layout_sizes.css.scss';
|
6
|
-
|
7
|
-
@import 'generic/reset.css.scss';
|
8
|
-
@import 'generic/pwnfx.css.scss';
|
9
|
-
|
10
|
-
@import 'elements/buttons.css.scss';
|
11
|
-
@import 'elements/figures.css.scss';
|
12
|
-
@import 'elements/forms.css.scss';
|
13
|
-
@import 'elements/images.css.scss';
|
14
|
-
@import 'elements/inputs.css.scss';
|
15
|
-
@import 'elements/links.css.scss';
|
16
|
-
@import 'elements/tables.css.scss';
|
17
|
-
@import 'elements/text.css.scss';
|
18
|
-
|
19
|
-
@import 'modules/body.css.scss';
|
20
|
-
@import 'modules/footer.css.scss';
|
21
|
-
@import 'modules/header.css.scss';
|
22
|
-
@import 'modules/status_bar.css.scss';
|