timequake 1.0.4 → 1.0.5

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: 2b84fc95cfe195f782c56db07e722fdca159e50846eccece2846a86714beb3d3
4
- data.tar.gz: ebb580d2ccb94feadc0ce89247813c5836f0331245f0def7f71d7f325f5b289a
3
+ metadata.gz: a91a55de3da13b79ff442acc95b1b79fc7efe110445e04be6ee12282d085e7ce
4
+ data.tar.gz: bbb306add00b4b86814b454580fcac44bb204a35c80ed38a636227ef0f6fc428
5
5
  SHA512:
6
- metadata.gz: dc03f3261fd33820608394d0ba4632256f1ecc0678dbe19a758c1c08916845a7a0e476e1f1d624e1821f329e894a32efa8d31fe8edc3e3cd213dc766fa9bb5a8
7
- data.tar.gz: 783e8cb05370b9809192ee40d0904976b663b03f41a8c651ccc02608b79811330aa24c9061b84213e14573d569a29f23a61b20e141a2dc533665211253f33ca6
6
+ metadata.gz: e76d7ba009b9c0c75dc554e56a425dd0a7151ada34d3840136fb890cbcc84fb2887586591c147d20cdb8917b3f165909939643f6f7bb61352f029e4c0a880431
7
+ data.tar.gz: 5d3122b75f0509a8b45eab7dd6936e5597ced8a38529d458b1d633694c62c3987bda0338a7cfa909d5202dc8e83a2fc7d2b64f0c478c8ffa7c29989cde175208
@@ -1,4 +1,4 @@
1
1
  //= require jquery
2
2
  //= require_tree .
3
3
 
4
- console.log('ODYSSEY JS CONNECTED')
4
+ function timequakeJS() { console.log('TIMEQUAKE JS CONNECTED') };
@@ -35,9 +35,16 @@ $warning-color: #EAC435 !default;
35
35
  .violet { color: $violet !important; }
36
36
  .teal { color: $teal !important; }
37
37
  .copy-color { color: $copy-color !important; }
38
+ .primary { color: $primary-color !important; }
39
+ .secondary { color: $secondary-color !important; }
40
+ .tertiary { color: $tertiary-color !important; }
38
41
  .primary-color { color: $primary-color !important; }
39
42
  .secondary-color { color: $secondary-color !important; }
40
43
  .tertiary-color { color: $tertiary-color !important; }
44
+ .success { color: $success-color !important; }
45
+ .info { color: $info-color !important; }
46
+ .danger { color: $danger-color !important; }
47
+ .warning { color: $warning-color !important; }
41
48
 
42
49
  .black-bg { background-color: $black !important; }
43
50
  .gray-bg { background-color: $gray !important; }
@@ -53,6 +60,13 @@ $warning-color: #EAC435 !default;
53
60
  .indigo-bg { background-color: $indigo !important; }
54
61
  .violet-bg { background-color: $violet !important; }
55
62
  .teal-bg { background-color: $teal !important; }
63
+ .primary-bg { background-color: $primary-color !important; }
64
+ .secondary-bg { background-color: $secondary-color !important; }
65
+ .tertiary-bg { background-color: $tertiary-color !important; }
56
66
  .primary-color-bg { background-color: $primary-color !important; }
57
67
  .secondary-color-bg { background-color: $secondary-color !important; }
58
68
  .tertiary-color-bg { background-color: $tertiary-color !important; }
69
+ .success-bg { background-color: $success-color !important; }
70
+ .info-bg { background-color: $info-color !important; }
71
+ .danger-bg { background-color: $danger-color !important; }
72
+ .warning-bg { background-color: $warning-color !important; }
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
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: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Morris
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-23 00:00:00.000000000 Z
11
+ date: 2020-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails