lds-cf-plugin 0.4.1 → 0.4.2

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.
@@ -9,8 +9,8 @@ module LdsCfPlugin
9
9
 
10
10
  desc "Create an Oracle service"
11
11
  group :lds, :services
12
- input :plan, :desc => "The plan for your service. (Existing, or Provisioned)", :argument => :optional
13
12
  input :name, :desc => "Name for your service", :argument => :optional
13
+ input :plan, :desc => "The plan for your service. (Existing, or Provisioned)", :argument => :optional
14
14
  input :service, :desc => "The Oracle database to connect to if using 'Existing' plan.", :argument => :optional
15
15
  input :schema, :desc => "The schema (user) to use if using 'Existing' plan.", :argument => :optional
16
16
  input :password, :desc => "The password used to connect to the database if using 'Existing' plan.", :argument => :optional
@@ -1,3 +1,3 @@
1
1
  module LdsCfPlugin
2
- VERSION = "0.4.1".freeze
2
+ VERSION = "0.4.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lds-cf-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: