git-ready 0.9.0 → 0.9.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 33a08835cf117c04cd6732fd5f3aaeb4be0d546c
4
- data.tar.gz: e893faf2d83b3da4302aa2e7aa323c0cf54340db
2
+ SHA256:
3
+ metadata.gz: a9a1105d6f1cc0dd23587353098926a0ffa256f384e5d4b105b49d79adbf2e71
4
+ data.tar.gz: 463d6bb25e70fdbfb894b226cb35aa6483748c8abea68aca79f74dddd8dbc012
5
5
  SHA512:
6
- metadata.gz: f094f1bc7a6c04da0692cec9e1ae69007b707cb12b34b624ca004dd3dd07460ce381559f88ddf0b8e025a417df69e9877058dd4666808cd8922b1687e9b90217
7
- data.tar.gz: 8d905e2547104e576ad0c7446faea51747c63cb9452cc6b6914adaef4cb0089781f8597accc5779e7c142acc6d71bc3facf94502b3ad29c4fab21951695c86ca
6
+ metadata.gz: 5fa4841a43a4ee984ef793d20cba4d164f79a810f3b0c2c6b939d7b1a26a5accf473a016129773d2d30e18487285b4ea0e5ddfadefb3dd7ad7b8e8001f4ff69d
7
+ data.tar.gz: 6932689066c425f1bf70ee9fad8b0868e036206438eaf90edffcb35ddcd3676ecbaa4050bdad5a64e057a108f162f76093417d77cb910a47c2416c00ac5f64ca
Binary file
Binary file
data/.gitignore CHANGED
@@ -1,50 +1,57 @@
1
- # rcov generated
2
- coverage
3
- coverage.data
4
1
 
5
- # rdoc generated
6
- rdoc
7
-
8
- # yard generated
9
- doc
10
- .yardoc
11
-
12
- # bundler
13
- .bundle
14
- vendor
15
-
16
- # jeweler generated
17
- pkg
18
-
19
- # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
2
+ # Created by https://www.gitignore.io/api/ruby
3
+
4
+ ### Ruby ###
5
+ *.gem
6
+ *.rbc
7
+ /.config
8
+ /coverage/
9
+ /InstalledFiles
10
+ /pkg/
11
+ /spec/reports/
12
+ /spec/examples.txt
13
+ /test/tmp/
14
+ /test/version_tmp/
15
+ /tmp/
16
+
17
+ # Used by dotenv library to load environment variables.
18
+ # .env
19
+
20
+ ## Specific to RubyMotion:
21
+ .dat*
22
+ .repl_history
23
+ build/
24
+ *.bridgesupport
25
+ build-iPhoneOS/
26
+ build-iPhoneSimulator/
27
+
28
+ ## Specific to RubyMotion (use of CocoaPods):
20
29
  #
21
- # * Create a file at ~/.gitignore
22
- # * Include files you want ignored
23
- # * Run: git config --global core.excludesfile ~/.gitignore
30
+ # We recommend against adding the Pods directory to your .gitignore. However
31
+ # you should judge for yourself, the pros and cons are mentioned at:
32
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
24
33
  #
25
- # After doing this, these files will be ignored in all your git projects,
26
- # saving you from having to 'pollute' every project you touch with them
27
- #
28
- # Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
29
- #
30
- # For MacOS:
31
- #
32
- #.DS_Store
34
+ # vendor/Pods/
35
+
36
+ ## Documentation cache and generated files:
37
+ /.yardoc/
38
+ /_yardoc/
39
+ /doc/
40
+ /rdoc/
33
41
 
34
- # For TextMate
35
- #*.tmproj
36
- #tmtags
42
+ ## Environment normalization:
43
+ /.bundle/
44
+ /vendor/bundle
45
+ /lib/bundler/man/
37
46
 
38
- # For emacs:
39
- #*~
40
- #\#*
41
- #.\#*
47
+ # for a library or gem, you might want to ignore these files since the code is
48
+ # intended to run in multiple environments; otherwise, check them in:
49
+ Gemfile.lock
50
+ .ruby-version
51
+ .ruby-gemset
42
52
 
43
- # For vim:
44
- #*.swp
53
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
54
+ .rvmrc
45
55
 
46
- # For redcar:
47
- #.redcar
48
56
 
49
- # For rubinius:
50
- #*.rbc
57
+ # End of https://www.gitignore.io/api/ruby
data/Gemfile CHANGED
@@ -1,20 +1,3 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'contracts', '~> 0.9'
4
- gem 'octokit', '~> 4.0.0'
5
- gem 'progress_bar', '~> 1.0.0'
6
- gem 'rugged', '~> 0.23.0b0'
7
- gem 'settingslogic', '~> 2.0.0'
8
- gem 'terminal-announce', '~> 1.0.0'
9
-
10
- group :development do
11
- gem "rspec", "~> 3.3.0"
12
- gem "yard", "~> 0.8.0"
13
- gem "bundler", "~> 1.10.0"
14
- gem "jeweler", "~> 2.0.0"
15
- gem "simplecov", "~> 0.10.0"
16
- gem "reek", "~> 3.0.0"
17
- gem "roodi", "~> 5.0.0"
18
- gem "autotest-standalone", '~> 4.5.0'
19
- gem "rspec-autotest", '1.0.0'
20
- end
3
+ gemspec
@@ -1,20 +1,22 @@
1
- Copyright (c) 2015 Chris Olstrom
2
1
 
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
2
+ The MIT License (MIT)
3
+ Copyright © 2015-2018 Chris Olstrom <chris@olstrom.com>
4
+ Copyright © 2015-2018 SUSE LLC
10
5
 
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the Software”), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
13
12
 
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13
+ The above copyright notice and this permission notice shall be included in
14
+ all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ THE SOFTWARE.
@@ -0,0 +1,86 @@
1
+ #+TITLE: git-ready
2
+ #+LATEX: \pagebreak
3
+
4
+ git-ready is a tool for quickly joining an organization on GitHub.
5
+
6
+ * Description
7
+
8
+ ~git-ready~ does three things:
9
+
10
+ 1. Forks all repositories of the organization to your account.
11
+ 2. Clones the forked repositories locally.
12
+ 3. Configures an =upstream= remote for each repository, for convenient fetching.
13
+
14
+ It can be run again without concern. It will only fork and clone missing
15
+ repositories.
16
+
17
+ * Why would you want this?
18
+
19
+ For a team that uses a Fork + Pull Request workflow, and has a large number of
20
+ repositories, ~git-ready~ is a simple way to onboard new team members.
21
+
22
+ * Example Workflow
23
+
24
+ 1. Fork repository.
25
+ 2. Make changes.
26
+ 3. Test changes.
27
+ 4. Push changes to =origin=
28
+ 5. Submit Pull Request to =upstream=
29
+ 6. Code Review
30
+ 7. Merge
31
+
32
+ * Installation
33
+
34
+ #+BEGIN_SRC shell
35
+ gem install git-ready
36
+ #+END_SRC
37
+
38
+ * Usage
39
+
40
+ #+BEGIN_SRC shell
41
+ git-ready <organization>
42
+ #+END_SRC
43
+
44
+ * Configuration
45
+
46
+ ~git-ready~ will search for configuration files in the following places:
47
+
48
+ - =/etc/git-ready.yaml=
49
+ - =/usr/local/etc/git-ready.yaml=
50
+ - =~/.config/git-ready.yaml=
51
+ - =./git-ready.yaml=
52
+
53
+ These will be loaded in order, and any conflicting keys will be overwritten.
54
+
55
+ If no configuration is found, ~git-ready~ will enter *Interactive Setup Mode*,
56
+ and attempt to guide you through setup. It will prompt for your GitHub
57
+ username and password, so it can issue itself an auth token (with =repo= scope
58
+ only) for future use. This will be written to the configuration file.
59
+
60
+ If your GitHub account uses 2-Factor Authentication, ~git-ready~ will prompt
61
+ you for a 2FA token.
62
+
63
+ If you would prefer to set up an auth token manually, that is supported too.
64
+
65
+ * OSX Installation Issues?
66
+
67
+ One of the gems used by ~git-ready~ ([[https://github.com/libgit2/rugged][rugged]]), requires ~cmake~ and ~libgit2~
68
+ to build. On OSX, this isn't installed by default, but can easily be resolved:
69
+
70
+ #+BEGIN_SRC shell
71
+ brew install cmake
72
+ brew install --with-libssh2 libgit2
73
+ #+END_SRC
74
+
75
+ Also, private key has to be registered in keychain in order to repo cloning
76
+ works.
77
+
78
+
79
+
80
+ * License
81
+
82
+ ~git-ready~ is available under the [[https://tldrlegal.com/license/mit-license][MIT License]]. See ~LICENSE.txt~ for the full text.
83
+
84
+ * Contributors
85
+
86
+ - [[https://colstrom.github.io/][Chris Olstrom]] | [[mailto:chris@olstrom.com][e-mail]] | [[https://twitter.com/ChrisOlstrom][Twitter]]
@@ -1,104 +1,29 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
- # -*- encoding: utf-8 -*-
5
- # stub: git-ready 0.9.0 ruby lib
1
+ Gem::Specification.new do |gem|
2
+ tag = `git describe --tags --abbrev=0`.chomp
6
3
 
7
- Gem::Specification.new do |s|
8
- s.name = "git-ready"
9
- s.version = "0.9.0"
4
+ gem.name = 'git-ready'
5
+ gem.homepage = 'http://github.com/colstrom/git-ready'
6
+ gem.summary = 'git-ready gets you ready to work with an established team that already uses GitHub.'
10
7
 
11
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
- s.require_paths = ["lib"]
13
- s.authors = ["Chris Olstrom"]
14
- s.date = "2016-02-11"
15
- s.description = "git-ready gets you ready to work with an established team that already uses GitHub."
16
- s.email = "chris@olstrom.com"
17
- s.executables = ["git-ready"]
18
- s.extra_rdoc_files = [
19
- "LICENSE.txt",
20
- "README.md"
21
- ]
22
- s.files = [
23
- ".document",
24
- ".gitignore",
25
- ".rspec",
26
- "Gemfile",
27
- "Gemfile.lock",
28
- "LICENSE.txt",
29
- "README.md",
30
- "Rakefile",
31
- "VERSION",
32
- "bin/git-ready",
33
- "git-ready.gemspec",
34
- "lib/git-ready.rb",
35
- "lib/git-ready/github.rb",
36
- "lib/git-ready/interactive_setup.rb",
37
- "lib/git-ready/interactive_setup/github_access_token.rb",
38
- "lib/git-ready/interactive_setup/workspace.rb",
39
- "lib/git-ready/settings.rb",
40
- "lib/git-ready/workspace.rb",
41
- "spec/git-ready_spec.rb",
42
- "spec/spec_helper.rb"
43
- ]
44
- s.homepage = "http://github.com/colstrom/git-ready"
45
- s.licenses = ["MIT"]
46
- s.rubygems_version = "2.5.1"
47
- s.summary = "git-ready gets you ready to work with an established team that already uses GitHub."
48
- s.test_files = ["spec/git-ready_spec.rb", "spec/spec_helper.rb"]
8
+ gem.version = "#{tag}"
9
+ gem.licenses = ['MIT']
10
+ gem.authors = ['Chris Olstrom']
11
+ gem.email = 'chris@olstrom.com'
49
12
 
50
- if s.respond_to? :specification_version then
51
- s.specification_version = 4
13
+ gem.cert_chain = ['trust/certificates/colstrom.pem']
14
+ gem.signing_key = File.expand_path ENV.fetch 'GEM_SIGNING_KEY'
52
15
 
53
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
54
- s.add_runtime_dependency(%q<contracts>, ["~> 0.9"])
55
- s.add_runtime_dependency(%q<octokit>, ["~> 4.0.0"])
56
- s.add_runtime_dependency(%q<progress_bar>, ["~> 1.0.0"])
57
- s.add_runtime_dependency(%q<rugged>, ["~> 0.23.0b0"])
58
- s.add_runtime_dependency(%q<settingslogic>, ["~> 2.0.0"])
59
- s.add_runtime_dependency(%q<terminal-announce>, ["~> 1.0.0"])
60
- s.add_development_dependency(%q<rspec>, ["~> 3.3.0"])
61
- s.add_development_dependency(%q<yard>, ["~> 0.8.0"])
62
- s.add_development_dependency(%q<bundler>, ["~> 1.10.0"])
63
- s.add_development_dependency(%q<jeweler>, ["~> 2.0.0"])
64
- s.add_development_dependency(%q<simplecov>, ["~> 0.10.0"])
65
- s.add_development_dependency(%q<reek>, ["~> 3.0.0"])
66
- s.add_development_dependency(%q<roodi>, ["~> 5.0.0"])
67
- s.add_development_dependency(%q<autotest-standalone>, ["~> 4.5.0"])
68
- s.add_development_dependency(%q<rspec-autotest>, ["= 1.0.0"])
69
- else
70
- s.add_dependency(%q<contracts>, ["~> 0.9"])
71
- s.add_dependency(%q<octokit>, ["~> 4.0.0"])
72
- s.add_dependency(%q<progress_bar>, ["~> 1.0.0"])
73
- s.add_dependency(%q<rugged>, ["~> 0.23.0b0"])
74
- s.add_dependency(%q<settingslogic>, ["~> 2.0.0"])
75
- s.add_dependency(%q<terminal-announce>, ["~> 1.0.0"])
76
- s.add_dependency(%q<rspec>, ["~> 3.3.0"])
77
- s.add_dependency(%q<yard>, ["~> 0.8.0"])
78
- s.add_dependency(%q<bundler>, ["~> 1.10.0"])
79
- s.add_dependency(%q<jeweler>, ["~> 2.0.0"])
80
- s.add_dependency(%q<simplecov>, ["~> 0.10.0"])
81
- s.add_dependency(%q<reek>, ["~> 3.0.0"])
82
- s.add_dependency(%q<roodi>, ["~> 5.0.0"])
83
- s.add_dependency(%q<autotest-standalone>, ["~> 4.5.0"])
84
- s.add_dependency(%q<rspec-autotest>, ["= 1.0.0"])
85
- end
86
- else
87
- s.add_dependency(%q<contracts>, ["~> 0.9"])
88
- s.add_dependency(%q<octokit>, ["~> 4.0.0"])
89
- s.add_dependency(%q<progress_bar>, ["~> 1.0.0"])
90
- s.add_dependency(%q<rugged>, ["~> 0.23.0b0"])
91
- s.add_dependency(%q<settingslogic>, ["~> 2.0.0"])
92
- s.add_dependency(%q<terminal-announce>, ["~> 1.0.0"])
93
- s.add_dependency(%q<rspec>, ["~> 3.3.0"])
94
- s.add_dependency(%q<yard>, ["~> 0.8.0"])
95
- s.add_dependency(%q<bundler>, ["~> 1.10.0"])
96
- s.add_dependency(%q<jeweler>, ["~> 2.0.0"])
97
- s.add_dependency(%q<simplecov>, ["~> 0.10.0"])
98
- s.add_dependency(%q<reek>, ["~> 3.0.0"])
99
- s.add_dependency(%q<roodi>, ["~> 5.0.0"])
100
- s.add_dependency(%q<autotest-standalone>, ["~> 4.5.0"])
101
- s.add_dependency(%q<rspec-autotest>, ["= 1.0.0"])
102
- end
16
+ gem.files = `git ls-files -z`.split("\x0")
17
+ gem.test_files = `git ls-files -z -- {test,spec,features}/*`.split("\x0")
18
+ gem.executables = `git ls-files -z -- bin/*`.split("\x0").map { |f| File.basename(f) }
19
+
20
+ gem.require_paths = ['lib']
21
+
22
+ gem.add_runtime_dependency 'contracts', '~> 0.9'
23
+ gem.add_runtime_dependency 'octokit', '~> 4.0.0'
24
+ gem.add_runtime_dependency 'progress_bar', '~> 1.0.0'
25
+ gem.add_runtime_dependency 'rugged', '~> 0.23.0b0'
26
+ gem.add_runtime_dependency 'settingslogic', '~> 2.0.0'
27
+ gem.add_runtime_dependency 'terminal-announce', '~> 1.0.0'
103
28
  end
104
29
 
@@ -0,0 +1,25 @@
1
+ -----BEGIN CERTIFICATE-----
2
+ MIIENDCCApygAwIBAgIBATANBgkqhkiG9w0BAQsFADAiMSAwHgYDVQQDDBdjaHJp
3
+ cy9EQz1vbHN0cm9tL0RDPWNvbTAeFw0xODAzMTUxODMxMTdaFw0xOTAzMTUxODMx
4
+ MTdaMCIxIDAeBgNVBAMMF2NocmlzL0RDPW9sc3Ryb20vREM9Y29tMIIBojANBgkq
5
+ hkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAp31YmQvpMuQSlgX22B++/rxl4p4LYyaq
6
+ cDDbi8DBro9cm2H60lbpCuAUALiED2CagZEK0vel5W8AnZhhns0OEYAlpQtBSJtN
7
+ 8P/jlNYruuY26aVhfHfyA5j1n7tVecJz3i/awEPGC3zuTfvUq7Ahn5czOy+hIm4M
8
+ epee881dqnJlXjzTX/TKFYQa9tYj4bhsjfJOV+EDMcao/DE3vmNcBKH8XFVv/wQe
9
+ MGC7VY5zBwow00AkCicNmIr0Psy5hLvqphJ/E3Eiu4UpXhiBfM0z7xiBPoPMBqOx
10
+ r1RzgfKm/JbDO7leFmrEi8hLofyMmbuGvrSTE274vS4EnKaW6OtK7QM5R+jOJZbd
11
+ 67KUgSw+LdHNwu8xCuuQOdKPeSfWdNz94KAdczjzHdXUl/SpfmTuN/D+BCZjTxSo
12
+ F1kACSU6uGTBFKZy35XK+yqeny/1l6xRs6j+cON+LSRMKYSt7jdLcKQVk5wH2xLo
13
+ 83njwnumFxKhiWu0oaT5dlDCtyYM85j9AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYD
14
+ VR0PBAQDAgSwMB0GA1UdDgQWBBQEd3/D0MMj9FHhMZk0QJDlrUtKaTAcBgNVHREE
15
+ FTATgRFjaHJpc0BvbHN0cm9tLmNvbTAcBgNVHRIEFTATgRFjaHJpc0BvbHN0cm9t
16
+ LmNvbTANBgkqhkiG9w0BAQsFAAOCAYEALritM5RkGNZ7cs8hlljSEyuwJrbJYOSX
17
+ 6p1S0D83GlfGZ/5XABy1p4EGQjxiAYuDrnnIw6GLHpgxFEtUNvyNYVfAa6u6yz4Y
18
+ nEjbEF76zAAxoRfivDApGJ3G9wuZ14cHZswFJppf2N4RG14F8bfLtU1OMYDLw8eK
19
+ QJOpynqHtrSj+FfsyNb6d93K8rlNCEd4UHkdRH1m7VnG6M18HvkbQCRMJtOFg/3j
20
+ c66TgdClDMJJXXiktVinfsmpTwxe2IzjGvwo2CZ/S53WPU/jb4uQMUzY0tMw48rl
21
+ S07/1DQNogstTnLYueqkUS1PYEwtavKVnpAtnaOdf0rJ/Rk4hA36BRgAVyQrp0uu
22
+ mSbo3NCvepJNYsTOUM+Df421VuPq713JV0aJDqltyfPptTM7fmNMcukbRh0aRuMT
23
+ EIKh6yDoB+oCRuiTV0uw/lKE2PtbONhJb7uN1qhZqla/iBpmUjiEu8+skI+ygv9n
24
+ 7Krw8FJrV3+VRCiZTPKHeshAfL9yeIZh
25
+ -----END CERTIFICATE-----
metadata CHANGED
@@ -1,14 +1,40 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-ready
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Olstrom
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain: []
11
- date: 2016-02-11 00:00:00.000000000 Z
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIENDCCApygAwIBAgIBATANBgkqhkiG9w0BAQsFADAiMSAwHgYDVQQDDBdjaHJp
14
+ cy9EQz1vbHN0cm9tL0RDPWNvbTAeFw0xODAzMTUxODMxMTdaFw0xOTAzMTUxODMx
15
+ MTdaMCIxIDAeBgNVBAMMF2NocmlzL0RDPW9sc3Ryb20vREM9Y29tMIIBojANBgkq
16
+ hkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAp31YmQvpMuQSlgX22B++/rxl4p4LYyaq
17
+ cDDbi8DBro9cm2H60lbpCuAUALiED2CagZEK0vel5W8AnZhhns0OEYAlpQtBSJtN
18
+ 8P/jlNYruuY26aVhfHfyA5j1n7tVecJz3i/awEPGC3zuTfvUq7Ahn5czOy+hIm4M
19
+ epee881dqnJlXjzTX/TKFYQa9tYj4bhsjfJOV+EDMcao/DE3vmNcBKH8XFVv/wQe
20
+ MGC7VY5zBwow00AkCicNmIr0Psy5hLvqphJ/E3Eiu4UpXhiBfM0z7xiBPoPMBqOx
21
+ r1RzgfKm/JbDO7leFmrEi8hLofyMmbuGvrSTE274vS4EnKaW6OtK7QM5R+jOJZbd
22
+ 67KUgSw+LdHNwu8xCuuQOdKPeSfWdNz94KAdczjzHdXUl/SpfmTuN/D+BCZjTxSo
23
+ F1kACSU6uGTBFKZy35XK+yqeny/1l6xRs6j+cON+LSRMKYSt7jdLcKQVk5wH2xLo
24
+ 83njwnumFxKhiWu0oaT5dlDCtyYM85j9AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYD
25
+ VR0PBAQDAgSwMB0GA1UdDgQWBBQEd3/D0MMj9FHhMZk0QJDlrUtKaTAcBgNVHREE
26
+ FTATgRFjaHJpc0BvbHN0cm9tLmNvbTAcBgNVHRIEFTATgRFjaHJpc0BvbHN0cm9t
27
+ LmNvbTANBgkqhkiG9w0BAQsFAAOCAYEALritM5RkGNZ7cs8hlljSEyuwJrbJYOSX
28
+ 6p1S0D83GlfGZ/5XABy1p4EGQjxiAYuDrnnIw6GLHpgxFEtUNvyNYVfAa6u6yz4Y
29
+ nEjbEF76zAAxoRfivDApGJ3G9wuZ14cHZswFJppf2N4RG14F8bfLtU1OMYDLw8eK
30
+ QJOpynqHtrSj+FfsyNb6d93K8rlNCEd4UHkdRH1m7VnG6M18HvkbQCRMJtOFg/3j
31
+ c66TgdClDMJJXXiktVinfsmpTwxe2IzjGvwo2CZ/S53WPU/jb4uQMUzY0tMw48rl
32
+ S07/1DQNogstTnLYueqkUS1PYEwtavKVnpAtnaOdf0rJ/Rk4hA36BRgAVyQrp0uu
33
+ mSbo3NCvepJNYsTOUM+Df421VuPq713JV0aJDqltyfPptTM7fmNMcukbRh0aRuMT
34
+ EIKh6yDoB+oCRuiTV0uw/lKE2PtbONhJb7uN1qhZqla/iBpmUjiEu8+skI+ygv9n
35
+ 7Krw8FJrV3+VRCiZTPKHeshAfL9yeIZh
36
+ -----END CERTIFICATE-----
37
+ date: 2018-03-16 00:00:00.000000000 Z
12
38
  dependencies:
13
39
  - !ruby/object:Gem::Dependency
14
40
  name: contracts
@@ -94,151 +120,20 @@ dependencies:
94
120
  - - "~>"
95
121
  - !ruby/object:Gem::Version
96
122
  version: 1.0.0
97
- - !ruby/object:Gem::Dependency
98
- name: rspec
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: 3.3.0
104
- type: :development
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - "~>"
109
- - !ruby/object:Gem::Version
110
- version: 3.3.0
111
- - !ruby/object:Gem::Dependency
112
- name: yard
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - "~>"
116
- - !ruby/object:Gem::Version
117
- version: 0.8.0
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - "~>"
123
- - !ruby/object:Gem::Version
124
- version: 0.8.0
125
- - !ruby/object:Gem::Dependency
126
- name: bundler
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - "~>"
130
- - !ruby/object:Gem::Version
131
- version: 1.10.0
132
- type: :development
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - "~>"
137
- - !ruby/object:Gem::Version
138
- version: 1.10.0
139
- - !ruby/object:Gem::Dependency
140
- name: jeweler
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - "~>"
144
- - !ruby/object:Gem::Version
145
- version: 2.0.0
146
- type: :development
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - "~>"
151
- - !ruby/object:Gem::Version
152
- version: 2.0.0
153
- - !ruby/object:Gem::Dependency
154
- name: simplecov
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - "~>"
158
- - !ruby/object:Gem::Version
159
- version: 0.10.0
160
- type: :development
161
- prerelease: false
162
- version_requirements: !ruby/object:Gem::Requirement
163
- requirements:
164
- - - "~>"
165
- - !ruby/object:Gem::Version
166
- version: 0.10.0
167
- - !ruby/object:Gem::Dependency
168
- name: reek
169
- requirement: !ruby/object:Gem::Requirement
170
- requirements:
171
- - - "~>"
172
- - !ruby/object:Gem::Version
173
- version: 3.0.0
174
- type: :development
175
- prerelease: false
176
- version_requirements: !ruby/object:Gem::Requirement
177
- requirements:
178
- - - "~>"
179
- - !ruby/object:Gem::Version
180
- version: 3.0.0
181
- - !ruby/object:Gem::Dependency
182
- name: roodi
183
- requirement: !ruby/object:Gem::Requirement
184
- requirements:
185
- - - "~>"
186
- - !ruby/object:Gem::Version
187
- version: 5.0.0
188
- type: :development
189
- prerelease: false
190
- version_requirements: !ruby/object:Gem::Requirement
191
- requirements:
192
- - - "~>"
193
- - !ruby/object:Gem::Version
194
- version: 5.0.0
195
- - !ruby/object:Gem::Dependency
196
- name: autotest-standalone
197
- requirement: !ruby/object:Gem::Requirement
198
- requirements:
199
- - - "~>"
200
- - !ruby/object:Gem::Version
201
- version: 4.5.0
202
- type: :development
203
- prerelease: false
204
- version_requirements: !ruby/object:Gem::Requirement
205
- requirements:
206
- - - "~>"
207
- - !ruby/object:Gem::Version
208
- version: 4.5.0
209
- - !ruby/object:Gem::Dependency
210
- name: rspec-autotest
211
- requirement: !ruby/object:Gem::Requirement
212
- requirements:
213
- - - '='
214
- - !ruby/object:Gem::Version
215
- version: 1.0.0
216
- type: :development
217
- prerelease: false
218
- version_requirements: !ruby/object:Gem::Requirement
219
- requirements:
220
- - - '='
221
- - !ruby/object:Gem::Version
222
- version: 1.0.0
223
- description: git-ready gets you ready to work with an established team that already
224
- uses GitHub.
123
+ description:
225
124
  email: chris@olstrom.com
226
125
  executables:
227
126
  - git-ready
228
127
  extensions: []
229
- extra_rdoc_files:
230
- - LICENSE.txt
231
- - README.md
128
+ extra_rdoc_files: []
232
129
  files:
233
130
  - ".document"
234
131
  - ".gitignore"
235
132
  - ".rspec"
236
133
  - Gemfile
237
- - Gemfile.lock
238
134
  - LICENSE.txt
239
- - README.md
135
+ - README.org
240
136
  - Rakefile
241
- - VERSION
242
137
  - bin/git-ready
243
138
  - git-ready.gemspec
244
139
  - lib/git-ready.rb
@@ -250,6 +145,7 @@ files:
250
145
  - lib/git-ready/workspace.rb
251
146
  - spec/git-ready_spec.rb
252
147
  - spec/spec_helper.rb
148
+ - trust/certificates/colstrom.pem
253
149
  homepage: http://github.com/colstrom/git-ready
254
150
  licenses:
255
151
  - MIT
@@ -270,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
270
166
  version: '0'
271
167
  requirements: []
272
168
  rubyforge_project:
273
- rubygems_version: 2.5.1
169
+ rubygems_version: 2.7.6
274
170
  signing_key:
275
171
  specification_version: 4
276
172
  summary: git-ready gets you ready to work with an established team that already uses
@@ -278,4 +174,3 @@ summary: git-ready gets you ready to work with an established team that already
278
174
  test_files:
279
175
  - spec/git-ready_spec.rb
280
176
  - spec/spec_helper.rb
281
- has_rdoc:
Binary file
@@ -1,143 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- abstract_type (0.0.7)
5
- adamantium (0.2.0)
6
- ice_nine (~> 0.11.0)
7
- memoizable (~> 0.4.0)
8
- addressable (2.3.8)
9
- ast (2.0.0)
10
- autotest-standalone (4.5.11)
11
- builder (3.2.2)
12
- concord (0.1.5)
13
- adamantium (~> 0.2.0)
14
- equalizer (~> 0.0.9)
15
- contracts (0.9)
16
- descendants_tracker (0.0.4)
17
- thread_safe (~> 0.3, >= 0.3.1)
18
- diff-lcs (1.2.5)
19
- docile (1.1.5)
20
- equalizer (0.0.11)
21
- faraday (0.9.1)
22
- multipart-post (>= 1.2, < 3)
23
- git (1.2.9.1)
24
- github_api (0.12.3)
25
- addressable (~> 2.3)
26
- descendants_tracker (~> 0.0.4)
27
- faraday (~> 0.8, < 0.10)
28
- hashie (>= 3.3)
29
- multi_json (>= 1.7.5, < 2.0)
30
- nokogiri (~> 1.6.3)
31
- oauth2
32
- hashie (3.4.2)
33
- highline (1.6.21)
34
- ice_nine (0.11.1)
35
- jeweler (2.0.1)
36
- builder
37
- bundler (>= 1.0)
38
- git (>= 1.2.5)
39
- github_api
40
- highline (>= 1.6.15)
41
- nokogiri (>= 1.5.10)
42
- rake
43
- rdoc
44
- json (1.8.3)
45
- jwt (1.5.1)
46
- memoizable (0.4.2)
47
- thread_safe (~> 0.3, >= 0.3.1)
48
- mini_portile (0.6.2)
49
- multi_json (1.11.2)
50
- multi_xml (0.5.5)
51
- multipart-post (2.0.0)
52
- nokogiri (1.6.6.2)
53
- mini_portile (~> 0.6.0)
54
- oauth2 (1.0.0)
55
- faraday (>= 0.8, < 0.10)
56
- jwt (~> 1.0)
57
- multi_json (~> 1.3)
58
- multi_xml (~> 0.5)
59
- rack (~> 1.2)
60
- octokit (4.0.1)
61
- sawyer (~> 0.6.0, >= 0.5.3)
62
- options (2.3.2)
63
- parser (2.2.2.6)
64
- ast (>= 1.1, < 3.0)
65
- procto (0.0.2)
66
- progress_bar (1.0.3)
67
- highline (~> 1.6.1)
68
- options (~> 2.3.0)
69
- rack (1.6.4)
70
- rainbow (2.0.0)
71
- rake (10.4.2)
72
- rdoc (4.2.0)
73
- reek (3.0.3)
74
- parser (~> 2.2.2.5)
75
- rainbow (~> 2.0)
76
- unparser (~> 0.2.2)
77
- roodi (5.0.0)
78
- ruby_parser (~> 3.2, >= 3.2.2)
79
- rspec (3.3.0)
80
- rspec-core (~> 3.3.0)
81
- rspec-expectations (~> 3.3.0)
82
- rspec-mocks (~> 3.3.0)
83
- rspec-autotest (1.0.0)
84
- rspec-core (>= 2.99.0.beta1, < 4.0.0)
85
- rspec-core (3.3.1)
86
- rspec-support (~> 3.3.0)
87
- rspec-expectations (3.3.0)
88
- diff-lcs (>= 1.2.0, < 2.0)
89
- rspec-support (~> 3.3.0)
90
- rspec-mocks (3.3.1)
91
- diff-lcs (>= 1.2.0, < 2.0)
92
- rspec-support (~> 3.3.0)
93
- rspec-support (3.3.0)
94
- ruby_parser (3.7.0)
95
- sexp_processor (~> 4.1)
96
- rugged (0.23.0b4)
97
- sawyer (0.6.0)
98
- addressable (~> 2.3.5)
99
- faraday (~> 0.8, < 0.10)
100
- settingslogic (2.0.9)
101
- sexp_processor (4.6.0)
102
- simplecov (0.10.0)
103
- docile (~> 1.1.0)
104
- json (~> 1.8)
105
- simplecov-html (~> 0.10.0)
106
- simplecov-html (0.10.0)
107
- terminal-announce (1.0.0)
108
- bundler
109
- contracts
110
- rainbow
111
- thread_safe (0.3.5)
112
- unparser (0.2.4)
113
- abstract_type (~> 0.0.7)
114
- adamantium (~> 0.2.0)
115
- concord (~> 0.1.5)
116
- diff-lcs (~> 1.2.5)
117
- equalizer (~> 0.0.9)
118
- parser (~> 2.2.2)
119
- procto (~> 0.0.2)
120
- yard (0.8.7.6)
121
-
122
- PLATFORMS
123
- ruby
124
-
125
- DEPENDENCIES
126
- autotest-standalone (~> 4.5.0)
127
- bundler (~> 1.10.0)
128
- contracts (~> 0.9)
129
- jeweler (~> 2.0.0)
130
- octokit (~> 4.0.0)
131
- progress_bar (~> 1.0.0)
132
- reek (~> 3.0.0)
133
- roodi (~> 5.0.0)
134
- rspec (~> 3.3.0)
135
- rspec-autotest (= 1.0.0)
136
- rugged (~> 0.23.0b0)
137
- settingslogic (~> 2.0.0)
138
- simplecov (~> 0.10.0)
139
- terminal-announce (~> 1.0.0)
140
- yard (~> 0.8.0)
141
-
142
- BUNDLED WITH
143
- 1.10.5
data/README.md DELETED
@@ -1,70 +0,0 @@
1
- # git-ready
2
-
3
- git-ready is a tool for quickly joining an organization on GitHub.
4
-
5
- Description
6
- -----------
7
-
8
- git-ready does three things.
9
- 1. Forks all repositories of the organization to your account.
10
- 2. Clones the forked repositories locally.
11
- 3. Configures an `upstream` remote for each repository, for convenient fetching.
12
-
13
- It can be run again without concern. It will only fork and clone missing repositories.
14
-
15
- Why would you want this?
16
- ------------------------
17
-
18
- For a team that uses a Fork + Pull Request workflow, and has a large number of repositories, `git-ready` is a simple way to onboard new team members.
19
-
20
- Example Workflow
21
- ----------------
22
-
23
- 1. Fork repository.
24
- 2. Make changes.
25
- 3. Test changes.
26
- 4. Push changes to `origin`
27
- 5. Submit Pull Request to `upstream`
28
- 6. Code Review
29
- 7. Merge
30
-
31
- Installation
32
- ------------
33
-
34
- `gem install git-ready`
35
-
36
- Usage
37
- -----
38
-
39
- `git-ready <organization>`
40
-
41
- Configuration
42
- -------------
43
- git-ready will search for configuration files in the following places:
44
- * /etc/git-ready.yaml
45
- * /usr/local/etc/git-ready.yaml
46
- * ~/.config/git-ready.yaml
47
- * ./git-ready.yaml
48
-
49
- These will be loaded in order, and any conflicting keys will be overwritten.
50
-
51
- If no configuration is found, git-ready will enter _Interactive Setup Mode_, and attempt to guide you through setup. It will prompt for your GitHub username and password, so it can issue itself an auth token (with `repo` scope only) for future use. This will be written to the configuration file.
52
-
53
- If your GitHub account uses 2-Factor Authentication, git-ready will prompt you for a 2FA token.
54
-
55
- If you would prefer to set up an auth token manually, that is supported too.
56
-
57
- OSX Installation Issues?
58
- ------------------------
59
-
60
- One of the gems used by git-ready ([Rugged](https://github.com/libgit2/rugged)), requires `cmake` and `libgit2` to build. On OSX, this isn't installed by default, but can easily be resolved with `brew install cmake`, `brew install libgit2 --with-libssh2` .
61
-
62
- Also, private key has to be registered in keychain in order to repo cloning works.
63
-
64
- License
65
- -------
66
- [MIT](https://tldrlegal.com/license/mit-license)
67
-
68
- Contributors
69
- ------------
70
- * [Chris Olstrom](https://colstrom.github.io/) | [e-mail](mailto:chris@olstrom.com) | [Twitter](https://twitter.com/ChrisOlstrom)
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.9.0