vpr 2.3.0 → 2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +84 -8
- data/Gemfile.lock +17 -16
- data/Rakefile +2 -2
- data/lib/vpr/git_parser.rb +3 -1
- data/lib/vpr/version.rb +1 -1
- data/vpr.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7cbb605e13043c2455046ab956e5ce594d4728bee3f7741ccd8bfbcd79b4237
|
|
4
|
+
data.tar.gz: e22d596c37d45f42ebf086254c002cdd28413919759f8c6f08dd96bc6e6b6351
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3fcd95ba7d916fb23b98a90441e3f46756031e955894959b6686baf0dcd4e883bec081779c07f6d6c20f90a921c7b4b43314a042780ffe946f916ba86810176
|
|
7
|
+
data.tar.gz: 2244a11cd7666fc4be1cbc5318bbb1442e9dd9c00d09094ecd52f6bd8439327ac331ae03480691e01ef103743eeef1c46b95037053a97a2d603bacb2d885dca1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,83 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [
|
|
4
|
-
|
|
3
|
+
## [v2.3.1](https://github.com/JuanCrg90/vpr/tree/v2.3.1) (2020-10-28)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v2.3.0...v2.3.1)
|
|
6
|
+
|
|
7
|
+
**Closed issues:**
|
|
8
|
+
|
|
9
|
+
- Add support vpr branch in gitlab [\#41](https://github.com/JuanCrg90/vpr/issues/41)
|
|
10
|
+
- Add support vpr pulls in gitlab [\#40](https://github.com/JuanCrg90/vpr/issues/40)
|
|
11
|
+
- Add support vpr pull in gitlab [\#39](https://github.com/JuanCrg90/vpr/issues/39)
|
|
12
|
+
- vpr pull fails on renamed repos [\#35](https://github.com/JuanCrg90/vpr/issues/35)
|
|
13
|
+
|
|
14
|
+
**Merged pull requests:**
|
|
15
|
+
|
|
16
|
+
- Error message when there is no repository [\#47](https://github.com/JuanCrg90/vpr/pull/47) ([EduardoGHdez](https://github.com/EduardoGHdez))
|
|
17
|
+
- Update changelog [\#46](https://github.com/JuanCrg90/vpr/pull/46) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
18
|
+
|
|
19
|
+
## [v2.3.0](https://github.com/JuanCrg90/vpr/tree/v2.3.0) (2020-10-03)
|
|
20
|
+
|
|
21
|
+
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v2.2.1...v2.3.0)
|
|
22
|
+
|
|
23
|
+
**Merged pull requests:**
|
|
24
|
+
|
|
25
|
+
- Support gitlab service [\#45](https://github.com/JuanCrg90/vpr/pull/45) ([Snick555](https://github.com/Snick555))
|
|
26
|
+
|
|
27
|
+
## [v2.2.1](https://github.com/JuanCrg90/vpr/tree/v2.2.1) (2020-10-02)
|
|
28
|
+
|
|
29
|
+
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v2.2.0...v2.2.1)
|
|
30
|
+
|
|
31
|
+
**Merged pull requests:**
|
|
32
|
+
|
|
33
|
+
- Upgrade Git Gem to version 1.7 [\#44](https://github.com/JuanCrg90/vpr/pull/44) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
34
|
+
- Remove Circle CI [\#43](https://github.com/JuanCrg90/vpr/pull/43) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
35
|
+
- Use Github actions for CI [\#42](https://github.com/JuanCrg90/vpr/pull/42) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
36
|
+
- Bump activesupport from 5.2.3 to 6.0.3.1 [\#38](https://github.com/JuanCrg90/vpr/pull/38) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
37
|
+
|
|
38
|
+
## [v2.2.0](https://github.com/JuanCrg90/vpr/tree/v2.2.0) (2020-03-16)
|
|
39
|
+
|
|
40
|
+
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v2.1.0...v2.2.0)
|
|
41
|
+
|
|
42
|
+
**Merged pull requests:**
|
|
43
|
+
|
|
44
|
+
- Add support for number slash branches [\#37](https://github.com/JuanCrg90/vpr/pull/37) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
45
|
+
- Update rake requirement from ~\> 10.0 to ~\> 13.0 [\#36](https://github.com/JuanCrg90/vpr/pull/36) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
46
|
+
|
|
47
|
+
## [v2.1.0](https://github.com/JuanCrg90/vpr/tree/v2.1.0) (2019-12-16)
|
|
48
|
+
|
|
49
|
+
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v2.0.1...v2.1.0)
|
|
50
|
+
|
|
51
|
+
**Merged pull requests:**
|
|
52
|
+
|
|
53
|
+
- Separate each git service in its own class [\#33](https://github.com/JuanCrg90/vpr/pull/33) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
54
|
+
|
|
55
|
+
## [v2.0.1](https://github.com/JuanCrg90/vpr/tree/v2.0.1) (2019-12-04)
|
|
56
|
+
|
|
57
|
+
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v2.0.0...v2.0.1)
|
|
58
|
+
|
|
59
|
+
**Merged pull requests:**
|
|
60
|
+
|
|
61
|
+
- Fix vpr --version [\#32](https://github.com/JuanCrg90/vpr/pull/32) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
62
|
+
- Add Version 2.0.0 changelog [\#29](https://github.com/JuanCrg90/vpr/pull/29) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
63
|
+
|
|
64
|
+
## [v2.0.0](https://github.com/JuanCrg90/vpr/tree/v2.0.0) (2019-11-09)
|
|
65
|
+
|
|
66
|
+
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v1.0.0...v2.0.0)
|
|
67
|
+
|
|
68
|
+
**Implemented enhancements:**
|
|
69
|
+
|
|
70
|
+
- Allow to use vpr even if you are not in the root directory [\#17](https://github.com/JuanCrg90/vpr/issues/17)
|
|
71
|
+
|
|
72
|
+
**Closed issues:**
|
|
73
|
+
|
|
74
|
+
- Add support vpr search in bitbucket [\#20](https://github.com/JuanCrg90/vpr/issues/20)
|
|
75
|
+
- Add support vpr pulls in bitbucket [\#19](https://github.com/JuanCrg90/vpr/issues/19)
|
|
76
|
+
- Add support vpr branch in bitbucket [\#18](https://github.com/JuanCrg90/vpr/issues/18)
|
|
77
|
+
- Add linter/formatter GitHub action [\#12](https://github.com/JuanCrg90/vpr/issues/12)
|
|
78
|
+
- Add vpr --version command [\#10](https://github.com/JuanCrg90/vpr/issues/10)
|
|
79
|
+
- Add support vpr pull in bitbucket [\#9](https://github.com/JuanCrg90/vpr/issues/9)
|
|
80
|
+
- Add support to select remote branch to visit [\#8](https://github.com/JuanCrg90/vpr/issues/8)
|
|
5
81
|
|
|
6
82
|
**Merged pull requests:**
|
|
7
83
|
|
|
@@ -22,18 +98,20 @@
|
|
|
22
98
|
- Add vpr --version command [\#11](https://github.com/JuanCrg90/vpr/pull/11) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
23
99
|
- Update circle ci config [\#7](https://github.com/JuanCrg90/vpr/pull/7) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
24
100
|
- Add basic circle ci configuration [\#6](https://github.com/JuanCrg90/vpr/pull/6) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
25
|
-
- Add support for bitbucket in visit method [\#5](https://github.com/JuanCrg90/vpr/pull/5) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
26
101
|
|
|
27
102
|
## [v1.0.0](https://github.com/JuanCrg90/vpr/tree/v1.0.0) (2019-07-12)
|
|
103
|
+
|
|
28
104
|
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v0.2.0...v1.0.0)
|
|
29
105
|
|
|
30
106
|
**Merged pull requests:**
|
|
31
107
|
|
|
108
|
+
- Add support for bitbucket in visit method [\#5](https://github.com/JuanCrg90/vpr/pull/5) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
32
109
|
- Bump version 1.0.0 [\#4](https://github.com/JuanCrg90/vpr/pull/4) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
33
110
|
- Add changelog [\#3](https://github.com/JuanCrg90/vpr/pull/3) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
34
111
|
- Add regular GitHub project actions [\#2](https://github.com/JuanCrg90/vpr/pull/2) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
35
112
|
|
|
36
113
|
## [v0.2.0](https://github.com/JuanCrg90/vpr/tree/v0.2.0) (2019-07-10)
|
|
114
|
+
|
|
37
115
|
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v0.1.1...v0.2.0)
|
|
38
116
|
|
|
39
117
|
**Merged pull requests:**
|
|
@@ -41,11 +119,9 @@
|
|
|
41
119
|
- add Launchy dependency [\#1](https://github.com/JuanCrg90/vpr/pull/1) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
42
120
|
|
|
43
121
|
## [v0.1.1](https://github.com/JuanCrg90/vpr/tree/v0.1.1) (2019-07-05)
|
|
44
|
-
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v0.1.0...v0.1.1)
|
|
45
122
|
|
|
46
|
-
|
|
47
|
-
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/0.1.0...v0.1.0)
|
|
123
|
+
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v0.1.0...v0.1.1)
|
|
48
124
|
|
|
49
125
|
|
|
50
126
|
|
|
51
|
-
\* *This
|
|
127
|
+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
vpr (2.3.
|
|
4
|
+
vpr (2.3.1)
|
|
5
5
|
git (~> 1.7)
|
|
6
6
|
launchy (~> 2.4)
|
|
7
7
|
thor (~> 0.20)
|
|
@@ -9,7 +9,7 @@ PATH
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
activesupport (6.0.3.
|
|
12
|
+
activesupport (6.0.3.4)
|
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
14
14
|
i18n (>= 0.7, < 2)
|
|
15
15
|
minitest (~> 5.1)
|
|
@@ -18,31 +18,32 @@ GEM
|
|
|
18
18
|
addressable (2.6.0)
|
|
19
19
|
public_suffix (>= 2.0.2, < 4.0)
|
|
20
20
|
ast (2.4.0)
|
|
21
|
-
concurrent-ruby (1.1.
|
|
21
|
+
concurrent-ruby (1.1.7)
|
|
22
22
|
diff-lcs (1.3)
|
|
23
|
-
faraday (0.
|
|
23
|
+
faraday (1.0.1)
|
|
24
24
|
multipart-post (>= 1.2, < 3)
|
|
25
|
-
faraday-http-cache (2.
|
|
26
|
-
faraday (
|
|
25
|
+
faraday-http-cache (2.2.0)
|
|
26
|
+
faraday (>= 0.8)
|
|
27
27
|
git (1.7.0)
|
|
28
28
|
rchardet (~> 1.8)
|
|
29
|
-
github_changelog_generator (1.
|
|
29
|
+
github_changelog_generator (1.15.2)
|
|
30
30
|
activesupport
|
|
31
31
|
faraday-http-cache
|
|
32
32
|
multi_json
|
|
33
33
|
octokit (~> 4.6)
|
|
34
|
-
rainbow (>= 2.1)
|
|
34
|
+
rainbow (>= 2.2.1)
|
|
35
35
|
rake (>= 10.0)
|
|
36
|
-
retriable (~>
|
|
37
|
-
i18n (1.8.
|
|
36
|
+
retriable (~> 3.0)
|
|
37
|
+
i18n (1.8.5)
|
|
38
38
|
concurrent-ruby (~> 1.0)
|
|
39
39
|
jaro_winkler (1.5.3)
|
|
40
40
|
launchy (2.4.3)
|
|
41
41
|
addressable (~> 2.3)
|
|
42
|
-
minitest (5.14.
|
|
43
|
-
multi_json (1.
|
|
42
|
+
minitest (5.14.2)
|
|
43
|
+
multi_json (1.15.0)
|
|
44
44
|
multipart-post (2.1.1)
|
|
45
|
-
octokit (4.
|
|
45
|
+
octokit (4.18.0)
|
|
46
|
+
faraday (>= 0.9)
|
|
46
47
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
47
48
|
parallel (1.17.0)
|
|
48
49
|
parser (2.6.5.0)
|
|
@@ -51,7 +52,7 @@ GEM
|
|
|
51
52
|
rainbow (3.0.0)
|
|
52
53
|
rake (13.0.1)
|
|
53
54
|
rchardet (1.8.0)
|
|
54
|
-
retriable (
|
|
55
|
+
retriable (3.1.2)
|
|
55
56
|
rspec (3.8.0)
|
|
56
57
|
rspec-core (~> 3.8.0)
|
|
57
58
|
rspec-expectations (~> 3.8.0)
|
|
@@ -88,14 +89,14 @@ GEM
|
|
|
88
89
|
tzinfo (1.2.7)
|
|
89
90
|
thread_safe (~> 0.1)
|
|
90
91
|
unicode-display_width (1.6.0)
|
|
91
|
-
zeitwerk (2.
|
|
92
|
+
zeitwerk (2.4.0)
|
|
92
93
|
|
|
93
94
|
PLATFORMS
|
|
94
95
|
ruby
|
|
95
96
|
|
|
96
97
|
DEPENDENCIES
|
|
97
98
|
bundler (~> 2.1)
|
|
98
|
-
github_changelog_generator (~> 1.
|
|
99
|
+
github_changelog_generator (~> 1.15)
|
|
99
100
|
rake (~> 13.0)
|
|
100
101
|
rspec (~> 3.0)
|
|
101
102
|
rspec_junit_formatter (~> 0.4)
|
data/Rakefile
CHANGED
|
@@ -10,6 +10,6 @@ task default: [:standard, :spec]
|
|
|
10
10
|
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
|
|
11
11
|
config.user = "JuanCrg90"
|
|
12
12
|
config.project = "vpr"
|
|
13
|
-
config.since_tag = "
|
|
14
|
-
config.future_release = "
|
|
13
|
+
config.since_tag = "v0.1.0"
|
|
14
|
+
config.future_release = "v2.3.1"
|
|
15
15
|
end
|
data/lib/vpr/git_parser.rb
CHANGED
|
@@ -47,7 +47,9 @@ module Vpr
|
|
|
47
47
|
return dir if File.directory?(File.join(dir, ".git"))
|
|
48
48
|
|
|
49
49
|
parent = File.dirname(dir)
|
|
50
|
-
|
|
50
|
+
|
|
51
|
+
# NOTE: Raising an error because at this point it is at the root dir
|
|
52
|
+
raise Thor::Error.new("There is no repository in current directory") if parent == dir
|
|
51
53
|
|
|
52
54
|
dir = parent
|
|
53
55
|
end
|
data/lib/vpr/version.rb
CHANGED
data/vpr.gemspec
CHANGED
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
spec.require_paths = ["lib"]
|
|
25
25
|
|
|
26
26
|
spec.add_development_dependency "bundler", "~> 2.1"
|
|
27
|
-
spec.add_development_dependency "github_changelog_generator", "~> 1.
|
|
27
|
+
spec.add_development_dependency "github_changelog_generator", "~> 1.15"
|
|
28
28
|
spec.add_development_dependency "rake", "~> 13.0"
|
|
29
29
|
spec.add_development_dependency "rspec", "~> 3.0"
|
|
30
30
|
spec.add_development_dependency "rspec_junit_formatter", "~> 0.4"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vpr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Carlos Ruiz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-10-
|
|
11
|
+
date: 2020-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '1.
|
|
33
|
+
version: '1.15'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '1.
|
|
40
|
+
version: '1.15'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rake
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|