diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-21 19:35:11 +0000 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-21 19:35:11 +0000 |
| commit | 098e5a68fc2830543062f8f900fd460d98c52e89 (patch) | |
| tree | a6946ba3a2e99667e39762d6e45e5419a67cfe3a | |
| parent | 586c8d515c866c2e7e947e4e50a8b6cf314f05a9 (diff) | |
| parent | 3b8288ef32bef6dd859e99cf07185ca33132b22f (diff) | |
| download | gitlab-shell-098e5a68fc2830543062f8f900fd460d98c52e89.tar.gz | |
Merge branch 'remove_open3' of /home/git/repositories/gitlab/gitlab-shell
| -rw-r--r-- | lib/gitlab_projects.rb | 1 | ||||
| -rw-r--r-- | lib/gitlab_shell.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab_projects.rb b/lib/gitlab_projects.rb index 788ccd8..fec204c 100644 --- a/lib/gitlab_projects.rb +++ b/lib/gitlab_projects.rb @@ -1,4 +1,3 @@ -require 'open3' require 'fileutils' require_relative 'gitlab_config' diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb index 252102f..6dbd1ce 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -1,4 +1,3 @@ -require 'open3' require 'shellwords' require_relative 'gitlab_net' |
