jekyll-octicons 9.5.0.pre.bf97e0b → 9.5.0.pre.636a35b
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/lib/jekyll-octicons/version.rb +1 -1
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 0fe4ee673d732cc00b6ee1f5521c3b4e3102cd7b26df365ae244f2b10ffcd6c9
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 483f121850b8dd12447eb81987c24d30468b85187307e7d08b3fd7c3d9dad120
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: e58848052df977de64763cc2883d8403a368753dafc79c4f7f4f03438ac737bf91e75fb46a26b3e4c0b3fa9e49087bd958a0451618f5c8c63a65a15119f91338
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 6576381cb538f972c37327dc0fa80eb1a70368b5ff8e4ccd4c450a7b549dc909206dc3c53556ce95f3b97dd5dae2314ef6476c72dee968ff9647f2c05a5e7a72
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: jekyll-octicons
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 9.5.0.pre. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 9.5.0.pre.636a35b
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - GitHub Inc.
         
     | 
| 
         @@ -36,14 +36,14 @@ dependencies: 
     | 
|
| 
       36 
36 
     | 
    
         
             
                requirements:
         
     | 
| 
       37 
37 
     | 
    
         
             
                - - '='
         
     | 
| 
       38 
38 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       39 
     | 
    
         
            -
                    version: 9.5.0.pre. 
     | 
| 
      
 39 
     | 
    
         
            +
                    version: 9.5.0.pre.636a35b
         
     | 
| 
       40 
40 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       41 
41 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       42 
42 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       43 
43 
     | 
    
         
             
                requirements:
         
     | 
| 
       44 
44 
     | 
    
         
             
                - - '='
         
     | 
| 
       45 
45 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       46 
     | 
    
         
            -
                    version: 9.5.0.pre. 
     | 
| 
      
 46 
     | 
    
         
            +
                    version: 9.5.0.pre.636a35b
         
     | 
| 
       47 
47 
     | 
    
         
             
            description: A jekyll liquid plugin that makes including svg Octicons simple.
         
     | 
| 
       48 
48 
     | 
    
         
             
            email:
         
     | 
| 
       49 
49 
     | 
    
         
             
            - support@github.com
         
     |