vagrant-registration 0.0.9 → 0.0.10

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
  SHA1:
3
- metadata.gz: e315e6013e06ae4e0e2e443a8f4eda40e1460241
4
- data.tar.gz: a279b9fefcb4e7e1d36ea9f2055d1c0a87599e3a
3
+ metadata.gz: 95002a9b65b579fa9414902063a8a449ee4ed7f7
4
+ data.tar.gz: 88c31346ee8ebea11e045b82b8e20622c05410a4
5
5
  SHA512:
6
- metadata.gz: 99c38ec395222dda39ae3a9debfd4dd8a944735f122328b4be485952c7604b28f21cf4a9d249c6cf3ccc3823dd853855e266a5eb0b1150ed3c6673346a4dd9ec
7
- data.tar.gz: 69771079e48c96a54d18d1eaa330dd275dbb4715aaf2416a9eaf352297cc9a51b97ce4801a368e8c2531fab0f37a98672459a70e51763bbabc53f2365cf7415a
6
+ metadata.gz: 379cedb55b994ca6178f235f3fe78228721a968a1d53d5871367f8f19e9ac1d8a756a6e476e6f6dc6f29473fce365a71d524e4ba5fa8fc266bf66fb071f62299
7
+ data.tar.gz: 73a4dc61e8b1cf05a2745f8f79e2f5b856669ca354d741466e6f93999a5672c6f376eef04d72fc4798761e1d4b18ecd8df2b93f5ef428c7a4d252578d43b43de
@@ -62,7 +62,7 @@ module VagrantPlugins
62
62
 
63
63
  # Check if username and password has been provided in Vagrantfile
64
64
  def credentials_provided?(config)
65
- config.subscriber_username && config.subscriber_password
65
+ config.username && config.password
66
66
  end
67
67
  end
68
68
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Registration
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-registration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Langdon White