vagrant-tagprovision 0.0.4 → 0.0.5

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: f0519d319d2c7188b7b1bec7f9ea0b2c423e6b7b
4
- data.tar.gz: 8e83ad5565da905854521690eaf9353777a447cb
3
+ metadata.gz: 81bbb236dcbe93fb89361b2d398fd6f1914f337c
4
+ data.tar.gz: 8919d93f112bc207fca770bf1f88bb016d0411b3
5
5
  SHA512:
6
- metadata.gz: e0c7582d9819ad7161e6a8526e7e74a48551fe124b80e2981e3a6795d08e24091a448bef2ee21e7c779a40a4ccd1f8c1fe20876bae0dc7e7226a74744a56ef68
7
- data.tar.gz: 803adcdcfd6c44336f5b71c375ce7a989158a92ef55a8b81e3f3591c354fe89b30b7691e8f7aaa41f98031c1e387003a231b3c4086d449a417403bcce4557321
6
+ metadata.gz: 7f276c788aa973941c757e928585ff996dff84adea7d92eb742ebf50e3fffc4b33acfb05d2682de22aa6cfe4ec464a21020b6358de0f03ac3cdfef40a4c98e9a
7
+ data.tar.gz: 357ca9e7fca0d4eccc5cc17d48883ced7adfb3b8d3ffd838d873613b22ba1d59a3e0299a3a92022d21a35024dd7dd72c91115eb4183fb57b16e6c81123fb9c4e
@@ -13,11 +13,6 @@ module VagrantPlugins
13
13
  This plugin tags the git repo when a server is provisioned.
14
14
  DESC
15
15
 
16
- #TODO replace this with 'set token' that takes a param.
17
- command "tagprovision-config" do
18
- require_relative "command"
19
- Command
20
- end
21
16
 
22
17
  action_hook("Tagprovision_hook", :machine_action_up) do |hook|
23
18
  require_relative "action"
@@ -33,11 +28,6 @@ module VagrantPlugins
33
28
  require_relative "action"
34
29
  hook.prepend(Action)
35
30
  end
36
-
37
- config(:Tagprovision) do
38
- require_relative "config"
39
- Config
40
- end
41
31
  end
42
32
  end
43
33
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Tagprovision
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-tagprovision
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - jimrobinson
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 2.4.5.1
79
+ rubygems_version: 2.5.1
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Vagrant plugin that tags a git repo when servers are provisioned.