vagrant-registration 0.0.10 → 0.0.11

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: 95002a9b65b579fa9414902063a8a449ee4ed7f7
4
- data.tar.gz: 88c31346ee8ebea11e045b82b8e20622c05410a4
3
+ metadata.gz: e3a6618588af63c7852552cbf4e5ce79ab13d36a
4
+ data.tar.gz: d3199ceda69643937bab2a8ba6266948a2ac601a
5
5
  SHA512:
6
- metadata.gz: 379cedb55b994ca6178f235f3fe78228721a968a1d53d5871367f8f19e9ac1d8a756a6e476e6f6dc6f29473fce365a71d524e4ba5fa8fc266bf66fb071f62299
7
- data.tar.gz: 73a4dc61e8b1cf05a2745f8f79e2f5b856669ca354d741466e6f93999a5672c6f376eef04d72fc4798761e1d4b18ecd8df2b93f5ef428c7a4d252578d43b43de
6
+ metadata.gz: 6af730ec5035dbcc216a0996f7761c7ef42883ca1f882614911a64c07a3e3b53909edf7ab411bfbc37e54467c9cb89eb36025fb9ad10553c0200cdb68a0dddfa
7
+ data.tar.gz: 1dc370d37eb666c81f4c0f0b0cd1c606a46d825e0ddf9b6593b8197e0638541453334a351e8cbc398d7a8e3a8deea34e3ed33c82dc4d76c9054f9703add13761
@@ -38,7 +38,7 @@ module VagrantPlugins
38
38
  config.skip = true
39
39
  # Accept anything else as default
40
40
  else
41
- config.subscriber_username, config.subscriber_password = register_on_screen(env[:ui])
41
+ config.username, config.password = register_on_screen(env[:ui])
42
42
  end
43
43
  end
44
44
  @logger.info("Registration is forced") if config.force
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Registration
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
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.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Langdon White