gh_backup 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +15 -3
- data/lib/gh_backup/version.rb +1 -1
- metadata +12 -24
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: bda8a97e2543927fa3f4446623cea74a74d5036c
|
4
|
+
data.tar.gz: 80be1d2a1ac2d780c857a05d8f5a95a5d32c2089
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 704f0e5b79d4b183596a2465c277f6fad89ff64f16bfa6f4b323420650cd5fd33ebfb06540563bf90c3e41a753b42583acd58d03bee4b8c417de18a856854a9c
|
7
|
+
data.tar.gz: 20f2cb101eab62567e9ea9689da44d04a2a94aebadeb0ed2933e87551566e45fe25df7349461e6728fb42d4e17e38d04c6a79aa79c6ced9a80c16bb0a4c38888
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# GhBackup
|
2
2
|
|
3
|
-
A
|
3
|
+
A tools that backs up all github repos for an organization
|
4
4
|
|
5
5
|

|
6
6
|
|
@@ -12,9 +12,21 @@ Install locally with
|
|
12
12
|
|
13
13
|
## Usage
|
14
14
|
|
15
|
-
Backups are placed in a
|
15
|
+
Backups are placed in a folder called backups in the current directory
|
16
16
|
|
17
|
-
backup all <org> <username> <password>
|
17
|
+
backup all <org> <github-username> <github-password>
|
18
|
+
|
19
|
+
Backup all the git repos for your organization
|
20
|
+
|
21
|
+
```
|
22
|
+
backup list myorg username password
|
23
|
+
```
|
24
|
+
|
25
|
+
Listing all the git repos for your organization
|
26
|
+
|
27
|
+
```
|
28
|
+
backup list myorg username password
|
29
|
+
```
|
18
30
|
|
19
31
|
## Contributing
|
20
32
|
|
data/lib/gh_backup/version.rb
CHANGED
metadata
CHANGED
@@ -1,49 +1,44 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gh_backup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.6
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- owain lewis
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-02-03 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: thor
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- -
|
17
|
+
- - '>='
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: '0'
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - '>='
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: '0'
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: rake
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- -
|
31
|
+
- - '>='
|
36
32
|
- !ruby/object:Gem::Version
|
37
33
|
version: '0'
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- -
|
38
|
+
- - '>='
|
44
39
|
- !ruby/object:Gem::Version
|
45
40
|
version: '0'
|
46
|
-
description:
|
41
|
+
description: ' Backups up github repos '
|
47
42
|
email:
|
48
43
|
- owain@owainlewis.com
|
49
44
|
executables:
|
@@ -64,32 +59,25 @@ files:
|
|
64
59
|
- screenshots/preview.png
|
65
60
|
homepage: ''
|
66
61
|
licenses: []
|
62
|
+
metadata: {}
|
67
63
|
post_install_message:
|
68
64
|
rdoc_options: []
|
69
65
|
require_paths:
|
70
66
|
- lib
|
71
67
|
required_ruby_version: !ruby/object:Gem::Requirement
|
72
|
-
none: false
|
73
68
|
requirements:
|
74
|
-
- -
|
69
|
+
- - '>='
|
75
70
|
- !ruby/object:Gem::Version
|
76
71
|
version: '0'
|
77
|
-
segments:
|
78
|
-
- 0
|
79
|
-
hash: -1015712525566884284
|
80
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
|
-
none: false
|
82
73
|
requirements:
|
83
|
-
- -
|
74
|
+
- - '>='
|
84
75
|
- !ruby/object:Gem::Version
|
85
76
|
version: '0'
|
86
|
-
segments:
|
87
|
-
- 0
|
88
|
-
hash: -1015712525566884284
|
89
77
|
requirements: []
|
90
78
|
rubyforge_project:
|
91
|
-
rubygems_version:
|
79
|
+
rubygems_version: 2.0.5
|
92
80
|
signing_key:
|
93
|
-
specification_version:
|
81
|
+
specification_version: 4
|
94
82
|
summary: Gem that backups up repos for an organization
|
95
83
|
test_files: []
|