github_cloner 0.3.1 → 0.3.2

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.
@@ -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.1"
8
+ s.version = "0.3.2"
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"]
@@ -32,6 +32,7 @@ Gem::Specification.new do |s|
32
32
  "pkg/github_cloner-0.1.gem",
33
33
  "pkg/github_cloner-0.2.gem",
34
34
  "pkg/github_cloner-0.3.0.gem",
35
+ "pkg/github_cloner-0.3.1.gem",
35
36
  "test/helper.rb",
36
37
  "test/test_github_cloner.rb"
37
38
  ]
@@ -17,7 +17,8 @@ module Github
17
17
  else
18
18
  repos << make_git_url(repo['name'], mode, username, "")
19
19
  end
20
- end
20
+ end
21
+ repos
21
22
  end
22
23
 
23
24
  def make_git_url(repo_name, mode, username, inactive)
@@ -41,4 +42,4 @@ module Github
41
42
 
42
43
  end
43
44
 
44
- end
45
+ end
@@ -2,7 +2,7 @@ class Cloner
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- PATCH = 1
5
+ PATCH = 2
6
6
  BUILD = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
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.1
5
+ version: 0.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Vasiliy Ermolovich
@@ -80,6 +80,7 @@ files:
80
80
  - pkg/github_cloner-0.1.gem
81
81
  - pkg/github_cloner-0.2.gem
82
82
  - pkg/github_cloner-0.3.0.gem
83
+ - pkg/github_cloner-0.3.1.gem
83
84
  - test/helper.rb
84
85
  - test/test_github_cloner.rb
85
86
  has_rdoc: true
@@ -96,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
97
  requirements:
97
98
  - - ">="
98
99
  - !ruby/object:Gem::Version
99
- hash: 788755165
100
+ hash: 941243155
100
101
  segments:
101
102
  - 0
102
103
  version: "0"