provision-vagrant 1.0.4 → 1.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b31fd2f59802a71cc1d006a5acbd405aaafb8dbc01e17b041993be4c61c5556
4
- data.tar.gz: 331bf2a3f572b40720289c189eef9206d8015e81d6fb7ae1a331a68669dca636
3
+ metadata.gz: 2e711bf26cd8a9ecbe7c0276b6167f35a1b4669ca31c96c385250f0aad0e2be7
4
+ data.tar.gz: 9500976219a3bc5ec4f0c42952e23f0cf31f7df01771bc2492aac7f95c6e2881
5
5
  SHA512:
6
- metadata.gz: 3c217826762ffc9b28dc6acb09c5d15b586640433e04ba7b51437777b770af307519a29cd8d766de0a309c11f3886284c850c8c72d5c2cf94982885f3cd75516
7
- data.tar.gz: b959226fb1774489fd022cb6e2f467f519c089eea7a0055b79a3c7f1647ba4813a83c7347edcebdfd167f7066d3f3342e83aa17bb63082076e2414336f83f492
6
+ metadata.gz: 4ec4525497a3dd9ee11e29a703a2702efdf91ff1ba0d80bbb9d086ae18838954a86890c2a513dadb976aba73ab754913c85782a5ffc75de9dcec4077202f87c3
7
+ data.tar.gz: 65e8b2038f89efb36b833e6f51d7fde29cb98481f6b57455bd356610a257a7ad7cff4875762673f6c68ff9cc43c9c787eeb9102002f01a30518a8ad92a76d056
@@ -10,7 +10,7 @@ end
10
10
  def main
11
11
  include ProvisionVagrant
12
12
 
13
- ProvisionVagrant.help('New project name must be specified. Ex: provision-vagrant foo-app' ) if ARG.empty?
13
+ ProvisionVagrant.help('New project name must be specified. Ex: provision-vagrant foo-app' ) if ARGV.empty?
14
14
 
15
15
  project_name = ARGV[0]
16
16
  options[:project_name] = project_name
@@ -6,7 +6,7 @@ module ProvisionVagrant
6
6
  VAGRANTFILE_TARGET_NAME = "Vagrantfile"
7
7
 
8
8
  def self.version
9
- "1.0.4"
9
+ "1.1.0"
10
10
  end
11
11
 
12
12
  def self.write_string_to_File(string, file_path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: provision-vagrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shanti Braford