mitlibraries-theme 0.4.0.pre.2 → 0.4.0.pre.3

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
  SHA256:
3
- metadata.gz: 173bc94cff3a3824778982ed81cd6327efd34897cb90c5272118a63e3f7210ee
4
- data.tar.gz: ff31308bf9e66e1deabb264b8804f32a30727d3d56ebcbe1053e9c589cc6d75e
3
+ metadata.gz: c40e0f66b927d6ff901c7799c65b9e322734b16b2302449a6bd5bc3fce191179
4
+ data.tar.gz: 595636c0292302f2334027bbd551c91d8ccf5d4b842becb4ced54c80844aff76
5
5
  SHA512:
6
- metadata.gz: 9ffa7467331fc25cdfd9f4c8ef27ff4660feccf80b425f57ce9fc34a28b6b911ad0925f46d16630ffe829563ba6076efb916b35208cc22844674e510c757ce8a
7
- data.tar.gz: b5aeb8ad45f3fd95b5d3d3b8e2bfed3d49f3f6c4af545e7eb1a91fba8414fe066dd72d4df8aed100734a8a361a24c456a389dfe244bd3ff10c9f5f8b08f428b1
6
+ metadata.gz: 15d120cca47b3b4f0bad7ffac4b24fa3468f3706d6c4ca9adf64b3ea0b8f7abe55f675be9800c9b345965d04bee36d080f6ba9143b9ee3cddd60bbf90a9e0b13
7
+ data.tar.gz: 4751354f9bc6966accbdff08f6fa736652be1ba8a7e2131e51fd29458bd19007e210f62fd757be75260373a27a43e3f2e7bdf2dde04f4b10ecf26993a771f79c
@@ -0,0 +1,146 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ mitlibraries-theme (0.4.0.pre.2)
5
+ rails (~> 5)
6
+ sass (~> 3.4)
7
+ sass-rails (~> 5)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (5.2.4.4)
13
+ actionpack (= 5.2.4.4)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailer (5.2.4.4)
17
+ actionpack (= 5.2.4.4)
18
+ actionview (= 5.2.4.4)
19
+ activejob (= 5.2.4.4)
20
+ mail (~> 2.5, >= 2.5.4)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.2.4.4)
23
+ actionview (= 5.2.4.4)
24
+ activesupport (= 5.2.4.4)
25
+ rack (~> 2.0, >= 2.0.8)
26
+ rack-test (>= 0.6.3)
27
+ rails-dom-testing (~> 2.0)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ actionview (5.2.4.4)
30
+ activesupport (= 5.2.4.4)
31
+ builder (~> 3.1)
32
+ erubi (~> 1.4)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.2.4.4)
36
+ activesupport (= 5.2.4.4)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.2.4.4)
39
+ activesupport (= 5.2.4.4)
40
+ activerecord (5.2.4.4)
41
+ activemodel (= 5.2.4.4)
42
+ activesupport (= 5.2.4.4)
43
+ arel (>= 9.0)
44
+ activestorage (5.2.4.4)
45
+ actionpack (= 5.2.4.4)
46
+ activerecord (= 5.2.4.4)
47
+ marcel (~> 0.3.1)
48
+ activesupport (5.2.4.4)
49
+ concurrent-ruby (~> 1.0, >= 1.0.2)
50
+ i18n (>= 0.7, < 2)
51
+ minitest (~> 5.1)
52
+ tzinfo (~> 1.1)
53
+ arel (9.0.0)
54
+ builder (3.2.4)
55
+ concurrent-ruby (1.1.7)
56
+ crass (1.0.6)
57
+ erubi (1.9.0)
58
+ ffi (1.13.1)
59
+ globalid (0.4.2)
60
+ activesupport (>= 4.2.0)
61
+ i18n (1.8.5)
62
+ concurrent-ruby (~> 1.0)
63
+ loofah (2.7.0)
64
+ crass (~> 1.0.2)
65
+ nokogiri (>= 1.5.9)
66
+ mail (2.7.1)
67
+ mini_mime (>= 0.1.1)
68
+ marcel (0.3.3)
69
+ mimemagic (~> 0.3.2)
70
+ method_source (1.0.0)
71
+ mimemagic (0.3.5)
72
+ mini_mime (1.0.2)
73
+ mini_portile2 (2.4.0)
74
+ minitest (5.14.2)
75
+ nio4r (2.5.4)
76
+ nokogiri (1.10.10)
77
+ mini_portile2 (~> 2.4.0)
78
+ rack (2.2.3)
79
+ rack-test (1.1.0)
80
+ rack (>= 1.0, < 3)
81
+ rails (5.2.4.4)
82
+ actioncable (= 5.2.4.4)
83
+ actionmailer (= 5.2.4.4)
84
+ actionpack (= 5.2.4.4)
85
+ actionview (= 5.2.4.4)
86
+ activejob (= 5.2.4.4)
87
+ activemodel (= 5.2.4.4)
88
+ activerecord (= 5.2.4.4)
89
+ activestorage (= 5.2.4.4)
90
+ activesupport (= 5.2.4.4)
91
+ bundler (>= 1.3.0)
92
+ railties (= 5.2.4.4)
93
+ sprockets-rails (>= 2.0.0)
94
+ rails-dom-testing (2.0.3)
95
+ activesupport (>= 4.2.0)
96
+ nokogiri (>= 1.6)
97
+ rails-html-sanitizer (1.3.0)
98
+ loofah (~> 2.3)
99
+ railties (5.2.4.4)
100
+ actionpack (= 5.2.4.4)
101
+ activesupport (= 5.2.4.4)
102
+ method_source
103
+ rake (>= 0.8.7)
104
+ thor (>= 0.19.0, < 2.0)
105
+ rake (13.0.1)
106
+ rb-fsevent (0.10.4)
107
+ rb-inotify (0.10.1)
108
+ ffi (~> 1.0)
109
+ sass (3.7.4)
110
+ sass-listen (~> 4.0.0)
111
+ sass-listen (4.0.0)
112
+ rb-fsevent (~> 0.9, >= 0.9.4)
113
+ rb-inotify (~> 0.9, >= 0.9.7)
114
+ sass-rails (5.1.0)
115
+ railties (>= 5.2.0)
116
+ sass (~> 3.1)
117
+ sprockets (>= 2.8, < 4.0)
118
+ sprockets-rails (>= 2.0, < 4.0)
119
+ tilt (>= 1.1, < 3)
120
+ sprockets (3.7.2)
121
+ concurrent-ruby (~> 1.0)
122
+ rack (> 1, < 3)
123
+ sprockets-rails (3.2.2)
124
+ actionpack (>= 4.0)
125
+ activesupport (>= 4.0)
126
+ sprockets (>= 3.0.0)
127
+ thor (1.0.1)
128
+ thread_safe (0.3.6)
129
+ tilt (2.0.10)
130
+ tzinfo (1.2.7)
131
+ thread_safe (~> 0.1)
132
+ websocket-driver (0.7.3)
133
+ websocket-extensions (>= 0.1.0)
134
+ websocket-extensions (0.1.5)
135
+
136
+ PLATFORMS
137
+ ruby
138
+
139
+ DEPENDENCIES
140
+ bundler (~> 2)
141
+ minitest (~> 5.0)
142
+ mitlibraries-theme!
143
+ rake (>= 12.3.3)
144
+
145
+ BUNDLED WITH
146
+ 2.1.4
@@ -1,17 +1,15 @@
1
1
  <div class="wrap-outer-footer-institute layout-band">
2
2
  <div class="wrap-footer-institute">
3
- <div class="footer-info-institute">
4
- <a class="link-logo-mit" href="https://www.mit.edu" alt="Massachusetts Institute of Technology Logo">
3
+ <footer class="footer-info-institute" aria-label="MIT footer" role="contentinfo">
4
+ <a class="link-logo-mit" href="https://www.mit.edu">
5
5
  <span class="sr">MIT</span>
6
- <svg version="1.1" xmlns="https://www.w3.org/2000/svg" x="0" y="0" width="54" height="28" viewBox="0 0 54 28" enable-background="new 0 0 54 28" xml:space="preserve" class="logo-mit"><rect x="28.9" y="8.9" width="5.8" height="19.1" class="color"/><rect width="5.8" height="28"/><rect x="9.6" width="5.8" height="18.8"/><rect x="19.3" width="5.8" height="28"/><rect x="38.5" y="8.9" width="5.8" height="19.1"/><rect x="38.8" width="15.2" height="5.6"/><rect x="28.9" width="5.8" height="5.6"/></svg>
6
+ <svg x="0" y="0" width="54" height="28" viewBox="0 0 54 28" enable-background="new 0 0 54 28" xml:space="preserve" class="logo-mit"><rect x="28.9" y="8.9" width="5.8" height="19.1" class="color"/><rect width="5.8" height="28"/><rect x="9.6" width="5.8" height="18.8"/><rect x="19.3" width="5.8" height="28"/><rect x="38.5" y="8.9" width="5.8" height="19.1"/><rect x="38.8" width="15.2" height="5.6"/><rect x="28.9" width="5.8" height="5.6"/></svg>
7
7
  </a>
8
8
  <div class="about-mit">
9
9
  <span class="item">Massachusetts Institute of Technology</span>
10
- <span class="item">77 Massachusetts Avenue</span>
11
- <span class="item">Cambridge MA 02139-4307</span>
12
10
  </div>
13
- <div class="license">Licensed under the <a href="https://creativecommons.org/licenses/by-nc/2.0/" class="license-cc">Creative Commons Attribution Non-Commercial License</a> unless otherwise noted. <a href="https://libraries.mit.edu/research-support/notices/copyright-notify/">Notify us about copyright concerns</a>.
14
- </div><!-- end .footer-info-institute -->
15
- </div>
11
+ <div class="license">Content created by the MIT Libraries, <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC</a> unless otherwise noted. <a href="https://libraries.mit.edu/research-support/notices/copyright-notify/">Notify us about copyright concerns</a>.
12
+ </div>
13
+ </footer><!-- end .footer-info-institute -->
16
14
  </div>
17
15
  </div>
@@ -50,7 +50,7 @@
50
50
  <nav aria-label="MIT Libraries policy menu">
51
51
  <span class="item"><a href="https://libraries.mit.edu/privacy" class="link-sub">Privacy</a></span>
52
52
  <span class="item"><a href="https://libraries.mit.edu/permissions" class="link-sub">Permissions</a></span>
53
- <span class="item"><a href="https://accessibility.mit.edu/" class="link-sub">Accessibility</a></span>
53
+ <span class="item"><a href="https://libraries.mit.edu/accessibility" class="link-sub">Accessibility</a></span>
54
54
  </nav>
55
55
  </div>
56
56
  </div>
@@ -1,5 +1,5 @@
1
1
  module Mitlibraries
2
2
  module Theme
3
- VERSION = '0.4.0.pre.2'.freeze
3
+ VERSION = '0.4.0.pre.3'.freeze
4
4
  end
5
5
  end
@@ -20,9 +20,9 @@ Gem::Specification.new do |spec|
20
20
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
21
  spec.require_paths = ['lib']
22
22
 
23
- spec.add_development_dependency 'bundler', '~> 1.16'
23
+ spec.add_development_dependency 'bundler', '~> 2'
24
24
  spec.add_development_dependency 'minitest', '~> 5.0'
25
- spec.add_development_dependency 'rake', '~> 10.0'
25
+ spec.add_development_dependency "rake", ">= 12.3.3"
26
26
  spec.add_dependency 'rails', '~> 5'
27
27
  spec.add_dependency 'sass', '~> 3.4'
28
28
  spec.add_dependency 'sass-rails', '~> 5'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mitlibraries-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.pre.2
4
+ version: 0.4.0.pre.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Prevost
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.16'
19
+ version: '2'
20
20
  type: :development
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: '1.16'
26
+ version: '2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '10.0'
47
+ version: 12.3.3
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: '10.0'
54
+ version: 12.3.3
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rails
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -105,6 +105,7 @@ files:
105
105
  - ".travis.yml"
106
106
  - CODE_OF_CONDUCT.md
107
107
  - Gemfile
108
+ - Gemfile.lock
108
109
  - LICENSE.txt
109
110
  - Makefile
110
111
  - README.md