github-pages 157 → 158
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/github-pages/configuration.rb +1 -13
- data/lib/github-pages/version.rb +1 -1
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz: ' | 
| 3 | 
            +
              metadata.gz: 26c726fddbbd539d41bf596a87f8f82924ee400d
         | 
| 4 | 
            +
              data.tar.gz: '0088cc6d13920042e54d7655463cadc5fd4fde39'
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 1c76db07a3dcc700c6d904e603118e2a71db84de671f96b66d41c9d44d700b7a33d55890ef1794b007fc405315fcbdbe1a58db27df587e779c7131eea3eaf48b
         | 
| 7 | 
            +
              data.tar.gz: 7b719d880796ea2ef65e35414a7c1234ec2c6a3ea024465bb46be8ce9e72a2c2a3e8205f243cb860a4f20c3278401fa9b9f187b7808ce79b3de963fc54d72048
         | 
| @@ -137,19 +137,7 @@ module GitHubPages | |
| 137 137 | 
             
                  # Set the site's configuration with all the proper defaults and overrides.
         | 
| 138 138 | 
             
                  # Should be called by #set to protect against multiple processings.
         | 
| 139 139 | 
             
                  def set!(site)
         | 
| 140 | 
            -
                    config = effective_config(site.config)
         | 
| 141 | 
            -
             | 
| 142 | 
            -
                    # Assign everything to the site
         | 
| 143 | 
            -
                    site.instance_variable_set :@config, config
         | 
| 144 | 
            -
             | 
| 145 | 
            -
                    # Ensure all
         | 
| 146 | 
            -
                    CONFIGS_WITH_METHODS.each do |opt|
         | 
| 147 | 
            -
                      site.public_send("#{opt}=", site.config[opt])
         | 
| 148 | 
            -
                    end
         | 
| 149 | 
            -
             | 
| 150 | 
            -
                    # While Configuration renamed the gems key to plugins, Site retained
         | 
| 151 | 
            -
                    # backwards compatability and must be set manually
         | 
| 152 | 
            -
                    site.gems = site.config["plugins"]
         | 
| 140 | 
            +
                    site.config = effective_config(site.config)
         | 
| 153 141 | 
             
                  end
         | 
| 154 142 | 
             
                end
         | 
| 155 143 | 
             
              end
         | 
    
        data/lib/github-pages/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: github-pages
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: ' | 
| 4 | 
            +
              version: '158'
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - GitHub, Inc.
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2017- | 
| 11 | 
            +
            date: 2017-09-05 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: jekyll
         |