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.
data/github_cloner.gemspec
CHANGED
|
@@ -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.
|
|
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
|
]
|
|
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.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:
|
|
100
|
+
hash: 941243155
|
|
100
101
|
segments:
|
|
101
102
|
- 0
|
|
102
103
|
version: "0"
|