vagrant-notify-forwarder2 0.6.0 → 0.6.2
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/Rakefile +5 -0
- data/lib/vagrant-notify-forwarder/version.rb +1 -1
- data/lib/vagrant-notify-forwarder2.rb +1 -0
- metadata +2 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 50a9384ee21222425bf2505fc0bea214710d3e3d7800f3b526851fa2228ab06d
         | 
| 4 | 
            +
              data.tar.gz: 38cd7abee6d9b8ffa4394f23b610c60fe106e464b8f9697d3fc1f01988b9f4aa
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 6520d40da42dd27ce9599dfbf49b7c257cd4add0a0f94b40e5486ffc4292bd3f8f23b6766df0bdbc1846112f41d0737b7a2025973f76c8f8d34395f1653d5b17
         | 
| 7 | 
            +
              data.tar.gz: b4348c8f4bce9507b650b10bd7256e45e372374a35d15ce563059d91c0c9148851ca73de118bf328e0977ba3525814c3411fc25ae43b2f92794290cad9d83999
         | 
    
        data/Rakefile
    CHANGED
    
    | @@ -29,6 +29,11 @@ namespace :dev do | |
| 29 29 | 
             
                sh "vagrant plugin install ./#{GEM_PACKAGE}"
         | 
| 30 30 | 
             
              end
         | 
| 31 31 |  | 
| 32 | 
            +
              desc 'Push the gem to RubyGems (requires configured credentials)'
         | 
| 33 | 
            +
              task :publish => :build do
         | 
| 34 | 
            +
                sh "gem push #{GEM_PACKAGE}"
         | 
| 35 | 
            +
              end
         | 
| 36 | 
            +
             | 
| 32 37 | 
             
              desc 'Run vagrant up using the bundled environment and local plugin path'
         | 
| 33 38 | 
             
              task :up => :bundle do
         | 
| 34 39 | 
             
                sh 'bundle exec vagrant up'
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            require 'vagrant-notify-forwarder'
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: vagrant-notify-forwarder2
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.6. | 
| 4 | 
            +
              version: 0.6.2
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Chris Thomas
         | 
| @@ -32,6 +32,7 @@ files: | |
| 32 32 | 
             
            - lib/vagrant-notify-forwarder/plugin.rb
         | 
| 33 33 | 
             
            - lib/vagrant-notify-forwarder/utils.rb
         | 
| 34 34 | 
             
            - lib/vagrant-notify-forwarder/version.rb
         | 
| 35 | 
            +
            - lib/vagrant-notify-forwarder2.rb
         | 
| 35 36 | 
             
            - vagrant-notify-forwarder.gemspec
         | 
| 36 37 | 
             
            homepage: https://github.com/christhomas/vagrant-notify-forwarder
         | 
| 37 38 | 
             
            licenses:
         |