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 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] Number of days from the last push befor repos will be placed in the inactive folder (default: disabled)
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{github_cloner}
8
- s.version = "0.3.0"
8
+ s.version = "0.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Vasiliy Ermolovich"]
@@ -2,7 +2,7 @@ class Cloner
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- PATCH = 0
5
+ PATCH = 1
6
6
  BUILD = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
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.0
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: -506048625
99
+ hash: 788755165
100
100
  segments:
101
101
  - 0
102
102
  version: "0"