timequake 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/app/assets/javascripts/timequake.js +1 -1
 - data/app/assets/stylesheets/timequake/colors.scss +14 -0
 - data/lib/timequake/version.rb +1 -1
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: a91a55de3da13b79ff442acc95b1b79fc7efe110445e04be6ee12282d085e7ce
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: bbb306add00b4b86814b454580fcac44bb204a35c80ed38a636227ef0f6fc428
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: e76d7ba009b9c0c75dc554e56a425dd0a7151ada34d3840136fb890cbcc84fb2887586591c147d20cdb8917b3f165909939643f6f7bb61352f029e4c0a880431
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 5d3122b75f0509a8b45eab7dd6936e5597ced8a38529d458b1d633694c62c3987bda0338a7cfa909d5202dc8e83a2fc7d2b64f0c478c8ffa7c29989cde175208
         
     | 
| 
         @@ -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; }
         
     | 
    
        data/lib/timequake/version.rb
    CHANGED
    
    
    
        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 
     | 
    
         
            +
              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- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2020-07-29 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: jquery-rails
         
     |