Skip to content

Commit 5dee632

Browse files
authored
Merge pull request #277 from ncoden/release/v6.5.3.0
🚀 Release v6.5.3.0
2 parents ccc80b8 + 13d30c8 commit 5dee632

File tree

136 files changed

+772
-1256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+772
-1256
lines changed

Gemfile.lock

+56-53
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,56 @@
11
PATH
22
remote: .
33
specs:
4-
foundation-rails (6.5.1.0)
4+
foundation-rails (6.5.3.0)
5+
railties (>= 3.1.0)
6+
sass (>= 3.3.0)
7+
sprockets-es6 (>= 0.9.0)
58

69
GEM
710
remote: https://rubygems.org/
811
specs:
9-
actioncable (5.2.1)
10-
actionpack (= 5.2.1)
12+
actioncable (5.2.2)
13+
actionpack (= 5.2.2)
1114
nio4r (~> 2.0)
1215
websocket-driver (>= 0.6.1)
13-
actionmailer (5.2.1)
14-
actionpack (= 5.2.1)
15-
actionview (= 5.2.1)
16-
activejob (= 5.2.1)
16+
actionmailer (5.2.2)
17+
actionpack (= 5.2.2)
18+
actionview (= 5.2.2)
19+
activejob (= 5.2.2)
1720
mail (~> 2.5, >= 2.5.4)
1821
rails-dom-testing (~> 2.0)
19-
actionpack (5.2.1)
20-
actionview (= 5.2.1)
21-
activesupport (= 5.2.1)
22+
actionpack (5.2.2)
23+
actionview (= 5.2.2)
24+
activesupport (= 5.2.2)
2225
rack (~> 2.0)
2326
rack-test (>= 0.6.3)
2427
rails-dom-testing (~> 2.0)
2528
rails-html-sanitizer (~> 1.0, >= 1.0.2)
26-
actionview (5.2.1)
27-
activesupport (= 5.2.1)
29+
actionview (5.2.2)
30+
activesupport (= 5.2.2)
2831
builder (~> 3.1)
2932
erubi (~> 1.4)
3033
rails-dom-testing (~> 2.0)
3134
rails-html-sanitizer (~> 1.0, >= 1.0.3)
32-
activejob (5.2.1)
33-
activesupport (= 5.2.1)
35+
activejob (5.2.2)
36+
activesupport (= 5.2.2)
3437
globalid (>= 0.3.6)
35-
activemodel (5.2.1)
36-
activesupport (= 5.2.1)
37-
activerecord (5.2.1)
38-
activemodel (= 5.2.1)
39-
activesupport (= 5.2.1)
38+
activemodel (5.2.2)
39+
activesupport (= 5.2.2)
40+
activerecord (5.2.2)
41+
activemodel (= 5.2.2)
42+
activesupport (= 5.2.2)
4043
arel (>= 9.0)
41-
activestorage (5.2.1)
42-
actionpack (= 5.2.1)
43-
activerecord (= 5.2.1)
44+
activestorage (5.2.2)
45+
actionpack (= 5.2.2)
46+
activerecord (= 5.2.2)
4447
marcel (~> 0.3.1)
45-
activesupport (5.2.1)
48+
activesupport (5.2.2)
4649
concurrent-ruby (~> 1.0, >= 1.0.2)
4750
i18n (>= 0.7, < 2)
4851
minitest (~> 5.1)
4952
tzinfo (~> 1.1)
50-
addressable (2.5.2)
53+
addressable (2.6.0)
5154
public_suffix (>= 2.0.2, < 4.0)
5255
appraisal (2.2.0)
5356
bundler
@@ -61,23 +64,23 @@ GEM
6164
bootsnap (1.3.2)
6265
msgpack (~> 1.0)
6366
builder (3.2.3)
64-
capybara (3.11.1)
67+
capybara (3.12.0)
6568
addressable
6669
mini_mime (>= 0.1.3)
6770
nokogiri (~> 1.8)
6871
rack (>= 1.6.0)
6972
rack-test (>= 0.6.3)
7073
regexp_parser (~> 1.2)
7174
xpath (~> 3.2)
72-
concurrent-ruby (1.1.3)
75+
concurrent-ruby (1.1.4)
7376
crass (1.0.4)
7477
diff-lcs (1.3)
75-
erubi (1.7.1)
78+
erubi (1.8.0)
7679
execjs (2.7.0)
77-
ffi (1.9.25)
78-
globalid (0.4.1)
80+
ffi (1.10.0)
81+
globalid (0.4.2)
7982
activesupport (>= 4.2.0)
80-
i18n (1.1.1)
83+
i18n (1.5.3)
8184
concurrent-ruby (~> 1.0)
8285
listen (3.1.5)
8386
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -91,46 +94,46 @@ GEM
9194
marcel (0.3.3)
9295
mimemagic (~> 0.3.2)
9396
method_source (0.9.2)
94-
mimemagic (0.3.2)
97+
mimemagic (0.3.3)
9598
mini_mime (1.0.1)
96-
mini_portile2 (2.3.0)
99+
mini_portile2 (2.4.0)
97100
minitest (5.11.3)
98-
msgpack (1.2.4)
101+
msgpack (1.2.6)
99102
nio4r (2.3.1)
100-
nokogiri (1.8.5)
101-
mini_portile2 (~> 2.3.0)
103+
nokogiri (1.10.1)
104+
mini_portile2 (~> 2.4.0)
102105
public_suffix (3.0.3)
103106
rack (2.0.6)
104107
rack-test (1.1.0)
105108
rack (>= 1.0, < 3)
106-
rails (5.2.1)
107-
actioncable (= 5.2.1)
108-
actionmailer (= 5.2.1)
109-
actionpack (= 5.2.1)
110-
actionview (= 5.2.1)
111-
activejob (= 5.2.1)
112-
activemodel (= 5.2.1)
113-
activerecord (= 5.2.1)
114-
activestorage (= 5.2.1)
115-
activesupport (= 5.2.1)
109+
rails (5.2.2)
110+
actioncable (= 5.2.2)
111+
actionmailer (= 5.2.2)
112+
actionpack (= 5.2.2)
113+
actionview (= 5.2.2)
114+
activejob (= 5.2.2)
115+
activemodel (= 5.2.2)
116+
activerecord (= 5.2.2)
117+
activestorage (= 5.2.2)
118+
activesupport (= 5.2.2)
116119
bundler (>= 1.3.0)
117-
railties (= 5.2.1)
120+
railties (= 5.2.2)
118121
sprockets-rails (>= 2.0.0)
119122
rails-dom-testing (2.0.3)
120123
activesupport (>= 4.2.0)
121124
nokogiri (>= 1.6)
122125
rails-html-sanitizer (1.0.4)
123126
loofah (~> 2.2, >= 2.2.2)
124-
railties (5.2.1)
125-
actionpack (= 5.2.1)
126-
activesupport (= 5.2.1)
127+
railties (5.2.2)
128+
actionpack (= 5.2.2)
129+
activesupport (= 5.2.2)
127130
method_source
128131
rake (>= 0.8.7)
129132
thor (>= 0.19.0, < 2.0)
130-
rake (12.3.1)
133+
rake (12.3.2)
131134
rb-fsevent (0.10.3)
132-
rb-inotify (0.9.10)
133-
ffi (>= 0.5.0, < 2)
135+
rb-inotify (0.10.0)
136+
ffi (~> 1.0)
134137
regexp_parser (1.3.0)
135138
rspec (3.8.0)
136139
rspec-core (~> 3.8.0)
@@ -146,7 +149,7 @@ GEM
146149
rspec-support (~> 3.8.0)
147150
rspec-support (3.8.0)
148151
ruby_dep (1.5.0)
149-
sass (3.7.2)
152+
sass (3.7.3)
150153
sass-listen (~> 4.0.0)
151154
sass-listen (4.0.0)
152155
rb-fsevent (~> 0.9, >= 0.9.4)

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "foundation-rails",
3-
"version": "6.5.1.0",
3+
"version": "6.5.3.0",
44
"dependencies": {
5-
"foundation-sites": "6.5.1",
5+
"foundation-sites": "6.5.3",
66
"motion-ui": "2.0.3"
77
}
88
}

foundation-rails.gemspec

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Gem::Specification.new do |spec|
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ["lib"]
2020

21+
spec.add_dependency "sass", [">= 3.3.0"]
22+
spec.add_dependency "railties", [">= 3.1.0"]
23+
spec.add_dependency "sprockets-es6", [">= 0.9.0"]
24+
2125
spec.add_development_dependency "bundler", "~> 1.3"
2226
spec.add_development_dependency "capybara"
2327
spec.add_development_dependency "rake"

gemfiles/rails_4.1.gemfile.lock

+46-43
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,49 @@
11
PATH
22
remote: ..
33
specs:
4-
foundation-rails (6.5.1.0)
4+
foundation-rails (6.5.3.0)
5+
railties (>= 3.1.0)
6+
sass (>= 3.3.0)
7+
sprockets-es6 (>= 0.9.0)
58

69
GEM
710
remote: https://rubygems.org/
811
specs:
9-
actionmailer (4.2.10)
10-
actionpack (= 4.2.10)
11-
actionview (= 4.2.10)
12-
activejob (= 4.2.10)
12+
actionmailer (4.2.11)
13+
actionpack (= 4.2.11)
14+
actionview (= 4.2.11)
15+
activejob (= 4.2.11)
1316
mail (~> 2.5, >= 2.5.4)
1417
rails-dom-testing (~> 1.0, >= 1.0.5)
15-
actionpack (4.2.10)
16-
actionview (= 4.2.10)
17-
activesupport (= 4.2.10)
18+
actionpack (4.2.11)
19+
actionview (= 4.2.11)
20+
activesupport (= 4.2.11)
1821
rack (~> 1.6)
1922
rack-test (~> 0.6.2)
2023
rails-dom-testing (~> 1.0, >= 1.0.5)
2124
rails-html-sanitizer (~> 1.0, >= 1.0.2)
22-
actionview (4.2.10)
23-
activesupport (= 4.2.10)
25+
actionview (4.2.11)
26+
activesupport (= 4.2.11)
2427
builder (~> 3.1)
2528
erubis (~> 2.7.0)
2629
rails-dom-testing (~> 1.0, >= 1.0.5)
2730
rails-html-sanitizer (~> 1.0, >= 1.0.3)
28-
activejob (4.2.10)
29-
activesupport (= 4.2.10)
31+
activejob (4.2.11)
32+
activesupport (= 4.2.11)
3033
globalid (>= 0.3.0)
31-
activemodel (4.2.10)
32-
activesupport (= 4.2.10)
34+
activemodel (4.2.11)
35+
activesupport (= 4.2.11)
3336
builder (~> 3.1)
34-
activerecord (4.2.10)
35-
activemodel (= 4.2.10)
36-
activesupport (= 4.2.10)
37+
activerecord (4.2.11)
38+
activemodel (= 4.2.11)
39+
activesupport (= 4.2.11)
3740
arel (~> 6.0)
38-
activesupport (4.2.10)
41+
activesupport (4.2.11)
3942
i18n (~> 0.7)
4043
minitest (~> 5.1)
4144
thread_safe (~> 0.3, >= 0.3.4)
4245
tzinfo (~> 1.1)
43-
addressable (2.5.2)
46+
addressable (2.6.0)
4447
public_suffix (>= 2.0.2, < 4.0)
4548
appraisal (2.2.0)
4649
bundler
@@ -54,21 +57,21 @@ GEM
5457
bootsnap (1.3.2)
5558
msgpack (~> 1.0)
5659
builder (3.2.3)
57-
capybara (3.11.1)
60+
capybara (3.13.2)
5861
addressable
5962
mini_mime (>= 0.1.3)
6063
nokogiri (~> 1.8)
6164
rack (>= 1.6.0)
6265
rack-test (>= 0.6.3)
6366
regexp_parser (~> 1.2)
6467
xpath (~> 3.2)
65-
concurrent-ruby (1.1.3)
68+
concurrent-ruby (1.1.4)
6669
crass (1.0.4)
6770
diff-lcs (1.3)
6871
erubis (2.7.0)
6972
execjs (2.7.0)
70-
ffi (1.9.25)
71-
globalid (0.4.1)
73+
ffi (1.10.0)
74+
globalid (0.4.2)
7275
activesupport (>= 4.2.0)
7376
i18n (0.9.5)
7477
concurrent-ruby (~> 1.0)
@@ -82,25 +85,25 @@ GEM
8285
mail (2.7.1)
8386
mini_mime (>= 0.1.1)
8487
mini_mime (1.0.1)
85-
mini_portile2 (2.3.0)
88+
mini_portile2 (2.4.0)
8689
minitest (5.11.3)
87-
msgpack (1.2.4)
88-
nokogiri (1.8.5)
89-
mini_portile2 (~> 2.3.0)
90+
msgpack (1.2.6)
91+
nokogiri (1.10.1)
92+
mini_portile2 (~> 2.4.0)
9093
public_suffix (3.0.3)
9194
rack (1.6.11)
9295
rack-test (0.6.3)
9396
rack (>= 1.0)
94-
rails (4.2.10)
95-
actionmailer (= 4.2.10)
96-
actionpack (= 4.2.10)
97-
actionview (= 4.2.10)
98-
activejob (= 4.2.10)
99-
activemodel (= 4.2.10)
100-
activerecord (= 4.2.10)
101-
activesupport (= 4.2.10)
97+
rails (4.2.11)
98+
actionmailer (= 4.2.11)
99+
actionpack (= 4.2.11)
100+
actionview (= 4.2.11)
101+
activejob (= 4.2.11)
102+
activemodel (= 4.2.11)
103+
activerecord (= 4.2.11)
104+
activesupport (= 4.2.11)
102105
bundler (>= 1.3.0, < 2.0)
103-
railties (= 4.2.10)
106+
railties (= 4.2.11)
104107
sprockets-rails
105108
rails-deprecated_sanitizer (1.0.3)
106109
activesupport (>= 4.2.0.alpha)
@@ -110,15 +113,15 @@ GEM
110113
rails-deprecated_sanitizer (>= 1.0.1)
111114
rails-html-sanitizer (1.0.4)
112115
loofah (~> 2.2, >= 2.2.2)
113-
railties (4.2.10)
114-
actionpack (= 4.2.10)
115-
activesupport (= 4.2.10)
116+
railties (4.2.11)
117+
actionpack (= 4.2.11)
118+
activesupport (= 4.2.11)
116119
rake (>= 0.8.7)
117120
thor (>= 0.18.1, < 2.0)
118-
rake (12.3.1)
121+
rake (12.3.2)
119122
rb-fsevent (0.10.3)
120-
rb-inotify (0.9.10)
121-
ffi (>= 0.5.0, < 2)
123+
rb-inotify (0.10.0)
124+
ffi (~> 1.0)
122125
regexp_parser (1.3.0)
123126
rspec (3.8.0)
124127
rspec-core (~> 3.8.0)
@@ -134,7 +137,7 @@ GEM
134137
rspec-support (~> 3.8.0)
135138
rspec-support (3.8.0)
136139
ruby_dep (1.5.0)
137-
sass (3.7.2)
140+
sass (3.7.3)
138141
sass-listen (~> 4.0.0)
139142
sass-listen (4.0.0)
140143
rb-fsevent (~> 0.9, >= 0.9.4)

0 commit comments

Comments
 (0)