avm-tools 0.53.0 → 0.56.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -4
- data/lib/avm/files/formatter.rb +1 -1
- data/lib/avm/git/commit.rb +3 -4
- data/lib/avm/git/commit/class_methods.rb +31 -0
- data/lib/avm/git/commit/deploy.rb +5 -51
- data/lib/avm/git/commit/deploy/appended.rb +37 -0
- data/lib/avm/git/commit/deploy/appended/base.rb +17 -0
- data/lib/avm/git/commit/deploy/appended/directory.rb +32 -0
- data/lib/avm/git/commit/deploy/appended/file_content.rb +28 -0
- data/lib/avm/git/commit/deploy_methods.rb +19 -0
- data/lib/avm/git/issue/complete/_git_subrepos.rb +20 -0
- data/lib/avm/git/issue/complete/_validations.rb +1 -0
- data/lib/avm/git/issue/complete/_working_tree.rb +5 -2
- data/lib/avm/self.rb +5 -0
- data/lib/avm/stereotypes/eac_webapp_base0/deploy.rb +7 -46
- data/lib/avm/stereotypes/eac_webapp_base0/deploy/appended_directories.rb +27 -0
- data/lib/avm/stereotypes/eac_webapp_base0/deploy/file_unit.rb +1 -1
- data/lib/avm/stereotypes/eac_webapp_base0/deploy/git_info.rb +51 -0
- data/lib/avm/stereotypes/eac_webapp_base0/deploy/version.rb +22 -0
- data/lib/avm/tools/runner.rb +8 -24
- data/lib/avm/tools/runner/git/subrepo/check.rb +5 -1
- data/lib/avm/tools/version.rb +1 -1
- data/lib/eac_launcher.rb +0 -3
- data/lib/eac_launcher/git/base/underlying.rb +11 -9
- data/vendor/{gems/eac_git → eac_git}/Gemfile +0 -0
- data/vendor/{gems/eac_git → eac_git}/eac_git.gemspec +1 -1
- data/vendor/{gems/eac_git → eac_git}/lib/eac_git.rb +0 -0
- data/vendor/eac_git/lib/eac_git/executables.rb +44 -0
- data/vendor/{gems/eac_git → eac_git}/lib/eac_git/local.rb +0 -0
- data/vendor/{gems/eac_git → eac_git}/lib/eac_git/local/subrepo.rb +0 -0
- data/vendor/{gems/eac_git → eac_git}/lib/eac_git/local/subrepo/config.rb +0 -0
- data/vendor/{gems/eac_git → eac_git}/lib/eac_git/remote.rb +0 -0
- data/vendor/{gems/eac_git → eac_git}/lib/eac_git/remote/ls_result.rb +0 -0
- data/vendor/eac_git/lib/eac_git/rspec.rb +17 -0
- data/vendor/eac_git/lib/eac_git/version.rb +5 -0
- data/vendor/eac_git/spec/lib/eac_git/executables_spec.rb +13 -0
- data/vendor/{gems/eac_git → eac_git}/spec/rubocop_spec.rb +0 -0
- data/vendor/eac_git/spec/spec_helper.rb +103 -0
- data/vendor/eac_git/vendor/git-subrepo/Changes +110 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/Intro.pod +7 -6
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/License +1 -1
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/Makefile +9 -7
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/Meta +4 -4
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ReadMe.pod +15 -12
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/doc/comparison.swim +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/doc/git-subrepo.swim +6 -9
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/doc/intro-to-subrepo.swim +4 -4
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/Changes +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/License +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/Makefile +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/Meta +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/ReadMe.pod +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/bin/bash+ +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/doc/bash+.swim +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/lib/bash+.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/man/man1/bash+.1 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/man/man3/bash+.3 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/test/base.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/test/fcopy.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/test/lib/foo/bar.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/test/lib/foo/foo.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/test/source-bash+-std.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/test/source-bash+.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/test/test.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/bashplus/test/use.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/Changes +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/License +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/Makefile +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/Meta +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ReadMe.pod +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/doc/test-more.swim +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/Changes +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/License +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/Makefile +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/Meta +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/ReadMe.pod +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/bin/bash+ +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/doc/bash+.swim +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/lib/bash+.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/man/man1/bash+.1 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/man/man3/bash+.3 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/test/base.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/test/fcopy.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/test/lib/foo/bar.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/test/lib/foo/foo.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/test/source-bash+-std.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/test/source-bash+.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/test/test.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/test/use.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/Changes +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/License +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/Makefile +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/Meta +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/ReadMe.pod +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/doc/test-tap.swim +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/lib/test/tap.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/man/man3/test-tap.3 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/bail_out.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/done.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/fail.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/fail_fast.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/helper.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/pass.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/plan.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/skip_all.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/tap.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/test/bail.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/test/fail.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/test/fail_fast.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/test/skip-all-init.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/test/test/skip-all-plan.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/lib/test/more.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/man/man3/test-more.3 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/test/fail.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/test/more.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/test/pass.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/test/setup +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/test/skip_all.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/test/test/fail1.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/test/test/skip_all.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/lib/git-subrepo +30 -20
- data/vendor/eac_git/vendor/git-subrepo/lib/git-subrepo.d/bash+.bash +1 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/lib/git-subrepo.d/help-functions.bash +1 -5
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/man/man1/git-subrepo.1 +18 -21
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/0.4.0 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/AllGitCmds +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/Cases +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/Commands +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/Dags +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/Gists +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/Links +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/Plugins +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/Spec +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/Story1 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/ToDo +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/design.swim +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/design2.swim +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/init-test +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/pull-dance.txt +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/recreate-rebase-conflict.sh +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/subtree-rebase-fail-example/test.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/test-subrepo-push.sh +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/note/test.sh +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/pkg/bin/generate-completion.pl +1 -1
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/pkg/bin/generate-help-functions.pl +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/share/completion.bash +3 -3
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/share/enable-completion.sh +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/share/git-completion.bash +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/share/zsh-completion/_git-subrepo +3 -4
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/branch-all.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/branch-rev-list-one-path.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/branch-rev-list.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/branch.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/clean.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/clone-annotated-tag.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/clone.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/compile.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/config.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/encode.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/error.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/fetch.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/gitignore.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/init.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/issue29.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/issue95.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/issue96.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/pull-all.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/pull-merge.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/pull-message.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/pull-new-branch.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/pull-ours.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/pull-theirs.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/pull-twice.t +0 -0
- data/vendor/eac_git/vendor/git-subrepo/test/pull-worktree.t +40 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/pull.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/push-after-init.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/push-force.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/push-new-branch.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/push-no-changes.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/push-squash.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/push.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/reclone.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/bar/HEAD +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/bar/config +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/bar/objects/1f/0c4b264caed0126814a0ede851a1e0b4e16ae6 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/bar/objects/87/46903fdb1b9c2101377880125917c2e05b4d69 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/bar/objects/94/c86ffc745232d89f78c6f895e11e71272518db +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/bar/objects/c6/76c57b6576743fa56278527aa60ebd2e202a7c +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/bar/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/bar/objects/f6/2a8ff3feadf39b0a98f1a86ec6d1eb33858ee9 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/bar/refs/heads/master +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/bar/refs/tags/A +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/foo/HEAD +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/foo/config +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/foo/objects/a0/f4cdaaf533a936296cdebbed8206c3b9ededa8 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/foo/objects/e2/1291a1ad392a9d4c51dd9586804f1467b28afd +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/foo/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/foo/refs/heads/master +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/HEAD +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/config +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/11/523f5dcf03b4c89b592dc8a3d0308f68da2386 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/14/2addf8ec5f37334e837440122c62f2c68a29ad +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/32/5180321750a21cd7a4e7ecda319e557a4f6a09 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/3d/918c6901c02f43af5d31779dd5e1f9166aeb36 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/3e/4cb596066dce63ba4d047abddb677389b65e19 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/4b/6e53022e7a04f07887697e4f3d7c377fd9822b +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/58/931fc1bd559b59c41ea738fc7ad04f9ad01bd3 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/5e/c0c28e1b806f25efdca18fcf7a74b49c3755bd +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/75/fa6584e748f57eff06eebdc55e9ac21d4fcbf2 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/80/2d5edbd5e1cb7fca82b5bd38e7c8a0a496fb20 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/94/7b3d714c38791e95ad6f928b48c98bb8708acd +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/95/e1f2df3f4d5f3d7a60588c25a7ca8a913d3c2a +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/b1/5f4a7666baf40d949548ead946a3370e273479 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/c3/ee8978c4c5d84c3b7d00ba8e5906933d027882 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/c8/b0bffbc405ef3fad7354ff833fbec36d67ddfa +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/dd/8bdb934ec848137f011fe423b185505c343626 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/e2/9be58c767cfeb27235c995d293a7d71aac0135 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/ee/1224401fc6aac595145fa727dcf6706ac8aec1 +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/objects/f1/cc1a657b2e805c400f5dcaaa76bd29c6178b1b +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/repo/init/refs/heads/master +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/setup +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/status.t +0 -0
- data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/test/submodule.t +0 -0
- data/vendor/eac_ruby_base0/Gemfile +5 -0
- data/vendor/eac_ruby_base0/eac_ruby_base0.gemspec +20 -0
- data/vendor/eac_ruby_base0/lib/eac_ruby_base0.rb +7 -0
- data/vendor/eac_ruby_base0/lib/eac_ruby_base0/application.rb +37 -0
- data/vendor/eac_ruby_base0/lib/eac_ruby_base0/runner.rb +35 -0
- data/vendor/eac_ruby_base0/lib/eac_ruby_base0/runner/test_all.rb +27 -0
- data/vendor/{gems/eac_git/lib/eac_git → eac_ruby_base0/lib/eac_ruby_base0}/version.rb +1 -1
- data/vendor/eac_ruby_base0/spec/rubocop_spec.rb +7 -0
- data/vendor/{gems/eac_git → eac_ruby_base0}/spec/spec_helper.rb +0 -0
- data/vendor/eac_ruby_gems_utils/Gemfile +5 -0
- data/vendor/eac_ruby_gems_utils/LICENCE +674 -0
- data/vendor/eac_ruby_gems_utils/README.rdoc +3 -0
- data/vendor/eac_ruby_gems_utils/eac_ruby_gems_utils.gemspec +21 -0
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils.rb +7 -0
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/gem.rb +81 -0
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/gem/command.rb +33 -0
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests.rb +9 -0
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/base.rb +66 -0
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/minitest.rb +25 -0
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/multiple.rb +106 -0
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/rspec.rb +21 -0
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/version.rb +5 -0
- data/vendor/eac_ruby_gems_utils/spec/lib/eac_ruby_gems_utils/gem_spec.rb +20 -0
- data/vendor/eac_ruby_gems_utils/spec/rubocop_check_spec.rb +7 -0
- data/vendor/eac_ruby_gems_utils/spec/spec_helper.rb +100 -0
- data/vendor/eac_ruby_gems_utils/spec/support/mygem/Gemfile +5 -0
- data/vendor/eac_ruby_gems_utils/spec/support/mygem/Gemfile.lock +19 -0
- data/vendor/eac_ruby_gems_utils/spec/support/mygem/Rakefile +14 -0
- data/vendor/eac_ruby_gems_utils/spec/support/mygem/exe/myrunner +5 -0
- data/vendor/eac_ruby_gems_utils/spec/support/mygem/lib/mygem.rb +5 -0
- data/vendor/eac_ruby_gems_utils/spec/support/mygem/lib/mygem/version.rb +5 -0
- data/vendor/eac_ruby_gems_utils/spec/support/mygem/mygem.gemspec +16 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/Gemfile +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/MIT-LICENCE +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/README.rdoc +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/eac_ruby_utils.gemspec +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/arguments_consumer.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/by_reference.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/common_concern.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/common_constructor.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/configs.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/configs/file.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console/configs.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console/docopt_runner.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console/docopt_runner/_class_methods.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console/docopt_runner/_doc.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console/docopt_runner/_settings.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console/docopt_runner/_subcommands.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console/speaker.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console/speaker/_class_methods.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console/speaker/_constants.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console/speaker/list.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/console/speaker/node.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/contextualizable.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/core_ext.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/custom_format.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/envs.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/envs/base_env.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/envs/command.rb +1 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/envs/command/extra_options.rb +8 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/envs/executable.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/envs/file.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/envs/local_env.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/envs/process.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/envs/spawn.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/envs/ssh_env.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/filesystem_cache.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/fs.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/fs/extname.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/fs/temp.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/fs/temp/directory.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/fs/temp/file.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/fs/traversable.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/fs/traverser.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/fs_cache.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/listable.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/listable/class_methods.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/listable/instance_methods.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/listable/integer_list.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/listable/list.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/listable/lists.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/listable/string_list.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/listable/symbol_list.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/listable/value.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/on_clean_ruby_environment.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/options_consumer.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patch.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/class.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/class/common_constructor.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/enumerable.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/enumerable/boolean_combinations.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/hash.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/hash/options_consumer.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/hash/sym_keys_hash.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/module.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/module/common_concern.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/module/console_speaker.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/module/listable.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/module/patch.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/module/require_sub.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/module/simple_cache.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/object.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/object/asserts.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/object/if_present.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/object/template.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/object/to_pathname.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/pathname.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/pathname/basename_sub.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/regexp.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/regexp/if_match.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/time.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/time/default_time_zone_set.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/patches/time/local_time_zone.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/paths_hash.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/require_sub.rb +32 -5
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/rspec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/rspec/conditional.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/rspec/stubbed_ssh.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/ruby.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/ruby/command.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/ruby/on_clean_environment.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/settings_provider.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/simple_cache.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/templates.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/templates/directory.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/templates/file.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/templates/searcher.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/templates/variable_not_found_error.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/templates/variable_providers.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/templates/variable_providers/base.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/templates/variable_providers/entries_reader.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/templates/variable_providers/generic.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/templates/variable_providers/hash.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/version.rb +1 -1
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/lib/eac_ruby_utils/yaml.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/arguments_consumer_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/common_concern_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/common_constructor_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/configs_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/console/configs_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/console/docopt_runner_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/console/speaker_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/custom_format_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/envs/executable_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/envs/ssh_env_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/filesystem_cache_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/fs/extname_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/fs/temp/temp_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/fs/temp_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/listable_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/options_consumer_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/patches/enumerable/boolean_combinations_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/patches/hash/options_consumer_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/patches/hash/sym_keys_hash_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/patches/module/console_speaker_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/patches/object/if_present_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/patches/object/template_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/patches/object/template_spec_files/path/my_stub_with_template +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/patches/pathname/basename_sub_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/paths_hash_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/require_sub_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/require_sub_spec/stubbed_module_a.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/require_sub_spec/stubbed_not_module.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/ruby_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/settings_provider_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/simple_cache_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/templates/file_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/templates/file_spec_files/expected_content +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/templates/file_spec_files/source.template +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/templates/searcher_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/templates/searcher_spec_files/path1/subdir1/file1.template +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/templates/searcher_spec_files/path1/subdir1/file2 +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/templates/searcher_spec_files/path2/subdir1/file3.template +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/lib/eac_ruby_utils/yaml_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/locales/pt-BR.yml +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/rubocop_check_spec.rb +0 -0
- data/vendor/{gems/eac_ruby_utils → eac_ruby_utils}/spec/spec_helper.rb +0 -0
- metadata +409 -350
- data/lib/avm/stereotypes/eac_webapp_base0/deploy/_appended_directories.rb +0 -25
- data/vendor/gems/eac_git/lib/eac_git/executables.rb +0 -24
- data/vendor/git-subrepo/Changes +0 -51
@@ -0,0 +1,110 @@
|
|
1
|
+
---
|
2
|
+
version: 0.4.1
|
3
|
+
date: Thu Jan 9 17:11:21 CST 2020
|
4
|
+
- Fix Bash version error messages and add to .rc
|
5
|
+
- Nicer YAML formatting in .travis.yml
|
6
|
+
- Wrap a long line
|
7
|
+
- Update the docs
|
8
|
+
- Force `make update` to always update docs
|
9
|
+
- Don't use XXX in perl stuff
|
10
|
+
- Add testing on MacOS
|
11
|
+
- Remove conflicting -C from install -d commands.
|
12
|
+
- Update version requirement documentation
|
13
|
+
- Correct error message in branch
|
14
|
+
- Use topo-order in subrepo branch
|
15
|
+
- Make “git subrepo clean -f ...” delete refs correctly
|
16
|
+
- Fix #410 Push empty repositories with recent git versions
|
17
|
+
- Make subrepo work when run in a worktree
|
18
|
+
- Simplify finding subrepos
|
19
|
+
- Ask git to find the .gitrepo files
|
20
|
+
- Doc: fix sentence repetition
|
21
|
+
- Fix typos
|
22
|
+
- Fixed typo
|
23
|
+
- Travis CI not checking out a branch.
|
24
|
+
---
|
25
|
+
version: 0.4.0
|
26
|
+
date: Thu Nov 8 12:26:38 CET 2018
|
27
|
+
changes:
|
28
|
+
- Fix #325 Do not squash main repo commits
|
29
|
+
- Improve error message for worktree handling
|
30
|
+
- Make version checking portable. #307
|
31
|
+
- #307, improve version check
|
32
|
+
- #307, update version requirement
|
33
|
+
- Fix part #308, Add stderr output if commands fail
|
34
|
+
- Fix #306: Add check to prevent following commits with no .gitrepo
|
35
|
+
- Remove dry-run flag as it's not implemented. Make sure branch --force delete worktree
|
36
|
+
- Fix #296, Replace --first-parent with --ancestry-path
|
37
|
+
- Fix #291, specify Trusty host to get new 2.x git
|
38
|
+
- Fix #258, add --no-tags to git fetch
|
39
|
+
- Test that no remotes are created during clone
|
40
|
+
- #257 Remove remote creation to avoid problems with fetch --all
|
41
|
+
- (origin/issue/150_to_0.4.0) Fix remove-worktree, remove unused parameters
|
42
|
+
- Regenerate completion files
|
43
|
+
- filter-branch operation should not be done on HEAD
|
44
|
+
- Cleanup push and add hint to push directly after pull
|
45
|
+
- Simplify cleanup and add worktree to status
|
46
|
+
- Add --method option to init/clone, add a 'config' command
|
47
|
+
- Updated unit tests to support the new logic
|
48
|
+
- Use 'git worktree' for merge/rebase
|
49
|
+
- Update docs to reflect how things should work
|
50
|
+
- Make it possible to specify commit messages
|
51
|
+
- Redesign, trash the tree hash approach and use merges instead
|
52
|
+
- Add release branches to travis-ci
|
53
|
+
- Add --method option to init/clone, add a 'config' command
|
54
|
+
- Detect multiple pulls, use -u flag to decide
|
55
|
+
- Don't reuse previous commit message when using --all
|
56
|
+
- Update the docs for pull and push
|
57
|
+
- Update error messages when failing merge/rebase
|
58
|
+
- Fix env var bug in test/push.t
|
59
|
+
- Do not overwrite author information
|
60
|
+
---
|
61
|
+
version: 0.3.1
|
62
|
+
date: Tue Jan 3 23:08:56 PST 2017
|
63
|
+
changes:
|
64
|
+
- Updated release for homebrew
|
65
|
+
- Fix #192
|
66
|
+
---
|
67
|
+
version: 0.3.0
|
68
|
+
date: Wed Dec 2 19:19:43 PST 2015
|
69
|
+
changes:
|
70
|
+
- Fix issue #98 and host of others (89, 91, 95, 96)
|
71
|
+
- Adds support for the merge-base command
|
72
|
+
- Adds stability to many commands
|
73
|
+
- Command completion updates
|
74
|
+
- Rename `init` to `.rc`
|
75
|
+
- @grimmySwe++ @dzzh++ @jrosdahl++ @perlpunk++
|
76
|
+
---
|
77
|
+
version: 0.2.3
|
78
|
+
date: Sun Aug 9 13:44:22 PDT 2015
|
79
|
+
changes:
|
80
|
+
- Fix issues #75 and #76
|
81
|
+
---
|
82
|
+
version: 0.2.2
|
83
|
+
date: Wed Jul 22 09:45:13 PDT 2015
|
84
|
+
changes:
|
85
|
+
- Added the `init` subcommand
|
86
|
+
- Applied doc fixes
|
87
|
+
---
|
88
|
+
version: 0.2.1
|
89
|
+
date: Sat Mar 28 07:52:22 PDT 2015
|
90
|
+
changes:
|
91
|
+
- Allows subrepo clone to clone to an empty branch; fixes #26.
|
92
|
+
- Refs in status
|
93
|
+
- Empty parent set to 'none' in .gitrepo file.
|
94
|
+
- Bug fixes
|
95
|
+
---
|
96
|
+
version: 0.2.0
|
97
|
+
date: Sat Jan 24 06:22:05 PST 2015
|
98
|
+
changes:
|
99
|
+
- Massive overhaul
|
100
|
+
- .gitrepo files remain the same so backwards compatible
|
101
|
+
- Introduce the branch and commit subcommands
|
102
|
+
- The checkout subcommand goes away
|
103
|
+
- Operations work much smoother like normal Git flow
|
104
|
+
- Much more testing
|
105
|
+
- Better doc
|
106
|
+
---
|
107
|
+
version: 0.1.0
|
108
|
+
date: Fri Feb 21 12:25:53 2014 -0800
|
109
|
+
changes:
|
110
|
+
- First version
|
@@ -1,7 +1,7 @@
|
|
1
1
|
=pod
|
2
2
|
|
3
3
|
=for comment
|
4
|
-
DO NOT EDIT. This Pod was generated by Swim v0.1.
|
4
|
+
DO NOT EDIT. This Pod was generated by Swim v0.1.48.
|
5
5
|
See http://github.com/ingydotnet/swim-pm#readme
|
6
6
|
|
7
7
|
=encoding utf8
|
@@ -311,7 +311,8 @@ Good:
|
|
311
311
|
|
312
312
|
=back
|
313
313
|
|
314
|
-
|
314
|
+
=for html
|
315
|
+
<a href="https://travis-ci.org/ingydotnet/git-subrepo"><img src="https://travis-ci.org/ingydotnet/git-subrepo.png" alt="git-subrepo"></a>
|
315
316
|
|
316
317
|
Bad:
|
317
318
|
|
@@ -426,10 +427,10 @@ The resulting history is:
|
|
426
427
|
|
427
428
|
Compare that to B<subtree>. This:
|
428
429
|
|
429
|
-
$ git
|
430
|
-
$ git
|
431
|
-
$ git
|
432
|
-
$ git
|
430
|
+
$ git subtree add abc git@github.com:user/abc master
|
431
|
+
$ git subtree add xyz git@github.com:user/def master
|
432
|
+
$ git subtree pull abc git@github.com:user/abc master
|
433
|
+
$ git subtree pull xyz git@github.com:user/def master
|
433
434
|
|
434
435
|
Produces this:
|
435
436
|
|
@@ -36,11 +36,11 @@ test:
|
|
36
36
|
|
37
37
|
# Install support:
|
38
38
|
install:
|
39
|
-
install -
|
39
|
+
install -d -m 0755 $(INSTALL_LIB)/
|
40
40
|
install -C -m 0755 $(LIB) $(INSTALL_LIB)/
|
41
|
-
install -
|
41
|
+
install -d -m 0755 $(INSTALL_EXT)/
|
42
42
|
install -C -m 0755 $(EXTS) $(INSTALL_EXT)/
|
43
|
-
install -
|
43
|
+
install -d -m 0755 $(INSTALL_MAN1)/
|
44
44
|
install -C -m 0644 $(MAN1)/$(NAME).1 $(INSTALL_MAN1)/
|
45
45
|
|
46
46
|
# Uninstall support:
|
@@ -57,20 +57,22 @@ env:
|
|
57
57
|
.PHONY: doc
|
58
58
|
update: doc compgen
|
59
59
|
|
60
|
+
force:
|
61
|
+
|
60
62
|
doc: ReadMe.pod Intro.pod $(MAN1)/$(NAME).1
|
61
63
|
perl pkg/bin/generate-help-functions.pl $(DOC) > \
|
62
64
|
$(EXT)/help-functions.bash
|
63
65
|
|
64
|
-
ReadMe.pod: $(DOC)
|
66
|
+
ReadMe.pod: $(DOC) force
|
65
67
|
swim --to=pod --wrap --complete $< > $@
|
66
68
|
|
67
|
-
Intro.pod: doc/intro-to-subrepo.swim
|
69
|
+
Intro.pod: doc/intro-to-subrepo.swim force
|
68
70
|
swim --to=pod --wrap --complete $< > $@
|
69
71
|
|
70
|
-
$(MAN1)/%.1: doc/%.swim Makefile
|
72
|
+
$(MAN1)/%.1: doc/%.swim Makefile force
|
71
73
|
swim --to=man --wrap $< > $@
|
72
74
|
|
73
|
-
compgen:
|
75
|
+
compgen: force
|
74
76
|
perl pkg/bin/generate-completion.pl bash $(DOC) $(LIB) > \
|
75
77
|
$(SHARE)/completion.bash
|
76
78
|
perl pkg/bin/generate-completion.pl zsh $(DOC) $(LIB) > \
|
@@ -1,11 +1,11 @@
|
|
1
1
|
=meta: 0.0.2
|
2
2
|
|
3
3
|
name: git-subrepo
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.1
|
5
5
|
abstract: Git Submodule Alternative
|
6
6
|
homepage: https://github.com/ingydotnet/git-subrepo#readme
|
7
7
|
license: MIT
|
8
|
-
copyright: 2013-
|
8
|
+
copyright: 2013-2020
|
9
9
|
|
10
10
|
author:
|
11
11
|
name: Ingy döt Net
|
@@ -16,8 +16,8 @@ author:
|
|
16
16
|
homepage: http://ingy.net
|
17
17
|
|
18
18
|
requires:
|
19
|
-
bash:
|
20
|
-
git:
|
19
|
+
bash: 4.0.0
|
20
|
+
git: 2.7.0
|
21
21
|
test:
|
22
22
|
cmd: make test
|
23
23
|
install: make install
|
@@ -1,7 +1,7 @@
|
|
1
1
|
=pod
|
2
2
|
|
3
3
|
=for comment
|
4
|
-
DO NOT EDIT. This Pod was generated by Swim v0.1.
|
4
|
+
DO NOT EDIT. This Pod was generated by Swim v0.1.48.
|
5
5
|
See http://github.com/ingydotnet/swim-pm#readme
|
6
6
|
|
7
7
|
=encoding utf8
|
@@ -10,7 +10,8 @@ See http://github.com/ingydotnet/swim-pm#readme
|
|
10
10
|
|
11
11
|
git-subrepo - Git Submodule Alternative
|
12
12
|
|
13
|
-
|
13
|
+
=for html
|
14
|
+
<a href="https://travis-ci.org/ingydotnet/git-subrepo"><img src="https://travis-ci.org/ingydotnet/git-subrepo.png" alt="git-subrepo"></a>
|
14
15
|
|
15
16
|
=head1 Synopsis
|
16
17
|
|
@@ -116,7 +117,7 @@ The best short answer is:
|
|
116
117
|
|
117
118
|
The complete "Installation Instructions" can be found below.
|
118
119
|
|
119
|
-
Note: git-subrepo needs a git version (> 2.
|
120
|
+
Note: git-subrepo needs a git version (> 2.7) that supports worktree:s.
|
120
121
|
|
121
122
|
=head1 Commands
|
122
123
|
|
@@ -217,10 +218,6 @@ When you pull you can assume a fast-forward strategy (default) or you can
|
|
217
218
|
specify a C<--rebase>, C<--merge> or C<--force> strategy. The latter is the
|
218
219
|
same as a C<clone --force> operation, using the current remote and branch.
|
219
220
|
|
220
|
-
When you pull you can assume a fast-forward strategy (default) or you can
|
221
|
-
specify a C<--rebase>, C<--merge> or C<--force> strategy. The latter is the
|
222
|
-
same as a C<clone --force> operation, using the current remote and branch.
|
223
|
-
|
224
221
|
Like the C<clone> command, C<pull> will squash all the changes (since the last
|
225
222
|
pull or clone) into one commit. This keeps your mainline history nice and
|
226
223
|
clean. You can easily see the subrepo's history with the C<git log> command:
|
@@ -353,8 +350,8 @@ Example to update the C
|
|
353
350
|
Same as C<git help subrepo>. Will launch the manpage. For the shorter usage,
|
354
351
|
use C<git subrepo -h>.
|
355
352
|
|
356
|
-
Use C<< git subrepo help <command> to get help for a specific command. Use
|
357
|
-
all
|
353
|
+
Use C<< git subrepo help <command> >> to get help for a specific command. Use
|
354
|
+
C<--all> to get a summary of all commands.
|
358
355
|
|
359
356
|
The C<help> command accepts the C<--all> option.
|
360
357
|
|
@@ -682,14 +679,20 @@ C
|
|
682
679
|
|
683
680
|
=back
|
684
681
|
|
685
|
-
=head1
|
682
|
+
=head1 Authors
|
686
683
|
|
687
|
-
|
684
|
+
=over
|
685
|
+
|
686
|
+
=item * Ingy döt Net <ingy@ingy.net>
|
687
|
+
|
688
|
+
=item * Magnus Carlsson <grimmymail@gmail.com>
|
689
|
+
|
690
|
+
=back
|
688
691
|
|
689
692
|
=head1 License and Copyright
|
690
693
|
|
691
694
|
The MIT License (MIT)
|
692
695
|
|
693
|
-
Copyright (c) 2013-
|
696
|
+
Copyright (c) 2013-2020 Ingy döt Net
|
694
697
|
|
695
698
|
=cut
|
File without changes
|
@@ -78,7 +78,7 @@ The best short answer is:
|
|
78
78
|
|
79
79
|
The complete "Installation Instructions" can be found below.
|
80
80
|
|
81
|
-
Note: git-subrepo needs a git version (> 2.
|
81
|
+
Note: git-subrepo needs a git version (> 2.7) that supports worktree:s.
|
82
82
|
|
83
83
|
= Commands
|
84
84
|
|
@@ -177,10 +177,6 @@ the same arguments. Keep reading…
|
|
177
177
|
specify a `--rebase`, `--merge` or `--force` strategy. The latter is the same
|
178
178
|
as a `clone --force` operation, using the current remote and branch.
|
179
179
|
|
180
|
-
When you pull you can assume a fast-forward strategy (default) or you can
|
181
|
-
specify a `--rebase`, `--merge` or `--force` strategy. The latter is the same
|
182
|
-
as a `clone --force` operation, using the current remote and branch.
|
183
|
-
|
184
180
|
Like the `clone` command, `pull` will squash all the changes (since the last
|
185
181
|
pull or clone) into one commit. This keeps your mainline history nice and
|
186
182
|
clean. You can easily see the subrepo's history with the `git log` command:
|
@@ -310,7 +306,7 @@ the same arguments. Keep reading…
|
|
310
306
|
Same as `git help subrepo`. Will launch the manpage. For the shorter usage,
|
311
307
|
use `git subrepo -h`.
|
312
308
|
|
313
|
-
Use `git subrepo help <command
|
309
|
+
Use `git subrepo help <command>` to get help for a specific command. Use
|
314
310
|
`--all` to get a summary of all commands.
|
315
311
|
|
316
312
|
The `help` command accepts the `--all` option.
|
@@ -600,12 +596,13 @@ If you want to chat about the `git-subrepo` command, join `#gitcommands` on
|
|
600
596
|
* Written in (very modern) Bash, with full test suite. Take a look.
|
601
597
|
* A `.gitrepo` file never is in the top level dir (next to a `.git/` dir).
|
602
598
|
|
603
|
-
=
|
599
|
+
= Authors
|
604
600
|
|
605
|
-
|
601
|
+
* Ingy döt Net <ingy@ingy.net>
|
602
|
+
* Magnus Carlsson <grimmymail@gmail.com>
|
606
603
|
|
607
604
|
= License and Copyright
|
608
605
|
|
609
606
|
The MIT License (MIT)
|
610
607
|
|
611
|
-
Copyright (c) 2013-
|
608
|
+
Copyright (c) 2013-2020 Ingy döt Net
|
@@ -320,10 +320,10 @@ The resulting history is:
|
|
320
320
|
|
321
321
|
Compare that to *subtree*. This:
|
322
322
|
|
323
|
-
$ git
|
324
|
-
$ git
|
325
|
-
$ git
|
326
|
-
$ git
|
323
|
+
$ git subtree add abc git@github.com:user/abc master
|
324
|
+
$ git subtree add xyz git@github.com:user/def master
|
325
|
+
$ git subtree pull abc git@github.com:user/abc master
|
326
|
+
$ git subtree pull xyz git@github.com:user/def master
|
327
327
|
|
328
328
|
Produces this:
|
329
329
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/doc/test-more.swim
RENAMED
File without changes
|
data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/Changes
RENAMED
File without changes
|
data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/License
RENAMED
File without changes
|
data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/Makefile
RENAMED
File without changes
|
File without changes
|
data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/ReadMe.pod
RENAMED
File without changes
|
data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/bin/bash+
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/test/base.t
RENAMED
File without changes
|
data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/test/fcopy.t
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/bashplus/test/use.t
RENAMED
File without changes
|
data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/Changes
RENAMED
File without changes
|
data/vendor/{git-subrepo → eac_git/vendor/git-subrepo}/ext/test-more-bash/ext/test-tap-bash/License
RENAMED
File without changes
|