vagrant-cloner 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/vagrant-cloner.gemspec +2 -2
  2. metadata +2 -2
@@ -2,7 +2,7 @@
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
- version = '0.9.1'
5
+ version = '0.9.2'
6
6
 
7
7
  Gem::Specification.new do |gem|
8
8
  gem.name = "vagrant-cloner"
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.email = ["github@robert.net.nz", "rob@yurkowski.net"]
12
12
  gem.description = %q{Copy production resources down to your new VM.}
13
13
  gem.summary = %q{Copy production resources down to your new VM.}
14
- gem.homepage = "https://github.com/robyurkowski/vagrant-cloner/"
14
+ gem.homepage = "https://github.com/rjocoleman/vagrant-cloner/"
15
15
 
16
16
  gem.files = `git ls-files`.split($/)
17
17
  # gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-cloner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -34,7 +34,7 @@ files:
34
34
  - lib/vagrant-cloner/provisioner.rb
35
35
  - lib/vagrant_init.rb
36
36
  - vagrant-cloner.gemspec
37
- homepage: https://github.com/robyurkowski/vagrant-cloner/
37
+ homepage: https://github.com/rjocoleman/vagrant-cloner/
38
38
  licenses: []
39
39
  post_install_message:
40
40
  rdoc_options: []