disabling bundler-audit since we aren't locked
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
engines:
|
engines:
|
||||||
bundler-audit:
|
bundler-audit:
|
||||||
enabled: true
|
enabled: false
|
||||||
duplication:
|
duplication:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
@@ -16,5 +16,6 @@ ratings:
|
|||||||
- Gemfile.lock
|
- Gemfile.lock
|
||||||
- "**.rb"
|
- "**.rb"
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- spec/
|
- spec/
|
||||||
- templates/
|
- templates/
|
||||||
|
- doc/
|
||||||
|
|||||||
@@ -8,11 +8,9 @@ require 'zanzibar/error'
|
|||||||
require 'zanzibar/defaults'
|
require 'zanzibar/defaults'
|
||||||
|
|
||||||
module Zanzibar
|
module Zanzibar
|
||||||
|
|
||||||
##
|
##
|
||||||
# The `zanzibar` binary/thor application main class.
|
# The `zanzibar` binary/thor application main class.
|
||||||
# See http://whatisthor.com/ for information on syntax.
|
# See http://whatisthor.com/ for information on syntax.
|
||||||
|
|
||||||
class Cli < Thor
|
class Cli < Thor
|
||||||
include Thor::Actions
|
include Thor::Actions
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module Zanzibar
|
|||||||
##
|
##
|
||||||
# Class for performing low-level WSDL actions against Secret Server
|
# Class for performing low-level WSDL actions against Secret Server
|
||||||
class Client
|
class Client
|
||||||
|
|
||||||
##
|
##
|
||||||
# Initializes the Savon client class variable with the wdsl document location and optional global variables
|
# Initializes the Savon client class variable with the wdsl document location and optional global variables
|
||||||
# @param globals{}, optional
|
# @param globals{}, optional
|
||||||
|
|||||||
Reference in New Issue
Block a user