vagrant-solidus 0.2.0 → 0.2.1
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 +8 -8
 - data/README.md +1 -1
 - data/lib/vagrant-solidus/provisioner.rb +1 -0
 - data/lib/vagrant-solidus/solidus-box/Vagrantfile +1 -1
 - data/lib/vagrant-solidus/version.rb +1 -1
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,15 +1,15 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            !binary "U0hBMQ==":
         
     | 
| 
       3 
3 
     | 
    
         
             
              metadata.gz: !binary |-
         
     | 
| 
       4 
     | 
    
         
            -
                 
     | 
| 
      
 4 
     | 
    
         
            +
                OTE3ZmExN2U3NGI0NWExNTM0YzY3NjkyZjA1Nzc4NGM2Yjg1YTZmYQ==
         
     | 
| 
       5 
5 
     | 
    
         
             
              data.tar.gz: !binary |-
         
     | 
| 
       6 
     | 
    
         
            -
                 
     | 
| 
      
 6 
     | 
    
         
            +
                M2Q1OGY3NjYyN2M5NzMxMjFkNjJmZTc2MDZkMzFhODI0MmNmNDZmNg==
         
     | 
| 
       7 
7 
     | 
    
         
             
            SHA512:
         
     | 
| 
       8 
8 
     | 
    
         
             
              metadata.gz: !binary |-
         
     | 
| 
       9 
     | 
    
         
            -
                 
     | 
| 
       10 
     | 
    
         
            -
                 
     | 
| 
       11 
     | 
    
         
            -
                 
     | 
| 
      
 9 
     | 
    
         
            +
                ZGZiMGYyODg3OWJmNTM0ODI4M2ViNDYyOTRhOTJmNGRjYmI2OTEyZTcwNzI5
         
     | 
| 
      
 10 
     | 
    
         
            +
                ODcxODk1MThiNzkxMzI1NDhkOWU5NzMzOTEzNWVkNDI5OTk2MTIzYTk2NmEx
         
     | 
| 
      
 11 
     | 
    
         
            +
                OGZlMGM3ZjhmMGUxYWJlMGFhYmUyNDE4ZjVjZDVkY2I5ZmNhYjc=
         
     | 
| 
       12 
12 
     | 
    
         
             
              data.tar.gz: !binary |-
         
     | 
| 
       13 
     | 
    
         
            -
                 
     | 
| 
       14 
     | 
    
         
            -
                 
     | 
| 
       15 
     | 
    
         
            -
                 
     | 
| 
      
 13 
     | 
    
         
            +
                NGM2MTg2MjdkZWUxYTFmMmU1MTA5NTBhNTAyMWUyNmJmYjJiMDg1ZjU3NTI5
         
     | 
| 
      
 14 
     | 
    
         
            +
                OWVhY2MyNmRhN2E4ZmVkYjc0NDNhYmRhODY4NWVkODI4YWVhMTBlMDU5Y2Yz
         
     | 
| 
      
 15 
     | 
    
         
            +
                MTAyYjVkYTI1ZDJlODc3Mjg0ZWQ1MWYyNGM4MDFmMjNmNWEwYmQ=
         
     | 
    
        data/README.md
    CHANGED
    
    | 
         @@ -198,7 +198,7 @@ It's also possible to remove ports reserved by older unused sites. The reserved 
     | 
|
| 
       198 
198 
     | 
    
         
             
            [vagrant]: http://www.vagrantup.com
         
     | 
| 
       199 
199 
     | 
    
         
             
            [vagrantfile]: https://docs.vagrantup.com/v2/vagrantfile/
         
     | 
| 
       200 
200 
     | 
    
         
             
            [vagrant-provider]: http://docs.vagrantup.com/v2/providers
         
     | 
| 
       201 
     | 
    
         
            -
            [vagrant-install]:  
     | 
| 
      
 201 
     | 
    
         
            +
            [vagrant-install]: https://www.vagrantup.com/downloads.html
         
     | 
| 
       202 
202 
     | 
    
         
             
            [vagrant-synced-folders]: http://docs.vagrantup.com/v2/synced-folders/index.html
         
     | 
| 
       203 
203 
     | 
    
         
             
            [vagrant-networking]: http://docs.vagrantup.com/v2/networking/index.html
         
     | 
| 
       204 
204 
     | 
    
         
             
            [vagrant-provisioning]: http://docs.vagrantup.com/v2/provisioning/index.html
         
     | 
| 
         @@ -48,6 +48,7 @@ module VagrantPlugins 
     | 
|
| 
       48 
48 
     | 
    
         
             
                    execute('dos2unix -o ~/.gemrc')
         
     | 
| 
       49 
49 
     | 
    
         | 
| 
       50 
50 
     | 
    
         
             
                    @env.ui.info('Installing rvm and ruby')
         
     | 
| 
      
 51 
     | 
    
         
            +
                    execute('gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3')
         
     | 
| 
       51 
52 
     | 
    
         
             
                    execute('curl -sSL https://get.rvm.io | bash -s stable --ruby=1.9.3-p545')
         
     | 
| 
       52 
53 
     | 
    
         
             
                    execute('source ~/.rvm/scripts/rvm')
         
     | 
| 
       53 
54 
     | 
    
         
             
                    execute('rvm rvmrc warning ignore allGemfiles')
         
     | 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Requirements
         
     | 
| 
       2 
     | 
    
         
            -
            Vagrant.require_version '>= 1.5.0', ' 
     | 
| 
      
 2 
     | 
    
         
            +
            Vagrant.require_version '>= 1.5.0', '!= 1.6.0', '!= 1.6.1', '!= 1.6.2', '!= 1.6.3'
         
     | 
| 
       3 
3 
     | 
    
         
             
            unless Vagrant.has_plugin?('vagrant-solidus')
         
     | 
| 
       4 
4 
     | 
    
         
             
              abort "\033[31mVagrant needs an additional plugin for this box, run `vagrant plugin install vagrant-solidus` and try again\033[0m"
         
     | 
| 
       5 
5 
     | 
    
         
             
            end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: vagrant-solidus
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.2. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.2.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Joannic Laborde
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2014- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2014-11-19 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: bundler
         
     | 
| 
         @@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       93 
93 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       94 
94 
     | 
    
         
             
            requirements: []
         
     | 
| 
       95 
95 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       96 
     | 
    
         
            -
            rubygems_version: 2. 
     | 
| 
      
 96 
     | 
    
         
            +
            rubygems_version: 2.4.4
         
     | 
| 
       97 
97 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       98 
98 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       99 
99 
     | 
    
         
             
            summary: This plugin provides a provisioner and a `site` command that allows Solidus
         
     |