vagrant-openshift 2.0.0 → 2.0.1

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: b91334619f954dd65a30a86f9d39bf0d8bef0eff
4
- data.tar.gz: 4e33f84aeeb48885bfd3adf47333d14557d91c83
3
+ metadata.gz: acb033502a4178e709d31a39cc71226c88b50d23
4
+ data.tar.gz: 4c848bdfec382e02933d75c3be1a95844b439c1b
5
5
  SHA512:
6
- metadata.gz: 16c9b08cc1f21f9bcc4291500bc96d26b02f38aac2f8b1659a64629e18752f0219bb5a385438144b15c780a33a3198139c86e3d33aee534bd023ca6c711b13c8
7
- data.tar.gz: 3449a265440af515971b5b6ca842c0df01259b6f5e075f9faeded5448a558144f0dc5afbbd1c3ff6f1f6531ac22b50822a1333b3b9df5370c1f96dd480a96bd2
6
+ metadata.gz: c6d441d48d0ae6c186f77213a2842cd48b49445724352108fb2cf44bd4df7134f9425dfc2a1995c407f862f2e03d7cf2e2c42420a704bd7a94b4cd8da7f1c854
7
+ data.tar.gz: de2de3908c380749c8296e5fff97007d707d18364a9cee2100e9b53a71040915ea6182722b7758baffa60ec1ee230b2eebf31e3e71d7cf63ff028a4290fbf138
@@ -34,7 +34,7 @@ module Vagrant
34
34
 
35
35
  command "sync-openshift" do
36
36
  require_relative "command/repo_sync_openshift"
37
- Commands::RepoSyncopenshift
37
+ Commands::RepoSyncOpenshift
38
38
  end
39
39
 
40
40
  command "sync-sti" do
@@ -44,12 +44,12 @@ module Vagrant
44
44
 
45
45
  command "build-openshift-base" do
46
46
  require_relative "command/build_openshift_base"
47
- Commands::BuildopenshiftBase
47
+ Commands::BuildOpenshiftBase
48
48
  end
49
49
 
50
50
  command "build-openshift" do
51
51
  require_relative "command/build_openshift"
52
- Commands::Buildopenshift
52
+ Commands::BuildOpenshift
53
53
  end
54
54
 
55
55
  command "build-sti" do
@@ -59,27 +59,27 @@ module Vagrant
59
59
 
60
60
  command "install-openshift" do
61
61
  require_relative "command/install_openshift"
62
- Commands::Installopenshift
62
+ Commands::InstallOpenshift
63
63
  end
64
64
 
65
65
  command "install-openshift-assets-base" do
66
66
  require_relative "command/install_openshift_assets_base"
67
- Commands::InstallopenshiftAssetsBase
67
+ Commands::InstallOpenshiftAssetsBase
68
68
  end
69
69
 
70
70
  command "try-restart-openshift" do
71
71
  require_relative "command/try_restart_openshift"
72
- Commands::TryRestartopenshift
72
+ Commands::TryRestartOpenshift
73
73
  end
74
74
 
75
75
  command "build-openshift-base-images" do
76
76
  require_relative "command/build_openshift_base_images"
77
- Commands::BuildopenshiftBaseImages
77
+ Commands::BuildOpenshiftBaseImages
78
78
  end
79
79
 
80
80
  command "push-openshift-images" do
81
81
  require_relative "command/push_openshift_images"
82
- Commands::PushopenshiftImages
82
+ Commands::PushOpenshiftImages
83
83
  end
84
84
 
85
85
  command "origin-init" do
@@ -89,17 +89,17 @@ module Vagrant
89
89
 
90
90
  command "openshift-local-checkout" do
91
91
  require_relative "command/local_openshift_setup"
92
- Commands::LocalopenshiftSetup
92
+ Commands::LocalOpenshiftSetup
93
93
  end
94
94
 
95
95
  command "push-openshift-release" do
96
96
  require_relative "command/push_openshift_release"
97
- Commands::PushopenshiftRelease
97
+ Commands::PushOpenshiftRelease
98
98
  end
99
99
 
100
100
  command "test-openshift" do
101
101
  require_relative "command/test_openshift"
102
- Commands::Testopenshift
102
+ Commands::TestOpenshift
103
103
  end
104
104
 
105
105
  command "test-sti" do
@@ -134,12 +134,12 @@ module Vagrant
134
134
 
135
135
  command "test-openshift-image" do
136
136
  require_relative "command/test_openshift_image"
137
- Commands::TestopenshiftImage
137
+ Commands::TestOpenshiftImage
138
138
  end
139
139
 
140
140
  command "install-openshift-router" do
141
141
  require_relative "command/install_openshift_router"
142
- Commands::InstallopenshiftRouter
142
+ Commands::InstallOpenshiftRouter
143
143
  end
144
144
 
145
145
  command "install-docker-registry" do
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Vagrant
18
18
  module Openshift
19
- VERSION = "2.0.0"
19
+ VERSION = "2.0.1"
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-openshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Red Hat