github_cloner 0.3.0 → 0.3.1
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.
- data/README.rdoc +1 -1
- data/github_cloner.gemspec +1 -1
- data/lib/github_cloner/version.rb +1 -1
- data/pkg/github_cloner-0.3.0.gem +0 -0
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -11,7 +11,7 @@ Usage: github_cloner [options]
|
|
|
11
11
|
Specific options:
|
|
12
12
|
-u, --username GITHUB_USERNAME Require the GITHUB_USERNAME before executing your script
|
|
13
13
|
-p, --path [PATH] PATH to new repos collection (default: current directory)
|
|
14
|
-
-t, --timeout [TIMEOUT]
|
|
14
|
+
-t, --timeout [TIMEOUT] Number of days from the last push before repos will be placed in the inactive folder (default: disabled)
|
|
15
15
|
-m, --method [METHOD] git clone [METHOD] (http, git, ssh. default: http)
|
|
16
16
|
-r, --repos x,y,z List of needed repos (default: all repos from your profile)
|
|
17
17
|
|
data/github_cloner.gemspec
CHANGED
data/pkg/github_cloner-0.3.0.gem
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: github_cloner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.3.
|
|
5
|
+
version: 0.3.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Vasiliy Ermolovich
|
|
@@ -96,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
96
96
|
requirements:
|
|
97
97
|
- - ">="
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
|
-
hash:
|
|
99
|
+
hash: 788755165
|
|
100
100
|
segments:
|
|
101
101
|
- 0
|
|
102
102
|
version: "0"
|