timequake 2.0.7 → 2.0.10

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: 9dc03f3e49f47bea980ca4b932ecd013a32d7d5e8973143059ed350cebe0e086
4
- data.tar.gz: 9965cafbb8d83a78a3fac81d684c9a028227515bd8f8b15f754ddc6882f2475b
3
+ metadata.gz: b6dbcfc26ccee80f07778196a963e90693981d973250eff7c372fca644b64474
4
+ data.tar.gz: 72a389dc412d7bb29292ca688a3ac45bed4c6bc50d3b3245f5ac89f187602e87
5
5
  SHA512:
6
- metadata.gz: 62d5aac59cfccbffe637855d554b117f3c81d7b3bf1861732fd55870bbd6d730599892878c1160afa8598c2476a70f50be20f4e41e9f69a293904614ff20b0a9
7
- data.tar.gz: ce79bbf5c685782401b890a3e5f02d7e76c62c41052e1444359f16abf1d233418563f1a169bf5fa69530ffd900765290c0cf36322c24a7f4dc92170aaf9d6908
6
+ metadata.gz: 0c1457073d5639cda18e8616ac86666d6938dfe00b3ae5e7dc85d65a19db80db7c5afe2964a2a2c7c1a2ab0cc88beece666834321d8e99bdbb41dc94a218959a
7
+ data.tar.gz: 0f3736a4cc240f4af566149de742cbed95c5b2a54079d662f0f2265ba0a7d3ed946316d4f9899a564169be6fd26e3fd4116eebe3a0c32d01805162341c6a07db
data/Gemfile.lock CHANGED
@@ -1,82 +1,82 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- timequake (2.0.3)
4
+ timequake (2.0.10)
5
5
  jquery-rails (~> 4.4)
6
6
  sass-rails (~> 6.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (6.1.4.1)
12
- actionview (= 6.1.4.1)
13
- activesupport (= 6.1.4.1)
14
- rack (~> 2.0, >= 2.0.9)
11
+ actionpack (7.0.4)
12
+ actionview (= 7.0.4)
13
+ activesupport (= 7.0.4)
14
+ rack (~> 2.0, >= 2.2.0)
15
15
  rack-test (>= 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
17
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (6.1.4.1)
19
- activesupport (= 6.1.4.1)
18
+ actionview (7.0.4)
19
+ activesupport (= 7.0.4)
20
20
  builder (~> 3.1)
21
21
  erubi (~> 1.4)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activesupport (6.1.4.1)
24
+ activesupport (7.0.4)
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
26
26
  i18n (>= 1.6, < 2)
27
27
  minitest (>= 5.1)
28
28
  tzinfo (~> 2.0)
29
- zeitwerk (~> 2.3)
30
29
  builder (3.2.4)
31
- concurrent-ruby (1.1.9)
30
+ concurrent-ruby (1.1.10)
32
31
  crass (1.0.6)
33
- diff-lcs (1.4.4)
34
- erubi (1.10.0)
35
- ffi (1.15.4)
36
- i18n (1.8.11)
32
+ diff-lcs (1.5.0)
33
+ erubi (1.11.0)
34
+ ffi (1.15.5)
35
+ i18n (1.12.0)
37
36
  concurrent-ruby (~> 1.0)
38
- jquery-rails (4.4.0)
37
+ jquery-rails (4.5.0)
39
38
  rails-dom-testing (>= 1, < 3)
40
39
  railties (>= 4.2.0)
41
40
  thor (>= 0.14, < 2.0)
42
- loofah (2.12.0)
41
+ loofah (2.18.0)
43
42
  crass (~> 1.0.2)
44
43
  nokogiri (>= 1.5.9)
45
44
  method_source (1.0.0)
46
- mini_portile2 (2.6.1)
47
- minitest (5.14.4)
48
- nokogiri (1.12.5)
49
- mini_portile2 (~> 2.6.1)
45
+ mini_portile2 (2.8.0)
46
+ minitest (5.16.3)
47
+ nokogiri (1.13.8)
48
+ mini_portile2 (~> 2.8.0)
50
49
  racc (~> 1.4)
51
50
  racc (1.6.0)
52
- rack (2.2.3)
53
- rack-test (1.1.0)
54
- rack (>= 1.0, < 3)
51
+ rack (2.2.4)
52
+ rack-test (2.0.2)
53
+ rack (>= 1.3)
55
54
  rails-dom-testing (2.0.3)
56
55
  activesupport (>= 4.2.0)
57
56
  nokogiri (>= 1.6)
58
- rails-html-sanitizer (1.4.2)
57
+ rails-html-sanitizer (1.4.3)
59
58
  loofah (~> 2.3)
60
- railties (6.1.4.1)
61
- actionpack (= 6.1.4.1)
62
- activesupport (= 6.1.4.1)
59
+ railties (7.0.4)
60
+ actionpack (= 7.0.4)
61
+ activesupport (= 7.0.4)
63
62
  method_source
64
- rake (>= 0.13)
63
+ rake (>= 12.2)
65
64
  thor (~> 1.0)
65
+ zeitwerk (~> 2.5)
66
66
  rake (12.3.3)
67
- rspec (3.9.0)
68
- rspec-core (~> 3.9.0)
69
- rspec-expectations (~> 3.9.0)
70
- rspec-mocks (~> 3.9.0)
71
- rspec-core (3.9.2)
72
- rspec-support (~> 3.9.3)
73
- rspec-expectations (3.9.2)
67
+ rspec (3.11.0)
68
+ rspec-core (~> 3.11.0)
69
+ rspec-expectations (~> 3.11.0)
70
+ rspec-mocks (~> 3.11.0)
71
+ rspec-core (3.11.0)
72
+ rspec-support (~> 3.11.0)
73
+ rspec-expectations (3.11.1)
74
74
  diff-lcs (>= 1.2.0, < 2.0)
75
- rspec-support (~> 3.9.0)
76
- rspec-mocks (3.9.1)
75
+ rspec-support (~> 3.11.0)
76
+ rspec-mocks (3.11.1)
77
77
  diff-lcs (>= 1.2.0, < 2.0)
78
- rspec-support (~> 3.9.0)
79
- rspec-support (3.9.3)
78
+ rspec-support (~> 3.11.0)
79
+ rspec-support (3.11.0)
80
80
  sass-rails (6.0.0)
81
81
  sassc-rails (~> 2.1, >= 2.1.1)
82
82
  sassc (2.4.0)
@@ -87,18 +87,18 @@ GEM
87
87
  sprockets (> 3.0)
88
88
  sprockets-rails
89
89
  tilt
90
- sprockets (4.0.2)
90
+ sprockets (4.1.1)
91
91
  concurrent-ruby (~> 1.0)
92
92
  rack (> 1, < 3)
93
- sprockets-rails (3.2.2)
94
- actionpack (>= 4.0)
95
- activesupport (>= 4.0)
93
+ sprockets-rails (3.4.2)
94
+ actionpack (>= 5.2)
95
+ activesupport (>= 5.2)
96
96
  sprockets (>= 3.0.0)
97
- thor (1.1.0)
98
- tilt (2.0.10)
99
- tzinfo (2.0.4)
97
+ thor (1.2.1)
98
+ tilt (2.0.11)
99
+ tzinfo (2.0.5)
100
100
  concurrent-ruby (~> 1.0)
101
- zeitwerk (2.5.1)
101
+ zeitwerk (2.6.0)
102
102
 
103
103
  PLATFORMS
104
104
  ruby
@@ -13,6 +13,8 @@ $heading-margin: 0 0 .5rem 0 !default;
13
13
  $copy-margin: 0 0 .5rem 0 !default;
14
14
  $copy-line-height: 1.2 !default;
15
15
  $heading-line-height: 1.2 !default;
16
+ $copy-font-weight: normal !default;
17
+ $heading-font-weight: bold !default;
16
18
  $btn-font: $copy-font !default;
17
19
 
18
20
  html {
@@ -27,6 +29,7 @@ html {
27
29
  margin: $copy-margin;
28
30
  font-size: $copy-font-size;
29
31
  line-height: $copy-line-height;
32
+ font-weight: $copy-font-weight;
30
33
  }
31
34
 
32
35
  .heading,
@@ -39,6 +42,7 @@ html {
39
42
  font-family: $heading-font;
40
43
  margin: $heading-margin;
41
44
  line-height: $heading-line-height;
45
+ font-weight: $heading-font-weight;
42
46
  }
43
47
 
44
48
  .heading-1 { font-size: $heading-1-font-size; }
@@ -59,11 +63,11 @@ html {
59
63
  .lg-fz-#{$i} { font-size: #{$i}px !important; }
60
64
  }
61
65
 
62
- @media (min-width: $xlg) {
66
+ @media (min-width: $xlarge) {
63
67
  .xlg-fz-#{$i} { font-size: #{$i}px !important; }
64
68
  }
65
69
 
66
- @media (min-width: $xxlg) {
70
+ @media (min-width: $xxlarge) {
67
71
  .xxlg-fz-#{$i} { font-size: #{$i}px !important; }
68
72
  }
69
73
  }
@@ -64,6 +64,8 @@ $heading-margin: 0 0 .5rem 0;
64
64
  $copy-margin: 0 0 .5rem 0;
65
65
  $copy-line-height: 1.2;
66
66
  $heading-line-height: 1.2;
67
+ $copy-font-weight: normal;
68
+ $heading-font-weight: bold;
67
69
 
68
70
  // BUTTONS
69
71
  $btn-min-width: 145px;
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "2.0.7"
2
+ VERSION = "2.0.10"
3
3
  end
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timequake
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Morris
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails
@@ -120,6 +120,9 @@ files:
120
120
  - timequake-2.0.4.gem
121
121
  - timequake-2.0.5.gem
122
122
  - timequake-2.0.6.gem
123
+ - timequake-2.0.7.gem
124
+ - timequake-2.0.8.gem
125
+ - timequake-2.0.9.gem
123
126
  - timequake.gemspec
124
127
  homepage:
125
128
  licenses: