From af9af4aecf3dab941ff5d06fd25a8cef0d5cab51 Mon Sep 17 00:00:00 2001 From: Judah Hamaoui Date: Wed, 12 Dec 2018 10:15:46 -0800 Subject: [PATCH] Add license text --- Gemfile | 21 ++++++++++++++++++ Rakefile | 21 ++++++++++++++++++ bin/console | 21 ++++++++++++++++++ bin/setup | 21 ++++++++++++++++++ exe/gzr | 21 ++++++++++++++++++ gzr.gemspec | 21 ++++++++++++++++++ lib/gzr.rb | 21 ++++++++++++++++++ lib/gzr/cli.rb | 21 ++++++++++++++++++ lib/gzr/command.rb | 21 ++++++++++++++++++ lib/gzr/commands/connection.rb | 21 ++++++++++++++++++ lib/gzr/commands/connection/dialects.rb | 21 ++++++++++++++++++ lib/gzr/commands/connection/ls.rb | 21 ++++++++++++++++++ lib/gzr/commands/dashboard.rb | 21 ++++++++++++++++++ lib/gzr/commands/dashboard/cat.rb | 21 ++++++++++++++++++ lib/gzr/commands/dashboard/import.rb | 21 ++++++++++++++++++ lib/gzr/commands/dashboard/rm.rb | 21 ++++++++++++++++++ lib/gzr/commands/group.rb | 21 ++++++++++++++++++ lib/gzr/commands/group/ls.rb | 21 ++++++++++++++++++ lib/gzr/commands/group/member_groups.rb | 21 ++++++++++++++++++ lib/gzr/commands/group/member_users.rb | 21 ++++++++++++++++++ lib/gzr/commands/look.rb | 21 ++++++++++++++++++ lib/gzr/commands/look/cat.rb | 21 ++++++++++++++++++ lib/gzr/commands/look/import.rb | 21 ++++++++++++++++++ lib/gzr/commands/look/rm.rb | 21 ++++++++++++++++++ lib/gzr/commands/model.rb | 21 ++++++++++++++++++ lib/gzr/commands/model/ls.rb | 21 ++++++++++++++++++ lib/gzr/commands/plan.rb | 21 ++++++++++++++++++ lib/gzr/commands/plan/cat.rb | 21 ++++++++++++++++++ lib/gzr/commands/plan/disable.rb | 21 ++++++++++++++++++ lib/gzr/commands/plan/enable.rb | 21 ++++++++++++++++++ lib/gzr/commands/plan/failures.rb | 21 ++++++++++++++++++ lib/gzr/commands/plan/import.rb | 21 ++++++++++++++++++ lib/gzr/commands/plan/ls.rb | 21 ++++++++++++++++++ lib/gzr/commands/plan/rm.rb | 21 ++++++++++++++++++ lib/gzr/commands/plan/run.rb | 21 ++++++++++++++++++ lib/gzr/commands/query.rb | 21 ++++++++++++++++++ lib/gzr/commands/query/runquery.rb | 21 ++++++++++++++++++ lib/gzr/commands/role.rb | 21 ++++++++++++++++++ lib/gzr/commands/role/cat.rb | 21 ++++++++++++++++++ lib/gzr/commands/role/group_add.rb | 21 ++++++++++++++++++ lib/gzr/commands/role/group_ls.rb | 21 ++++++++++++++++++ lib/gzr/commands/role/group_rm.rb | 21 ++++++++++++++++++ lib/gzr/commands/role/ls.rb | 21 ++++++++++++++++++ lib/gzr/commands/role/rm.rb | 21 ++++++++++++++++++ lib/gzr/commands/role/user_add.rb | 21 ++++++++++++++++++ lib/gzr/commands/role/user_ls.rb | 21 ++++++++++++++++++ lib/gzr/commands/role/user_rm.rb | 21 ++++++++++++++++++ lib/gzr/commands/space.rb | 21 ++++++++++++++++++ lib/gzr/commands/space/cat.rb | 21 ++++++++++++++++++ lib/gzr/commands/space/create.rb | 21 ++++++++++++++++++ lib/gzr/commands/space/export.rb | 21 ++++++++++++++++++ lib/gzr/commands/space/ls.rb | 21 ++++++++++++++++++ lib/gzr/commands/space/rm.rb | 21 ++++++++++++++++++ lib/gzr/commands/space/top.rb | 23 +++++++++++++++++++- lib/gzr/commands/space/tree.rb | 21 ++++++++++++++++++ lib/gzr/commands/subcommandbase.rb | 21 ++++++++++++++++++ lib/gzr/commands/user.rb | 21 ++++++++++++++++++ lib/gzr/commands/user/cat.rb | 21 ++++++++++++++++++ lib/gzr/commands/user/disable.rb | 21 ++++++++++++++++++ lib/gzr/commands/user/enable.rb | 21 ++++++++++++++++++ lib/gzr/commands/user/ls.rb | 21 ++++++++++++++++++ lib/gzr/commands/user/me.rb | 21 ++++++++++++++++++ lib/gzr/modules/connection.rb | 21 ++++++++++++++++++ lib/gzr/modules/dashboard.rb | 21 ++++++++++++++++++ lib/gzr/modules/filehelper.rb | 21 ++++++++++++++++++ lib/gzr/modules/group.rb | 21 ++++++++++++++++++ lib/gzr/modules/look.rb | 21 ++++++++++++++++++ lib/gzr/modules/model.rb | 21 ++++++++++++++++++ lib/gzr/modules/plan.rb | 21 ++++++++++++++++++ lib/gzr/modules/role.rb | 21 ++++++++++++++++++ lib/gzr/modules/session.rb | 21 ++++++++++++++++++ lib/gzr/modules/space.rb | 21 ++++++++++++++++++ lib/gzr/modules/user.rb | 21 ++++++++++++++++++ lib/gzr/version.rb | 21 ++++++++++++++++++ spec/integration/connection/dialects_spec.rb | 21 ++++++++++++++++++ spec/integration/connection/ls_spec.rb | 21 ++++++++++++++++++ spec/integration/connection_spec.rb | 21 ++++++++++++++++++ spec/integration/dashboard/cat_spec.rb | 21 ++++++++++++++++++ spec/integration/dashboard/import_spec.rb | 21 ++++++++++++++++++ spec/integration/dashboard/rm_spec.rb | 21 ++++++++++++++++++ spec/integration/dashboard_spec.rb | 21 ++++++++++++++++++ spec/integration/group/ls_spec.rb | 21 ++++++++++++++++++ spec/integration/group/member_groups_spec.rb | 21 ++++++++++++++++++ spec/integration/group/member_users_spec.rb | 21 ++++++++++++++++++ spec/integration/group_spec.rb | 21 ++++++++++++++++++ spec/integration/look/cat_spec.rb | 21 ++++++++++++++++++ spec/integration/look/import_spec.rb | 21 ++++++++++++++++++ spec/integration/look/rm_spec.rb | 21 ++++++++++++++++++ spec/integration/look_spec.rb | 21 ++++++++++++++++++ spec/integration/model/ls_spec.rb | 21 ++++++++++++++++++ spec/integration/model_spec.rb | 21 ++++++++++++++++++ spec/integration/plan/cat_spec.rb | 21 ++++++++++++++++++ spec/integration/plan/disable_spec.rb | 21 ++++++++++++++++++ spec/integration/plan/enable_spec.rb | 21 ++++++++++++++++++ spec/integration/plan/failures_spec.rb | 21 ++++++++++++++++++ spec/integration/plan/import_spec.rb | 21 ++++++++++++++++++ spec/integration/plan/ls_spec.rb | 21 ++++++++++++++++++ spec/integration/plan/rm_spec.rb | 21 ++++++++++++++++++ spec/integration/plan/run_spec.rb | 21 ++++++++++++++++++ spec/integration/plan_spec.rb | 21 ++++++++++++++++++ spec/integration/query/runquery_spec.rb | 21 ++++++++++++++++++ spec/integration/query_spec.rb | 21 ++++++++++++++++++ spec/integration/role/cat_spec.rb | 21 ++++++++++++++++++ spec/integration/role/group_add_spec.rb | 21 ++++++++++++++++++ spec/integration/role/group_ls_spec.rb | 21 ++++++++++++++++++ spec/integration/role/group_rm_spec.rb | 21 ++++++++++++++++++ spec/integration/role/ls_spec.rb | 21 ++++++++++++++++++ spec/integration/role/rm_spec.rb | 21 ++++++++++++++++++ spec/integration/role/user_add_spec.rb | 21 ++++++++++++++++++ spec/integration/role/user_ls_spec.rb | 21 ++++++++++++++++++ spec/integration/role/user_rm_spec.rb | 21 ++++++++++++++++++ spec/integration/role_spec.rb | 21 ++++++++++++++++++ spec/integration/space/cat_spec.rb | 21 ++++++++++++++++++ spec/integration/space/create_spec.rb | 21 ++++++++++++++++++ spec/integration/space/export_spec.rb | 21 ++++++++++++++++++ spec/integration/space/ls_spec.rb | 21 ++++++++++++++++++ spec/integration/space/rm_spec.rb | 21 ++++++++++++++++++ spec/integration/space/top_spec.rb | 21 ++++++++++++++++++ spec/integration/space/tree_spec.rb | 21 ++++++++++++++++++ spec/integration/space_spec.rb | 21 ++++++++++++++++++ spec/integration/user/cat_spec.rb | 21 ++++++++++++++++++ spec/integration/user/disable_spec.rb | 21 ++++++++++++++++++ spec/integration/user/enable_spec.rb | 21 ++++++++++++++++++ spec/integration/user/ls_spec.rb | 21 ++++++++++++++++++ spec/integration/user/me_spec.rb | 21 ++++++++++++++++++ spec/integration/user_spec.rb | 21 ++++++++++++++++++ spec/lkr_spec.rb | 21 ++++++++++++++++++ spec/spec_helper.rb | 21 ++++++++++++++++++ spec/unit/connection/dialects_spec.rb | 21 ++++++++++++++++++ spec/unit/connection/ls_spec.rb | 21 ++++++++++++++++++ spec/unit/dashboard/cat_spec.rb | 21 ++++++++++++++++++ spec/unit/dashboard/import_spec.rb | 21 ++++++++++++++++++ spec/unit/dashboard/rm_spec.rb | 21 ++++++++++++++++++ spec/unit/group/ls_spec.rb | 21 ++++++++++++++++++ spec/unit/group/member_groups_spec.rb | 21 ++++++++++++++++++ spec/unit/group/member_users_spec.rb | 21 ++++++++++++++++++ spec/unit/look/cat_spec.rb | 21 ++++++++++++++++++ spec/unit/look/import_spec.rb | 21 ++++++++++++++++++ spec/unit/look/rm_spec.rb | 21 ++++++++++++++++++ spec/unit/model/ls_spec.rb | 21 ++++++++++++++++++ spec/unit/plan/cat_spec.rb | 21 ++++++++++++++++++ spec/unit/plan/disable_spec.rb | 21 ++++++++++++++++++ spec/unit/plan/enable_spec.rb | 21 ++++++++++++++++++ spec/unit/plan/failures_spec.rb | 21 ++++++++++++++++++ spec/unit/plan/import_spec.rb | 21 ++++++++++++++++++ spec/unit/plan/ls_spec.rb | 21 ++++++++++++++++++ spec/unit/plan/rm_spec.rb | 21 ++++++++++++++++++ spec/unit/plan/run_spec.rb | 21 ++++++++++++++++++ spec/unit/query/runquery_spec.rb | 21 ++++++++++++++++++ spec/unit/role/cat_spec.rb | 21 ++++++++++++++++++ spec/unit/role/group_add_spec.rb | 21 ++++++++++++++++++ spec/unit/role/group_ls_spec.rb | 21 ++++++++++++++++++ spec/unit/role/group_rm_spec.rb | 21 ++++++++++++++++++ spec/unit/role/ls_spec.rb | 21 ++++++++++++++++++ spec/unit/role/rm_spec.rb | 21 ++++++++++++++++++ spec/unit/role/user_add_spec.rb | 21 ++++++++++++++++++ spec/unit/role/user_ls_spec.rb | 21 ++++++++++++++++++ spec/unit/role/user_rm_spec.rb | 21 ++++++++++++++++++ spec/unit/space/cat_spec.rb | 21 ++++++++++++++++++ spec/unit/space/create_spec.rb | 21 ++++++++++++++++++ spec/unit/space/export_spec.rb | 21 ++++++++++++++++++ spec/unit/space/ls_spec.rb | 21 ++++++++++++++++++ spec/unit/space/rm_spec.rb | 21 ++++++++++++++++++ spec/unit/space/top_spec.rb | 21 ++++++++++++++++++ spec/unit/space/tree_spec.rb | 21 ++++++++++++++++++ spec/unit/user/cat_spec.rb | 21 ++++++++++++++++++ spec/unit/user/disable_spec.rb | 21 ++++++++++++++++++ spec/unit/user/enable_spec.rb | 21 ++++++++++++++++++ spec/unit/user/ls_spec.rb | 21 ++++++++++++++++++ spec/unit/user/me_spec.rb | 21 ++++++++++++++++++ 170 files changed, 3571 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e72a41b..a3252d2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RUBY_VERSION = File.read(File.join(File.dirname(__FILE__), '.ruby-version')).split('-').last.chomp ruby '2.3.3', engine: 'ruby', engine_version: RUBY_VERSION diff --git a/Rakefile b/Rakefile index b7e9ed5..8f49e9a 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require "bundler/gem_tasks" require "rspec/core/rake_task" diff --git a/bin/console b/bin/console index 688d51a..25812a5 100755 --- a/bin/console +++ b/bin/console @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + #!/usr/bin/env ruby require "bundler/setup" diff --git a/bin/setup b/bin/setup index dce67d8..8e36769 100755 --- a/bin/setup +++ b/bin/setup @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + #!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' diff --git a/exe/gzr b/exe/gzr index eb68609..21c0043 100755 --- a/exe/gzr +++ b/exe/gzr @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + #!/usr/bin/env ruby # frozen_string_literal: true diff --git a/gzr.gemspec b/gzr.gemspec index 3d77238..e1087ab 100644 --- a/gzr.gemspec +++ b/gzr.gemspec @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "gzr/version" diff --git a/lib/gzr.rb b/lib/gzr.rb index a02430a..eaefc34 100644 --- a/lib/gzr.rb +++ b/lib/gzr.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require "gzr/version" module Gzr diff --git a/lib/gzr/cli.rb b/lib/gzr/cli.rb index 57c11fd..776bbdd 100644 --- a/lib/gzr/cli.rb +++ b/lib/gzr/cli.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require 'thor' diff --git a/lib/gzr/command.rb b/lib/gzr/command.rb index 2ec72b9..fd8e025 100644 --- a/lib/gzr/command.rb +++ b/lib/gzr/command.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require 'forwardable' diff --git a/lib/gzr/commands/connection.rb b/lib/gzr/commands/connection.rb index d133b92..d9c3d71 100644 --- a/lib/gzr/commands/connection.rb +++ b/lib/gzr/commands/connection.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative 'subcommandbase' diff --git a/lib/gzr/commands/connection/dialects.rb b/lib/gzr/commands/connection/dialects.rb index 5051433..80888f7 100644 --- a/lib/gzr/commands/connection/dialects.rb +++ b/lib/gzr/commands/connection/dialects.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/connection/ls.rb b/lib/gzr/commands/connection/ls.rb index 4c5b550..bc3f71d 100644 --- a/lib/gzr/commands/connection/ls.rb +++ b/lib/gzr/commands/connection/ls.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/dashboard.rb b/lib/gzr/commands/dashboard.rb index e9156ed..d0d6f2b 100644 --- a/lib/gzr/commands/dashboard.rb +++ b/lib/gzr/commands/dashboard.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative 'subcommandbase' diff --git a/lib/gzr/commands/dashboard/cat.rb b/lib/gzr/commands/dashboard/cat.rb index e50177b..d61c5c8 100644 --- a/lib/gzr/commands/dashboard/cat.rb +++ b/lib/gzr/commands/dashboard/cat.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require 'json' diff --git a/lib/gzr/commands/dashboard/import.rb b/lib/gzr/commands/dashboard/import.rb index 3d9c7b5..e339a96 100644 --- a/lib/gzr/commands/dashboard/import.rb +++ b/lib/gzr/commands/dashboard/import.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../../gzr' diff --git a/lib/gzr/commands/dashboard/rm.rb b/lib/gzr/commands/dashboard/rm.rb index a9eac9f..e2561b2 100644 --- a/lib/gzr/commands/dashboard/rm.rb +++ b/lib/gzr/commands/dashboard/rm.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/group.rb b/lib/gzr/commands/group.rb index 8bf79dd..772ab13 100644 --- a/lib/gzr/commands/group.rb +++ b/lib/gzr/commands/group.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative 'subcommandbase' diff --git a/lib/gzr/commands/group/ls.rb b/lib/gzr/commands/group/ls.rb index 9850688..1082c65 100644 --- a/lib/gzr/commands/group/ls.rb +++ b/lib/gzr/commands/group/ls.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/group/member_groups.rb b/lib/gzr/commands/group/member_groups.rb index 9ffebc6..28bde23 100644 --- a/lib/gzr/commands/group/member_groups.rb +++ b/lib/gzr/commands/group/member_groups.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/group/member_users.rb b/lib/gzr/commands/group/member_users.rb index bb9a86e..1f4e8f2 100644 --- a/lib/gzr/commands/group/member_users.rb +++ b/lib/gzr/commands/group/member_users.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/look.rb b/lib/gzr/commands/look.rb index a963202..119b01a 100644 --- a/lib/gzr/commands/look.rb +++ b/lib/gzr/commands/look.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative 'subcommandbase' diff --git a/lib/gzr/commands/look/cat.rb b/lib/gzr/commands/look/cat.rb index ea367f7..2731fa8 100644 --- a/lib/gzr/commands/look/cat.rb +++ b/lib/gzr/commands/look/cat.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/look/import.rb b/lib/gzr/commands/look/import.rb index 9d9df9f..e0e600a 100644 --- a/lib/gzr/commands/look/import.rb +++ b/lib/gzr/commands/look/import.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/look/rm.rb b/lib/gzr/commands/look/rm.rb index 80e548e..179c08d 100644 --- a/lib/gzr/commands/look/rm.rb +++ b/lib/gzr/commands/look/rm.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/model.rb b/lib/gzr/commands/model.rb index 2698735..c94a552 100644 --- a/lib/gzr/commands/model.rb +++ b/lib/gzr/commands/model.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative 'subcommandbase' diff --git a/lib/gzr/commands/model/ls.rb b/lib/gzr/commands/model/ls.rb index 887d42f..00984f1 100644 --- a/lib/gzr/commands/model/ls.rb +++ b/lib/gzr/commands/model/ls.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/plan.rb b/lib/gzr/commands/plan.rb index 4f16d94..c1de1e0 100644 --- a/lib/gzr/commands/plan.rb +++ b/lib/gzr/commands/plan.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative 'subcommandbase' diff --git a/lib/gzr/commands/plan/cat.rb b/lib/gzr/commands/plan/cat.rb index e5c30ff..a8df121 100644 --- a/lib/gzr/commands/plan/cat.rb +++ b/lib/gzr/commands/plan/cat.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/plan/disable.rb b/lib/gzr/commands/plan/disable.rb index df5e155..eb814c6 100644 --- a/lib/gzr/commands/plan/disable.rb +++ b/lib/gzr/commands/plan/disable.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/plan/enable.rb b/lib/gzr/commands/plan/enable.rb index dac1360..4cca0fd 100644 --- a/lib/gzr/commands/plan/enable.rb +++ b/lib/gzr/commands/plan/enable.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/plan/failures.rb b/lib/gzr/commands/plan/failures.rb index dff74db..bdc555e 100644 --- a/lib/gzr/commands/plan/failures.rb +++ b/lib/gzr/commands/plan/failures.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/plan/import.rb b/lib/gzr/commands/plan/import.rb index da3f7bf..eed6df5 100644 --- a/lib/gzr/commands/plan/import.rb +++ b/lib/gzr/commands/plan/import.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/plan/ls.rb b/lib/gzr/commands/plan/ls.rb index 3557a7c..b6c905a 100644 --- a/lib/gzr/commands/plan/ls.rb +++ b/lib/gzr/commands/plan/ls.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/plan/rm.rb b/lib/gzr/commands/plan/rm.rb index 177c4b7..cd2ebbf 100644 --- a/lib/gzr/commands/plan/rm.rb +++ b/lib/gzr/commands/plan/rm.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/plan/run.rb b/lib/gzr/commands/plan/run.rb index 801a955..7ad7228 100644 --- a/lib/gzr/commands/plan/run.rb +++ b/lib/gzr/commands/plan/run.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/query.rb b/lib/gzr/commands/query.rb index fdd83fb..02cfe42 100644 --- a/lib/gzr/commands/query.rb +++ b/lib/gzr/commands/query.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative 'subcommandbase' diff --git a/lib/gzr/commands/query/runquery.rb b/lib/gzr/commands/query/runquery.rb index 0319888..9f2290e 100644 --- a/lib/gzr/commands/query/runquery.rb +++ b/lib/gzr/commands/query/runquery.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/role.rb b/lib/gzr/commands/role.rb index 20aa2cf..b64f844 100644 --- a/lib/gzr/commands/role.rb +++ b/lib/gzr/commands/role.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require 'thor' diff --git a/lib/gzr/commands/role/cat.rb b/lib/gzr/commands/role/cat.rb index c5c5639..68cf869 100644 --- a/lib/gzr/commands/role/cat.rb +++ b/lib/gzr/commands/role/cat.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/role/group_add.rb b/lib/gzr/commands/role/group_add.rb index 48ba5c3..4691231 100644 --- a/lib/gzr/commands/role/group_add.rb +++ b/lib/gzr/commands/role/group_add.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/role/group_ls.rb b/lib/gzr/commands/role/group_ls.rb index 60dd561..8bb3967 100644 --- a/lib/gzr/commands/role/group_ls.rb +++ b/lib/gzr/commands/role/group_ls.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/role/group_rm.rb b/lib/gzr/commands/role/group_rm.rb index 0e9c502..d8cff36 100644 --- a/lib/gzr/commands/role/group_rm.rb +++ b/lib/gzr/commands/role/group_rm.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/role/ls.rb b/lib/gzr/commands/role/ls.rb index 976a8db..137b90e 100644 --- a/lib/gzr/commands/role/ls.rb +++ b/lib/gzr/commands/role/ls.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/role/rm.rb b/lib/gzr/commands/role/rm.rb index f100f44..51c34c1 100644 --- a/lib/gzr/commands/role/rm.rb +++ b/lib/gzr/commands/role/rm.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/role/user_add.rb b/lib/gzr/commands/role/user_add.rb index fb437db..3d9ee44 100644 --- a/lib/gzr/commands/role/user_add.rb +++ b/lib/gzr/commands/role/user_add.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/role/user_ls.rb b/lib/gzr/commands/role/user_ls.rb index d4e4b48..dd39088 100644 --- a/lib/gzr/commands/role/user_ls.rb +++ b/lib/gzr/commands/role/user_ls.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/role/user_rm.rb b/lib/gzr/commands/role/user_rm.rb index a8c0e5d..7259995 100644 --- a/lib/gzr/commands/role/user_rm.rb +++ b/lib/gzr/commands/role/user_rm.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/space.rb b/lib/gzr/commands/space.rb index 5577d18..c11817e 100644 --- a/lib/gzr/commands/space.rb +++ b/lib/gzr/commands/space.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative 'subcommandbase' diff --git a/lib/gzr/commands/space/cat.rb b/lib/gzr/commands/space/cat.rb index d867da8..3bb4f17 100644 --- a/lib/gzr/commands/space/cat.rb +++ b/lib/gzr/commands/space/cat.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/space/create.rb b/lib/gzr/commands/space/create.rb index bbc7261..51fe457 100644 --- a/lib/gzr/commands/space/create.rb +++ b/lib/gzr/commands/space/create.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/space/export.rb b/lib/gzr/commands/space/export.rb index 766b9c0..4f140a5 100644 --- a/lib/gzr/commands/space/export.rb +++ b/lib/gzr/commands/space/export.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/space/ls.rb b/lib/gzr/commands/space/ls.rb index 2b382a0..0f68424 100644 --- a/lib/gzr/commands/space/ls.rb +++ b/lib/gzr/commands/space/ls.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/space/rm.rb b/lib/gzr/commands/space/rm.rb index c0a6015..b7c4529 100644 --- a/lib/gzr/commands/space/rm.rb +++ b/lib/gzr/commands/space/rm.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/space/top.rb b/lib/gzr/commands/space/top.rb index 86eb17e..cbc08f3 100644 --- a/lib/gzr/commands/space/top.rb +++ b/lib/gzr/commands/space/top.rb @@ -1,4 +1,25 @@ -# frozen_string_literal: true +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +frozen_string_literal: true require_relative '../../command' require_relative '../../modules/space' diff --git a/lib/gzr/commands/space/tree.rb b/lib/gzr/commands/space/tree.rb index d26350d..c0cb060 100644 --- a/lib/gzr/commands/space/tree.rb +++ b/lib/gzr/commands/space/tree.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/subcommandbase.rb b/lib/gzr/commands/subcommandbase.rb index 63f7f77..af51005 100644 --- a/lib/gzr/commands/subcommandbase.rb +++ b/lib/gzr/commands/subcommandbase.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require 'thor' diff --git a/lib/gzr/commands/user.rb b/lib/gzr/commands/user.rb index 2022b80..9539954 100644 --- a/lib/gzr/commands/user.rb +++ b/lib/gzr/commands/user.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative 'subcommandbase' diff --git a/lib/gzr/commands/user/cat.rb b/lib/gzr/commands/user/cat.rb index e65c488..211fa2f 100644 --- a/lib/gzr/commands/user/cat.rb +++ b/lib/gzr/commands/user/cat.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/user/disable.rb b/lib/gzr/commands/user/disable.rb index ea4a07a..8044a12 100644 --- a/lib/gzr/commands/user/disable.rb +++ b/lib/gzr/commands/user/disable.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/user/enable.rb b/lib/gzr/commands/user/enable.rb index 5ed9c71..4587361 100644 --- a/lib/gzr/commands/user/enable.rb +++ b/lib/gzr/commands/user/enable.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/user/ls.rb b/lib/gzr/commands/user/ls.rb index 4ef063f..2b56b55 100644 --- a/lib/gzr/commands/user/ls.rb +++ b/lib/gzr/commands/user/ls.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/commands/user/me.rb b/lib/gzr/commands/user/me.rb index 2b4e6cc..b29f9fd 100644 --- a/lib/gzr/commands/user/me.rb +++ b/lib/gzr/commands/user/me.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require_relative '../../command' diff --git a/lib/gzr/modules/connection.rb b/lib/gzr/modules/connection.rb index 7a37ada..6b56884 100644 --- a/lib/gzr/modules/connection.rb +++ b/lib/gzr/modules/connection.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true module Gzr diff --git a/lib/gzr/modules/dashboard.rb b/lib/gzr/modules/dashboard.rb index f4da5f5..dfacd56 100644 --- a/lib/gzr/modules/dashboard.rb +++ b/lib/gzr/modules/dashboard.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true module Gzr diff --git a/lib/gzr/modules/filehelper.rb b/lib/gzr/modules/filehelper.rb index 61105eb..30333f1 100644 --- a/lib/gzr/modules/filehelper.rb +++ b/lib/gzr/modules/filehelper.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require 'pathname' diff --git a/lib/gzr/modules/group.rb b/lib/gzr/modules/group.rb index a98f9d7..0427a57 100644 --- a/lib/gzr/modules/group.rb +++ b/lib/gzr/modules/group.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true module Gzr diff --git a/lib/gzr/modules/look.rb b/lib/gzr/modules/look.rb index 7835b9f..2c34135 100644 --- a/lib/gzr/modules/look.rb +++ b/lib/gzr/modules/look.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true module Gzr diff --git a/lib/gzr/modules/model.rb b/lib/gzr/modules/model.rb index 5818eee..b5b8342 100644 --- a/lib/gzr/modules/model.rb +++ b/lib/gzr/modules/model.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true module Gzr diff --git a/lib/gzr/modules/plan.rb b/lib/gzr/modules/plan.rb index 55a14e0..93c4ffe 100644 --- a/lib/gzr/modules/plan.rb +++ b/lib/gzr/modules/plan.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true module Gzr diff --git a/lib/gzr/modules/role.rb b/lib/gzr/modules/role.rb index 2be8628..06348e2 100644 --- a/lib/gzr/modules/role.rb +++ b/lib/gzr/modules/role.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true module Gzr diff --git a/lib/gzr/modules/session.rb b/lib/gzr/modules/session.rb index 9d23b33..a1b1077 100644 --- a/lib/gzr/modules/session.rb +++ b/lib/gzr/modules/session.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true require 'pastel' diff --git a/lib/gzr/modules/space.rb b/lib/gzr/modules/space.rb index ebcbb59..b45fb20 100644 --- a/lib/gzr/modules/space.rb +++ b/lib/gzr/modules/space.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true module Gzr diff --git a/lib/gzr/modules/user.rb b/lib/gzr/modules/user.rb index 7505c85..8f9bf74 100644 --- a/lib/gzr/modules/user.rb +++ b/lib/gzr/modules/user.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + # frozen_string_literal: true module Gzr diff --git a/lib/gzr/version.rb b/lib/gzr/version.rb index 04ef802..b89cac2 100644 --- a/lib/gzr/version.rb +++ b/lib/gzr/version.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + module Gzr VERSION = "0.2.7" end diff --git a/spec/integration/connection/dialects_spec.rb b/spec/integration/connection/dialects_spec.rb index 8782f35..5749121 100644 --- a/spec/integration/connection/dialects_spec.rb +++ b/spec/integration/connection/dialects_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr connection dialects` command", type: :cli do it "executes `connection dialects --help` command successfully" do output = `gzr connection dialects --help` diff --git a/spec/integration/connection/ls_spec.rb b/spec/integration/connection/ls_spec.rb index 3446f4a..09c44c9 100644 --- a/spec/integration/connection/ls_spec.rb +++ b/spec/integration/connection/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr connection ls` command", type: :cli do it "executes `connection ls --help` command successfully" do output = `gzr connection ls --help` diff --git a/spec/integration/connection_spec.rb b/spec/integration/connection_spec.rb index ba331a7..a5d6210 100644 --- a/spec/integration/connection_spec.rb +++ b/spec/integration/connection_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr connection` command", type: :cli do it "executes `connection --help` command successfully" do output = `gzr connection --help` diff --git a/spec/integration/dashboard/cat_spec.rb b/spec/integration/dashboard/cat_spec.rb index e3b1e37..55340b6 100644 --- a/spec/integration/dashboard/cat_spec.rb +++ b/spec/integration/dashboard/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr dashboard cat` command", type: :cli do it "executes `dashboard cat --help` command successfully" do output = `gzr dashboard cat --help` diff --git a/spec/integration/dashboard/import_spec.rb b/spec/integration/dashboard/import_spec.rb index 688b615..e7451bd 100644 --- a/spec/integration/dashboard/import_spec.rb +++ b/spec/integration/dashboard/import_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr dashboard import` command", type: :cli do it "executes `dashboard import --help` command successfully" do output = `gzr dashboard import --help` diff --git a/spec/integration/dashboard/rm_spec.rb b/spec/integration/dashboard/rm_spec.rb index 73fc9e2..bb34b7d 100644 --- a/spec/integration/dashboard/rm_spec.rb +++ b/spec/integration/dashboard/rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr dashboard rm` command", type: :cli do it "executes `dashboard rm --help` command successfully" do output = `gzr dashboard rm --help` diff --git a/spec/integration/dashboard_spec.rb b/spec/integration/dashboard_spec.rb index c20b30a..91d346c 100644 --- a/spec/integration/dashboard_spec.rb +++ b/spec/integration/dashboard_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr dashboard` command", type: :cli do it "executes `dashboard --help` command successfully" do output = `gzr dashboard --help` diff --git a/spec/integration/group/ls_spec.rb b/spec/integration/group/ls_spec.rb index b34b935..95a63b8 100644 --- a/spec/integration/group/ls_spec.rb +++ b/spec/integration/group/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr group ls` command", type: :cli do it "executes `group ls --help` command successfully" do output = `gzr group ls --help` diff --git a/spec/integration/group/member_groups_spec.rb b/spec/integration/group/member_groups_spec.rb index 10b2dea..411d75c 100644 --- a/spec/integration/group/member_groups_spec.rb +++ b/spec/integration/group/member_groups_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr group member_groups` command", type: :cli do it "executes `group member_groups --help` command successfully" do output = `gzr group member_groups --help` diff --git a/spec/integration/group/member_users_spec.rb b/spec/integration/group/member_users_spec.rb index a8ee063..017a12a 100644 --- a/spec/integration/group/member_users_spec.rb +++ b/spec/integration/group/member_users_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr group member_users` command", type: :cli do it "executes `group member_users --help` command successfully" do output = `gzr group member_users --help` diff --git a/spec/integration/group_spec.rb b/spec/integration/group_spec.rb index 19012b3..85b456e 100644 --- a/spec/integration/group_spec.rb +++ b/spec/integration/group_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr group` command", type: :cli do it "executes `group --help` command successfully" do output = `gzr group --help` diff --git a/spec/integration/look/cat_spec.rb b/spec/integration/look/cat_spec.rb index 45e4812..4973c00 100644 --- a/spec/integration/look/cat_spec.rb +++ b/spec/integration/look/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr look cat` command", type: :cli do it "executes `look cat --help` command successfully" do output = `gzr look cat --help` diff --git a/spec/integration/look/import_spec.rb b/spec/integration/look/import_spec.rb index 6809c81..b50f210 100644 --- a/spec/integration/look/import_spec.rb +++ b/spec/integration/look/import_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr look import` command", type: :cli do it "executes `look import --help` command successfully" do output = `gzr look import --help` diff --git a/spec/integration/look/rm_spec.rb b/spec/integration/look/rm_spec.rb index cd355ec..8556bf2 100644 --- a/spec/integration/look/rm_spec.rb +++ b/spec/integration/look/rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr look rm` command", type: :cli do it "executes `look rm --help` command successfully" do output = `gzr look rm --help` diff --git a/spec/integration/look_spec.rb b/spec/integration/look_spec.rb index d86c7f8..29a36a1 100644 --- a/spec/integration/look_spec.rb +++ b/spec/integration/look_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr look` command", type: :cli do it "executes `look --help` command successfully" do output = `gzr look --help` diff --git a/spec/integration/model/ls_spec.rb b/spec/integration/model/ls_spec.rb index cfd869e..a9abcf5 100644 --- a/spec/integration/model/ls_spec.rb +++ b/spec/integration/model/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr model ls` command", type: :cli do it "executes `model ls --help` command successfully" do output = `gzr model ls --help` diff --git a/spec/integration/model_spec.rb b/spec/integration/model_spec.rb index 714e778..7b71e8b 100644 --- a/spec/integration/model_spec.rb +++ b/spec/integration/model_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr model` command", type: :cli do it "executes `model --help` command successfully" do output = `gzr model --help` diff --git a/spec/integration/plan/cat_spec.rb b/spec/integration/plan/cat_spec.rb index 6ff12cd..4f8862c 100644 --- a/spec/integration/plan/cat_spec.rb +++ b/spec/integration/plan/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr plan cat` command", type: :cli do it "executes `gzr plan help cat` command successfully" do output = `gzr plan help cat` diff --git a/spec/integration/plan/disable_spec.rb b/spec/integration/plan/disable_spec.rb index e365fb2..e102f41 100644 --- a/spec/integration/plan/disable_spec.rb +++ b/spec/integration/plan/disable_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr plan disable` command", type: :cli do it "executes `gzr plan help disable` command successfully" do output = `gzr plan help disable` diff --git a/spec/integration/plan/enable_spec.rb b/spec/integration/plan/enable_spec.rb index 6522f72..372bb57 100644 --- a/spec/integration/plan/enable_spec.rb +++ b/spec/integration/plan/enable_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr plan enable` command", type: :cli do it "executes `gzr plan help enable` command successfully" do output = `gzr plan help enable` diff --git a/spec/integration/plan/failures_spec.rb b/spec/integration/plan/failures_spec.rb index 6f5ddc6..22a0637 100644 --- a/spec/integration/plan/failures_spec.rb +++ b/spec/integration/plan/failures_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr plan failures` command", type: :cli do it "executes `gzr plan help failures` command successfully" do output = `gzr plan help failures` diff --git a/spec/integration/plan/import_spec.rb b/spec/integration/plan/import_spec.rb index 33b659d..c67b9b4 100644 --- a/spec/integration/plan/import_spec.rb +++ b/spec/integration/plan/import_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr plan import` command", type: :cli do it "executes `gzr plan help import` command successfully" do output = `gzr plan help import` diff --git a/spec/integration/plan/ls_spec.rb b/spec/integration/plan/ls_spec.rb index 394877e..f7f7046 100644 --- a/spec/integration/plan/ls_spec.rb +++ b/spec/integration/plan/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr plan ls` command", type: :cli do it "executes `gzr plan help ls` command successfully" do output = `gzr plan help ls` diff --git a/spec/integration/plan/rm_spec.rb b/spec/integration/plan/rm_spec.rb index 3374f81..7d2aa2e 100644 --- a/spec/integration/plan/rm_spec.rb +++ b/spec/integration/plan/rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr plan rm` command", type: :cli do it "executes `gzr plan help rm` command successfully" do output = `gzr plan help rm` diff --git a/spec/integration/plan/run_spec.rb b/spec/integration/plan/run_spec.rb index bd95008..dfb70f9 100644 --- a/spec/integration/plan/run_spec.rb +++ b/spec/integration/plan/run_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr plan runit` command", type: :cli do it "executes `gzr plan help runit` command successfully" do output = `gzr plan help runit` diff --git a/spec/integration/plan_spec.rb b/spec/integration/plan_spec.rb index f731720..907a253 100644 --- a/spec/integration/plan_spec.rb +++ b/spec/integration/plan_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr plan` command", type: :cli do it "executes `gzr help plan` command successfully" do output = `gzr help plan` diff --git a/spec/integration/query/runquery_spec.rb b/spec/integration/query/runquery_spec.rb index 7efe39d..3187824 100644 --- a/spec/integration/query/runquery_spec.rb +++ b/spec/integration/query/runquery_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr query runquery` command", type: :cli do it "executes `gzr query help runquery` command successfully" do output = `gzr query help runquery` diff --git a/spec/integration/query_spec.rb b/spec/integration/query_spec.rb index 5be2a2b..26b9374 100644 --- a/spec/integration/query_spec.rb +++ b/spec/integration/query_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr query` command", type: :cli do it "executes `gzr help query` command successfully" do output = `gzr help query` diff --git a/spec/integration/role/cat_spec.rb b/spec/integration/role/cat_spec.rb index bc5182c..5319cf4 100644 --- a/spec/integration/role/cat_spec.rb +++ b/spec/integration/role/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr role cat` command", type: :cli do it "executes `gzr role help cat` command successfully" do output = `gzr role help cat` diff --git a/spec/integration/role/group_add_spec.rb b/spec/integration/role/group_add_spec.rb index 0d4f0f5..1ea76ee 100644 --- a/spec/integration/role/group_add_spec.rb +++ b/spec/integration/role/group_add_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr role group_add` command", type: :cli do it "executes `gzr role help group_add` command successfully" do output = `gzr role help group_add` diff --git a/spec/integration/role/group_ls_spec.rb b/spec/integration/role/group_ls_spec.rb index 9570c7d..a0d917d 100644 --- a/spec/integration/role/group_ls_spec.rb +++ b/spec/integration/role/group_ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr role group_ls` command", type: :cli do it "executes `gzr role help group_ls` command successfully" do output = `gzr role help group_ls` diff --git a/spec/integration/role/group_rm_spec.rb b/spec/integration/role/group_rm_spec.rb index 2173ef3..2b39564 100644 --- a/spec/integration/role/group_rm_spec.rb +++ b/spec/integration/role/group_rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr role group_rm` command", type: :cli do it "executes `gzr role help group_rm` command successfully" do output = `gzr role help group_rm` diff --git a/spec/integration/role/ls_spec.rb b/spec/integration/role/ls_spec.rb index 063cdd2..1afb004 100644 --- a/spec/integration/role/ls_spec.rb +++ b/spec/integration/role/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr role ls` command", type: :cli do it "executes `gzr role help ls` command successfully" do output = `gzr role help ls` diff --git a/spec/integration/role/rm_spec.rb b/spec/integration/role/rm_spec.rb index 6f931cb..a9ef518 100644 --- a/spec/integration/role/rm_spec.rb +++ b/spec/integration/role/rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr role rm` command", type: :cli do it "executes `gzr role help rm` command successfully" do output = `gzr role help rm` diff --git a/spec/integration/role/user_add_spec.rb b/spec/integration/role/user_add_spec.rb index 2ceb5ff..ec3ebb8 100644 --- a/spec/integration/role/user_add_spec.rb +++ b/spec/integration/role/user_add_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr role user_add` command", type: :cli do it "executes `gzr role help user_add` command successfully" do output = `gzr role help user_add` diff --git a/spec/integration/role/user_ls_spec.rb b/spec/integration/role/user_ls_spec.rb index cf30d09..2afe993 100644 --- a/spec/integration/role/user_ls_spec.rb +++ b/spec/integration/role/user_ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr role user_ls` command", type: :cli do it "executes `gzr role help user_ls` command successfully" do output = `gzr role help user_ls` diff --git a/spec/integration/role/user_rm_spec.rb b/spec/integration/role/user_rm_spec.rb index 73f3ab9..7e8ae47 100644 --- a/spec/integration/role/user_rm_spec.rb +++ b/spec/integration/role/user_rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr role user_rm` command", type: :cli do it "executes `gzr role help user_rm` command successfully" do output = `gzr role help user_rm` diff --git a/spec/integration/role_spec.rb b/spec/integration/role_spec.rb index 580e0de..f5fa062 100644 --- a/spec/integration/role_spec.rb +++ b/spec/integration/role_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr role` command", type: :cli do it "executes `gzr help role` command successfully" do output = `gzr help role` diff --git a/spec/integration/space/cat_spec.rb b/spec/integration/space/cat_spec.rb index 327d5b5..12cd3cb 100644 --- a/spec/integration/space/cat_spec.rb +++ b/spec/integration/space/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr space cat` command", type: :cli do it "executes `space cat --help` command successfully" do output = `gzr space cat --help` diff --git a/spec/integration/space/create_spec.rb b/spec/integration/space/create_spec.rb index 7da346f..8b230d3 100644 --- a/spec/integration/space/create_spec.rb +++ b/spec/integration/space/create_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr space create` command", type: :cli do it "executes `space create --help` command successfully" do output = `gzr space create --help` diff --git a/spec/integration/space/export_spec.rb b/spec/integration/space/export_spec.rb index d62a83b..50583f1 100644 --- a/spec/integration/space/export_spec.rb +++ b/spec/integration/space/export_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr space export` command", type: :cli do it "executes `space export --help` command successfully" do output = `gzr space export --help` diff --git a/spec/integration/space/ls_spec.rb b/spec/integration/space/ls_spec.rb index e45891d..790d402 100644 --- a/spec/integration/space/ls_spec.rb +++ b/spec/integration/space/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr space ls` command", type: :cli do it "executes `space ls --help` command successfully" do output = `gzr space ls --help` diff --git a/spec/integration/space/rm_spec.rb b/spec/integration/space/rm_spec.rb index 7507d76..9c450e6 100644 --- a/spec/integration/space/rm_spec.rb +++ b/spec/integration/space/rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr space rm` command", type: :cli do it "executes `space rm --help` command successfully" do output = `gzr space rm --help` diff --git a/spec/integration/space/top_spec.rb b/spec/integration/space/top_spec.rb index 38da511..afb7980 100644 --- a/spec/integration/space/top_spec.rb +++ b/spec/integration/space/top_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr space top` command", type: :cli do it "executes `space top --help` command successfully" do output = `gzr space top --help` diff --git a/spec/integration/space/tree_spec.rb b/spec/integration/space/tree_spec.rb index 6e22fa6..ec0d971 100644 --- a/spec/integration/space/tree_spec.rb +++ b/spec/integration/space/tree_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr space tree` command", type: :cli do it "executes `space tree --help` command successfully" do output = `gzr space tree --help` diff --git a/spec/integration/space_spec.rb b/spec/integration/space_spec.rb index c66c908..ecf8aea 100644 --- a/spec/integration/space_spec.rb +++ b/spec/integration/space_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr space` command", type: :cli do it "executes `space --help` command successfully" do output = `gzr space --help` diff --git a/spec/integration/user/cat_spec.rb b/spec/integration/user/cat_spec.rb index b00397c..32d9d9b 100644 --- a/spec/integration/user/cat_spec.rb +++ b/spec/integration/user/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr user cat` command", type: :cli do it "executes `gzr user help cat` command successfully" do output = `gzr user help cat` diff --git a/spec/integration/user/disable_spec.rb b/spec/integration/user/disable_spec.rb index dccfaaf..84a079e 100644 --- a/spec/integration/user/disable_spec.rb +++ b/spec/integration/user/disable_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr user disable` command", type: :cli do it "executes `gzr user help disable` command successfully" do output = `gzr user help disable` diff --git a/spec/integration/user/enable_spec.rb b/spec/integration/user/enable_spec.rb index 278f7c2..2bef32f 100644 --- a/spec/integration/user/enable_spec.rb +++ b/spec/integration/user/enable_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr user enable` command", type: :cli do it "executes `gzr user help enable` command successfully" do output = `gzr user help enable` diff --git a/spec/integration/user/ls_spec.rb b/spec/integration/user/ls_spec.rb index 48085d5..2633d42 100644 --- a/spec/integration/user/ls_spec.rb +++ b/spec/integration/user/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr user ls` command", type: :cli do it "executes `user ls --help` command successfully" do output = `gzr user ls --help` diff --git a/spec/integration/user/me_spec.rb b/spec/integration/user/me_spec.rb index 13f0cfd..060d8b6 100644 --- a/spec/integration/user/me_spec.rb +++ b/spec/integration/user/me_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr user me` command", type: :cli do it "executes `user me --help` command successfully" do output = `gzr user me --help` diff --git a/spec/integration/user_spec.rb b/spec/integration/user_spec.rb index a7a2dfe..bcc03fe 100644 --- a/spec/integration/user_spec.rb +++ b/spec/integration/user_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe "`gzr user` command", type: :cli do it "executes `user --help` command successfully" do output = `gzr user --help` diff --git a/spec/lkr_spec.rb b/spec/lkr_spec.rb index 9acf1dd..761bf67 100644 --- a/spec/lkr_spec.rb +++ b/spec/lkr_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + RSpec.describe Gzr do it "has a version number" do expect(Gzr::VERSION).not_to be nil diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 370dbdb..fdf5387 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require "bundler/setup" require "gzr" diff --git a/spec/unit/connection/dialects_spec.rb b/spec/unit/connection/dialects_spec.rb index db8b0d1..3de5c93 100644 --- a/spec/unit/connection/dialects_spec.rb +++ b/spec/unit/connection/dialects_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/connection/dialects' RSpec.describe Gzr::Commands::Connection::Dialects do diff --git a/spec/unit/connection/ls_spec.rb b/spec/unit/connection/ls_spec.rb index 0de1cda..564eca0 100644 --- a/spec/unit/connection/ls_spec.rb +++ b/spec/unit/connection/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/connection/ls' RSpec.describe Gzr::Commands::Connection::Ls do diff --git a/spec/unit/dashboard/cat_spec.rb b/spec/unit/dashboard/cat_spec.rb index 1655aa9..3861585 100644 --- a/spec/unit/dashboard/cat_spec.rb +++ b/spec/unit/dashboard/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/dashboard/cat' RSpec.describe Gzr::Commands::Dashboard::Cat do diff --git a/spec/unit/dashboard/import_spec.rb b/spec/unit/dashboard/import_spec.rb index 6e649f3..56336b4 100644 --- a/spec/unit/dashboard/import_spec.rb +++ b/spec/unit/dashboard/import_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/dashboard/import' RSpec.describe Gzr::Commands::Dashboard::Import do diff --git a/spec/unit/dashboard/rm_spec.rb b/spec/unit/dashboard/rm_spec.rb index 4d73f07..46bf538 100644 --- a/spec/unit/dashboard/rm_spec.rb +++ b/spec/unit/dashboard/rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/dashboard/rm' RSpec.describe Gzr::Commands::Dashboard::Rm do diff --git a/spec/unit/group/ls_spec.rb b/spec/unit/group/ls_spec.rb index f916211..f726fb0 100644 --- a/spec/unit/group/ls_spec.rb +++ b/spec/unit/group/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/group/ls' RSpec.describe Gzr::Commands::Group::Ls do diff --git a/spec/unit/group/member_groups_spec.rb b/spec/unit/group/member_groups_spec.rb index 7776bb1..d01e06a 100644 --- a/spec/unit/group/member_groups_spec.rb +++ b/spec/unit/group/member_groups_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/group/member_groups' RSpec.describe Gzr::Commands::Group::MemberGroups do diff --git a/spec/unit/group/member_users_spec.rb b/spec/unit/group/member_users_spec.rb index 01dbd92..4ad4dd6 100644 --- a/spec/unit/group/member_users_spec.rb +++ b/spec/unit/group/member_users_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/group/member_users' RSpec.describe Gzr::Commands::Group::MemberUsers do diff --git a/spec/unit/look/cat_spec.rb b/spec/unit/look/cat_spec.rb index 9c9c5f9..4add9c9 100644 --- a/spec/unit/look/cat_spec.rb +++ b/spec/unit/look/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/look/cat' RSpec.describe Gzr::Commands::Look::Cat do diff --git a/spec/unit/look/import_spec.rb b/spec/unit/look/import_spec.rb index d020a05..cb4c789 100644 --- a/spec/unit/look/import_spec.rb +++ b/spec/unit/look/import_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/look/import' RSpec.describe Gzr::Commands::Look::Import do diff --git a/spec/unit/look/rm_spec.rb b/spec/unit/look/rm_spec.rb index 7e73dee..e64b252 100644 --- a/spec/unit/look/rm_spec.rb +++ b/spec/unit/look/rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/look/rm' RSpec.describe Gzr::Commands::Look::Rm do diff --git a/spec/unit/model/ls_spec.rb b/spec/unit/model/ls_spec.rb index 900214f..ee0d589 100644 --- a/spec/unit/model/ls_spec.rb +++ b/spec/unit/model/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/model/ls' RSpec.describe Gzr::Commands::Model::Ls do diff --git a/spec/unit/plan/cat_spec.rb b/spec/unit/plan/cat_spec.rb index 8320e55..4d72723 100644 --- a/spec/unit/plan/cat_spec.rb +++ b/spec/unit/plan/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/plan/cat' RSpec.describe Gzr::Commands::Plan::Cat do diff --git a/spec/unit/plan/disable_spec.rb b/spec/unit/plan/disable_spec.rb index 3cbebae..fc4616a 100644 --- a/spec/unit/plan/disable_spec.rb +++ b/spec/unit/plan/disable_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/plan/disable' RSpec.describe Gzr::Commands::Plan::Disable do diff --git a/spec/unit/plan/enable_spec.rb b/spec/unit/plan/enable_spec.rb index e654b8a..97dd963 100644 --- a/spec/unit/plan/enable_spec.rb +++ b/spec/unit/plan/enable_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/plan/enable' RSpec.describe Gzr::Commands::Plan::Enable do diff --git a/spec/unit/plan/failures_spec.rb b/spec/unit/plan/failures_spec.rb index 15ada97..6666795 100644 --- a/spec/unit/plan/failures_spec.rb +++ b/spec/unit/plan/failures_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/plan/failures' RSpec.describe Gzr::Commands::Plan::Failures do diff --git a/spec/unit/plan/import_spec.rb b/spec/unit/plan/import_spec.rb index ee1ce2a..c039830 100644 --- a/spec/unit/plan/import_spec.rb +++ b/spec/unit/plan/import_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/plan/import' RSpec.describe Gzr::Commands::Plan::Import do diff --git a/spec/unit/plan/ls_spec.rb b/spec/unit/plan/ls_spec.rb index 34d0923..70f5779 100644 --- a/spec/unit/plan/ls_spec.rb +++ b/spec/unit/plan/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/plan/ls' RSpec.describe Gzr::Commands::Plan::Ls do diff --git a/spec/unit/plan/rm_spec.rb b/spec/unit/plan/rm_spec.rb index fb18fd4..6b66dc2 100644 --- a/spec/unit/plan/rm_spec.rb +++ b/spec/unit/plan/rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/plan/rm' RSpec.describe Gzr::Commands::Plan::Rm do diff --git a/spec/unit/plan/run_spec.rb b/spec/unit/plan/run_spec.rb index 89feff7..1d2cbb4 100644 --- a/spec/unit/plan/run_spec.rb +++ b/spec/unit/plan/run_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/plan/run' RSpec.describe Gzr::Commands::Plan::RunIt do diff --git a/spec/unit/query/runquery_spec.rb b/spec/unit/query/runquery_spec.rb index 07ca184..62bc741 100644 --- a/spec/unit/query/runquery_spec.rb +++ b/spec/unit/query/runquery_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/query/runquery' RSpec.describe Gzr::Commands::Query::RunQuery do diff --git a/spec/unit/role/cat_spec.rb b/spec/unit/role/cat_spec.rb index 1be6ae9..372906d 100644 --- a/spec/unit/role/cat_spec.rb +++ b/spec/unit/role/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/role/cat' RSpec.describe Gzr::Commands::Role::Cat do diff --git a/spec/unit/role/group_add_spec.rb b/spec/unit/role/group_add_spec.rb index 3a4ccb7..2884520 100644 --- a/spec/unit/role/group_add_spec.rb +++ b/spec/unit/role/group_add_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/role/group_add' RSpec.describe Gzr::Commands::Role::GroupAdd do diff --git a/spec/unit/role/group_ls_spec.rb b/spec/unit/role/group_ls_spec.rb index 34fde43..4c8de57 100644 --- a/spec/unit/role/group_ls_spec.rb +++ b/spec/unit/role/group_ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/role/group_ls' RSpec.describe Gzr::Commands::Role::GroupLs do diff --git a/spec/unit/role/group_rm_spec.rb b/spec/unit/role/group_rm_spec.rb index 970ba30..1915ff3 100644 --- a/spec/unit/role/group_rm_spec.rb +++ b/spec/unit/role/group_rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/role/group_rm' RSpec.describe Gzr::Commands::Role::GroupRm do diff --git a/spec/unit/role/ls_spec.rb b/spec/unit/role/ls_spec.rb index 6cbecc0..08f0311 100644 --- a/spec/unit/role/ls_spec.rb +++ b/spec/unit/role/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/role/ls' RSpec.describe Gzr::Commands::Role::Ls do diff --git a/spec/unit/role/rm_spec.rb b/spec/unit/role/rm_spec.rb index bd01aca..b5a5c0f 100644 --- a/spec/unit/role/rm_spec.rb +++ b/spec/unit/role/rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/role/rm' RSpec.describe Gzr::Commands::Role::Rm do diff --git a/spec/unit/role/user_add_spec.rb b/spec/unit/role/user_add_spec.rb index 1afc27f..6d459ae 100644 --- a/spec/unit/role/user_add_spec.rb +++ b/spec/unit/role/user_add_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/role/user_add' RSpec.describe Gzr::Commands::Role::UserAdd do diff --git a/spec/unit/role/user_ls_spec.rb b/spec/unit/role/user_ls_spec.rb index d2a7bcb..e01f263 100644 --- a/spec/unit/role/user_ls_spec.rb +++ b/spec/unit/role/user_ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/role/user_ls' RSpec.describe Gzr::Commands::Role::UserLs do diff --git a/spec/unit/role/user_rm_spec.rb b/spec/unit/role/user_rm_spec.rb index 17f4a04..b78f68f 100644 --- a/spec/unit/role/user_rm_spec.rb +++ b/spec/unit/role/user_rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/role/user_rm' RSpec.describe Gzr::Commands::Role::UserRm do diff --git a/spec/unit/space/cat_spec.rb b/spec/unit/space/cat_spec.rb index e518f20..746648e 100644 --- a/spec/unit/space/cat_spec.rb +++ b/spec/unit/space/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/space/cat' RSpec.describe Gzr::Commands::Space::Cat do diff --git a/spec/unit/space/create_spec.rb b/spec/unit/space/create_spec.rb index acc8568..73929c5 100644 --- a/spec/unit/space/create_spec.rb +++ b/spec/unit/space/create_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/space/create' RSpec.describe Gzr::Commands::Space::Create do diff --git a/spec/unit/space/export_spec.rb b/spec/unit/space/export_spec.rb index 49f701b..8331ede 100644 --- a/spec/unit/space/export_spec.rb +++ b/spec/unit/space/export_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/space/export' RSpec.describe Gzr::Commands::Space::Export do diff --git a/spec/unit/space/ls_spec.rb b/spec/unit/space/ls_spec.rb index 7cf5803..a3c5286 100644 --- a/spec/unit/space/ls_spec.rb +++ b/spec/unit/space/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/space/ls' RSpec.describe Gzr::Commands::Space::Ls do diff --git a/spec/unit/space/rm_spec.rb b/spec/unit/space/rm_spec.rb index b0bbe29..ead43a5 100644 --- a/spec/unit/space/rm_spec.rb +++ b/spec/unit/space/rm_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/space/rm' RSpec.describe Gzr::Commands::Space::Rm do diff --git a/spec/unit/space/top_spec.rb b/spec/unit/space/top_spec.rb index d484a5d..a9c6e86 100644 --- a/spec/unit/space/top_spec.rb +++ b/spec/unit/space/top_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/space/top' RSpec.describe Gzr::Commands::Space::Top do diff --git a/spec/unit/space/tree_spec.rb b/spec/unit/space/tree_spec.rb index 6d6a716..5ac69cd 100644 --- a/spec/unit/space/tree_spec.rb +++ b/spec/unit/space/tree_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/space/tree' RSpec.describe Gzr::Commands::Space::Tree do diff --git a/spec/unit/user/cat_spec.rb b/spec/unit/user/cat_spec.rb index b0778e9..1350b72 100644 --- a/spec/unit/user/cat_spec.rb +++ b/spec/unit/user/cat_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/user/cat' RSpec.describe Gzr::Commands::User::Cat do diff --git a/spec/unit/user/disable_spec.rb b/spec/unit/user/disable_spec.rb index e889aff..845b21d 100644 --- a/spec/unit/user/disable_spec.rb +++ b/spec/unit/user/disable_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/user/disable' RSpec.describe Gzr::Commands::User::Disable do diff --git a/spec/unit/user/enable_spec.rb b/spec/unit/user/enable_spec.rb index f4e5057..bc8f82d 100644 --- a/spec/unit/user/enable_spec.rb +++ b/spec/unit/user/enable_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/user/enable' RSpec.describe Gzr::Commands::User::Enable do diff --git a/spec/unit/user/ls_spec.rb b/spec/unit/user/ls_spec.rb index e7ca40d..df079fa 100644 --- a/spec/unit/user/ls_spec.rb +++ b/spec/unit/user/ls_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/user/ls' RSpec.describe Gzr::Commands::User::Ls do diff --git a/spec/unit/user/me_spec.rb b/spec/unit/user/me_spec.rb index c9d784b..73ac1d2 100644 --- a/spec/unit/user/me_spec.rb +++ b/spec/unit/user/me_spec.rb @@ -1,3 +1,24 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 Mike DeAngelo Looker Data Sciences, Inc. + +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + require 'gzr/commands/user/me' RSpec.describe Gzr::Commands::User::Me do