vpr 2.3.2 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8bd0f665a696d8fd07209b9dc557d3ab8cfd6f2145c0103d6d2f45f894779fe8
4
- data.tar.gz: 375bad74eae55b8583c4725d2d982a60635cab44c075de6cf8f97283a3634182
3
+ metadata.gz: 2934f2f3b5f9177c458baf126b8d78ab6e40429c0f4bd1675d45a723cba5fee4
4
+ data.tar.gz: 23d5de4b78bb7328dcb778ee708b71ca183fa166164f36e18e23897921c0031e
5
5
  SHA512:
6
- metadata.gz: 6c4bb0c86e8e38de43bf14ebe889799062adfb06daece70d4c99e25c95070b73fa5cd684d4edd8caa2c8468d2e80c4aa38ff55cfcd3ecb5162a504a691346117
7
- data.tar.gz: c62af43a110069c5a39301ef50879b8400c5b8e31dec1c67573bda093e91102601ca5e94b0b2dc798019a3415c30b5ac7d54a2bfaba95faa1ff32b8dcd6c5915
6
+ metadata.gz: edd580a332a72c4e2af867b7188148ba3bf385f82b36745f11d98238ec288994aefb663d7589b072f8c0f1007d03e4101634733bc3aba8d08669f4539615e21a
7
+ data.tar.gz: 9fa8906b17e0b21f2b3f59bd4b15acfeb8857c96e5879f2ac5ece7f17813d024e224feef85bb52e75fd8abf6f0c68d36d82b2d6226c462c05aa869ac4ac6dac9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [v2.3.3](https://github.com/JuanCrg90/vpr/tree/v2.3.3) (2021-11-06)
4
+
5
+ [Full Changelog](https://github.com/JuanCrg90/vpr/compare/v2.3.2...v2.3.3)
6
+
7
+ **Closed issues:**
8
+
9
+ - Improve the Readme [\#34](https://github.com/JuanCrg90/vpr/issues/34)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - Add support for repos with url name [\#51](https://github.com/JuanCrg90/vpr/pull/51) ([JuanCrg90](https://github.com/JuanCrg90))
14
+ - Bump addressable from 2.6.0 to 2.8.0 [\#50](https://github.com/JuanCrg90/vpr/pull/50) ([dependabot[bot]](https://github.com/apps/dependabot))
15
+
16
+ ## [v2.3.2](https://github.com/JuanCrg90/vpr/tree/v2.3.2) (2021-05-04)
17
+
18
+ [Full Changelog](https://github.com/JuanCrg90/vpr/compare/v2.3.1...v2.3.2)
19
+
20
+ **Merged pull requests:**
21
+
22
+ - Improve Readme [\#49](https://github.com/JuanCrg90/vpr/pull/49) ([JuanCrg90](https://github.com/JuanCrg90))
23
+ - Ability to specify branch in pull command [\#48](https://github.com/JuanCrg90/vpr/pull/48) ([EduardoGHdez](https://github.com/EduardoGHdez))
24
+
3
25
  ## [v2.3.1](https://github.com/JuanCrg90/vpr/tree/v2.3.1) (2020-10-28)
4
26
 
5
27
  [Full Changelog](https://github.com/JuanCrg90/vpr/compare/v2.3.0...v2.3.1)
@@ -98,6 +120,7 @@
98
120
  - Add vpr --version command [\#11](https://github.com/JuanCrg90/vpr/pull/11) ([andrewmcodes](https://github.com/andrewmcodes))
99
121
  - Update circle ci config [\#7](https://github.com/JuanCrg90/vpr/pull/7) ([JuanCrg90](https://github.com/JuanCrg90))
100
122
  - Add basic circle ci configuration [\#6](https://github.com/JuanCrg90/vpr/pull/6) ([JuanCrg90](https://github.com/JuanCrg90))
123
+ - Add support for bitbucket in visit method [\#5](https://github.com/JuanCrg90/vpr/pull/5) ([JuanCrg90](https://github.com/JuanCrg90))
101
124
 
102
125
  ## [v1.0.0](https://github.com/JuanCrg90/vpr/tree/v1.0.0) (2019-07-12)
103
126
 
@@ -105,7 +128,6 @@
105
128
 
106
129
  **Merged pull requests:**
107
130
 
108
- - Add support for bitbucket in visit method [\#5](https://github.com/JuanCrg90/vpr/pull/5) ([JuanCrg90](https://github.com/JuanCrg90))
109
131
  - Bump version 1.0.0 [\#4](https://github.com/JuanCrg90/vpr/pull/4) ([JuanCrg90](https://github.com/JuanCrg90))
110
132
  - Add changelog [\#3](https://github.com/JuanCrg90/vpr/pull/3) ([JuanCrg90](https://github.com/JuanCrg90))
111
133
  - Add regular GitHub project actions [\#2](https://github.com/JuanCrg90/vpr/pull/2) ([JuanCrg90](https://github.com/JuanCrg90))
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vpr (2.3.2)
4
+ vpr (2.3.3)
5
5
  git (~> 1.7)
6
6
  launchy (~> 2.4)
7
7
  thor (~> 0.20)
@@ -9,50 +9,96 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.0.3.4)
12
+ activesupport (6.1.4.1)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
- i18n (>= 0.7, < 2)
15
- minitest (~> 5.1)
16
- tzinfo (~> 1.1)
17
- zeitwerk (~> 2.2, >= 2.2.2)
18
- addressable (2.6.0)
19
- public_suffix (>= 2.0.2, < 4.0)
14
+ i18n (>= 1.6, < 2)
15
+ minitest (>= 5.1)
16
+ tzinfo (~> 2.0)
17
+ zeitwerk (~> 2.3)
18
+ addressable (2.8.0)
19
+ public_suffix (>= 2.0.2, < 5.0)
20
20
  ast (2.4.0)
21
- concurrent-ruby (1.1.7)
21
+ async (1.30.1)
22
+ console (~> 1.10)
23
+ nio4r (~> 2.3)
24
+ timers (~> 4.1)
25
+ async-http (0.56.5)
26
+ async (>= 1.25)
27
+ async-io (>= 1.28)
28
+ async-pool (>= 0.2)
29
+ protocol-http (~> 0.22.0)
30
+ protocol-http1 (~> 0.14.0)
31
+ protocol-http2 (~> 0.14.0)
32
+ async-http-faraday (0.11.0)
33
+ async-http (~> 0.42)
34
+ faraday
35
+ async-io (1.32.2)
36
+ async
37
+ async-pool (0.3.9)
38
+ async (>= 1.25)
39
+ concurrent-ruby (1.1.9)
40
+ console (1.13.1)
41
+ fiber-local
22
42
  diff-lcs (1.3)
23
- faraday (1.0.1)
43
+ faraday (1.8.0)
44
+ faraday-em_http (~> 1.0)
45
+ faraday-em_synchrony (~> 1.0)
46
+ faraday-excon (~> 1.1)
47
+ faraday-httpclient (~> 1.0.1)
48
+ faraday-net_http (~> 1.0)
49
+ faraday-net_http_persistent (~> 1.1)
50
+ faraday-patron (~> 1.0)
51
+ faraday-rack (~> 1.0)
24
52
  multipart-post (>= 1.2, < 3)
53
+ ruby2_keywords (>= 0.0.4)
54
+ faraday-em_http (1.0.0)
55
+ faraday-em_synchrony (1.0.0)
56
+ faraday-excon (1.1.0)
25
57
  faraday-http-cache (2.2.0)
26
58
  faraday (>= 0.8)
27
- git (1.7.0)
59
+ faraday-httpclient (1.0.1)
60
+ faraday-net_http (1.0.1)
61
+ faraday-net_http_persistent (1.2.0)
62
+ faraday-patron (1.0.0)
63
+ faraday-rack (1.0.0)
64
+ fiber-local (1.0.0)
65
+ git (1.9.1)
28
66
  rchardet (~> 1.8)
29
- github_changelog_generator (1.15.2)
67
+ github_changelog_generator (1.16.4)
30
68
  activesupport
69
+ async (>= 1.25.0)
70
+ async-http-faraday
31
71
  faraday-http-cache
32
72
  multi_json
33
73
  octokit (~> 4.6)
34
74
  rainbow (>= 2.2.1)
35
75
  rake (>= 10.0)
36
- retriable (~> 3.0)
37
- i18n (1.8.5)
76
+ i18n (1.8.11)
38
77
  concurrent-ruby (~> 1.0)
39
78
  jaro_winkler (1.5.3)
40
- launchy (2.4.3)
41
- addressable (~> 2.3)
42
- minitest (5.14.2)
79
+ launchy (2.5.0)
80
+ addressable (~> 2.7)
81
+ minitest (5.14.4)
43
82
  multi_json (1.15.0)
44
83
  multipart-post (2.1.1)
45
- octokit (4.18.0)
84
+ nio4r (2.5.8)
85
+ octokit (4.21.0)
46
86
  faraday (>= 0.9)
47
87
  sawyer (~> 0.8.0, >= 0.5.3)
48
88
  parallel (1.17.0)
49
89
  parser (2.6.5.0)
50
90
  ast (~> 2.4.0)
51
- public_suffix (3.1.1)
91
+ protocol-hpack (1.4.2)
92
+ protocol-http (0.22.5)
93
+ protocol-http1 (0.14.2)
94
+ protocol-http (~> 0.22)
95
+ protocol-http2 (0.14.2)
96
+ protocol-hpack (~> 1.4)
97
+ protocol-http (~> 0.18)
98
+ public_suffix (4.0.6)
52
99
  rainbow (3.0.0)
53
100
  rake (13.0.1)
54
101
  rchardet (1.8.0)
55
- retriable (3.1.2)
56
102
  rspec (3.8.0)
57
103
  rspec-core (~> 3.8.0)
58
104
  rspec-expectations (~> 3.8.0)
@@ -78,6 +124,7 @@ GEM
78
124
  rubocop-performance (1.4.1)
79
125
  rubocop (>= 0.71.0)
80
126
  ruby-progressbar (1.10.1)
127
+ ruby2_keywords (0.0.5)
81
128
  sawyer (0.8.2)
82
129
  addressable (>= 2.3.5)
83
130
  faraday (> 0.8, < 2.0)
@@ -85,18 +132,18 @@ GEM
85
132
  rubocop (~> 0.72.0)
86
133
  rubocop-performance (~> 1.4.0)
87
134
  thor (0.20.3)
88
- thread_safe (0.3.6)
89
- tzinfo (1.2.7)
90
- thread_safe (~> 0.1)
135
+ timers (4.3.3)
136
+ tzinfo (2.0.4)
137
+ concurrent-ruby (~> 1.0)
91
138
  unicode-display_width (1.6.0)
92
- zeitwerk (2.4.0)
139
+ zeitwerk (2.5.1)
93
140
 
94
141
  PLATFORMS
95
142
  ruby
96
143
 
97
144
  DEPENDENCIES
98
- bundler (~> 2.1)
99
- github_changelog_generator (~> 1.15)
145
+ bundler (~> 2.2.30)
146
+ github_changelog_generator (~> 1.16)
100
147
  rake (~> 13.0)
101
148
  rspec (~> 3.0)
102
149
  rspec_junit_formatter (~> 0.4)
@@ -104,4 +151,4 @@ DEPENDENCIES
104
151
  vpr!
105
152
 
106
153
  BUNDLED WITH
107
- 2.1.4
154
+ 2.2.30
data/Rakefile CHANGED
@@ -11,5 +11,5 @@ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
11
11
  config.user = "JuanCrg90"
12
12
  config.project = "vpr"
13
13
  config.since_tag = "v0.1.0"
14
- config.future_release = "v2.3.1"
14
+ config.future_release = "v2.3.3"
15
15
  end
@@ -10,7 +10,7 @@ module Vpr
10
10
  [/:]
11
11
  (?<owner>[^/]+)
12
12
  /
13
- (?<repo>[^/.]+)
13
+ (?<repo>[^\/]+[^(.git)])
14
14
  }x.freeze
15
15
 
16
16
  class << self
data/lib/vpr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vpr
2
- VERSION = "2.3.2"
2
+ VERSION = "2.3.3"
3
3
  end
data/vpr.gemspec CHANGED
@@ -23,8 +23,8 @@ Gem::Specification.new do |spec|
23
23
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
24
  spec.require_paths = ["lib"]
25
25
 
26
- spec.add_development_dependency "bundler", "~> 2.1"
27
- spec.add_development_dependency "github_changelog_generator", "~> 1.15"
26
+ spec.add_development_dependency "bundler", "~> 2.2.30"
27
+ spec.add_development_dependency "github_changelog_generator", "~> 1.16"
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.2
4
+ version: 2.3.3
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: 2021-05-04 00:00:00.000000000 Z
11
+ date: 2021-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.1'
19
+ version: 2.2.30
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.1'
26
+ version: 2.2.30
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: github_changelog_generator
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.15'
33
+ version: '1.16'
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.15'
40
+ version: '1.16'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  - !ruby/object:Gem::Version
189
189
  version: '0'
190
190
  requirements: []
191
- rubygems_version: 3.1.4
191
+ rubygems_version: 3.2.30
192
192
  signing_key:
193
193
  specification_version: 4
194
194
  summary: A CLI to visit quickly commits in github