jekyll-octicons 8.5.0.pre.abfa3a3 → 8.5.0.pre.1004aac
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: e4c022dad96a8052d2e5f78b7efe3be030c397d9baba6e95b289a2e261c284cf
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 2b8b307a41cb62669ac9c5662bb6d46aae2a0987d910a9408d38f24b62738c8a
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: ee9110b77cd652fcd884da7aae42d488c2c145b1a8dae37e5afc9bc47bcd6040c352e4a38a66dabd322c39ff101d1e2d5eb3053e630ecd4a13a57f074e104cd3
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: e74066838d8f5ae66277c2dbfd53629198b68867162c74d92acbc16796c4e2b52bf5782f01f716d4d86a02f51423fc367704721610f2b54e6694ee990638290b
         
     | 
    
        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: 8.5.0.pre. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 8.5.0.pre.1004aac
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - GitHub Inc.
         
     | 
| 
         @@ -30,14 +30,14 @@ dependencies: 
     | 
|
| 
       30 
30 
     | 
    
         
             
                requirements:
         
     | 
| 
       31 
31 
     | 
    
         
             
                - - '='
         
     | 
| 
       32 
32 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       33 
     | 
    
         
            -
                    version: 8.5.0.pre. 
     | 
| 
      
 33 
     | 
    
         
            +
                    version: 8.5.0.pre.1004aac
         
     | 
| 
       34 
34 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       35 
35 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       36 
36 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       37 
37 
     | 
    
         
             
                requirements:
         
     | 
| 
       38 
38 
     | 
    
         
             
                - - '='
         
     | 
| 
       39 
39 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       40 
     | 
    
         
            -
                    version: 8.5.0.pre. 
     | 
| 
      
 40 
     | 
    
         
            +
                    version: 8.5.0.pre.1004aac
         
     | 
| 
       41 
41 
     | 
    
         
             
            description: A jekyll liquid plugin that makes including svg Octicons simple.
         
     | 
| 
       42 
42 
     | 
    
         
             
            email:
         
     | 
| 
       43 
43 
     | 
    
         
             
            - support@github.com
         
     |