vpr 2.0.0 → 2.0.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 +24 -0
- data/Gemfile.lock +1 -1
- data/Rakefile +1 -1
- data/lib/vpr.rb +1 -1
- data/lib/vpr/cli.rb +2 -1
- data/lib/vpr/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ed95c7f4431bf7413b0b3009ca6783be6d0d4b4c67dedeccf0656c32faa5b31
|
|
4
|
+
data.tar.gz: 4211affce4e144a15898517e99d8462ffb69e3b22517629c045c611229f4ce5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6acefb0c142308f56d058d9a5927d9e7c44243a3b8c58105afe3f3b660ccf6100cfd67312dd13a9f06cae2c9a11c47a28c93fb4fb78e25ea2ac8f910274719bc
|
|
7
|
+
data.tar.gz: e08fe20d7870122a41382ddb72bfc15ebb63c28db7abd9c8cf72824355a2d51e8b012a483b602ceb18ed1b0be3dc18b41165f584f6ac6ab7a8c2225250926088
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [2.0.0](https://github.com/JuanCrg90/vpr/tree/2.0.0) (2019-11-09)
|
|
4
|
+
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v1.0.0...2.0.0)
|
|
5
|
+
|
|
6
|
+
**Merged pull requests:**
|
|
7
|
+
|
|
8
|
+
- Bump version 2 [\#31](https://github.com/JuanCrg90/vpr/pull/31) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
9
|
+
- Add support vpr branch in bitbucket https://github.com/JuanCrg90/vpr/issues/18 [\#30](https://github.com/JuanCrg90/vpr/pull/30) ([n8chz](https://github.com/n8chz))
|
|
10
|
+
- Add vendor to gitignore [\#28](https://github.com/JuanCrg90/vpr/pull/28) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
11
|
+
- Add test for search page url [\#27](https://github.com/JuanCrg90/vpr/pull/27) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
12
|
+
- Bitbucket Pulls Command [\#26](https://github.com/JuanCrg90/vpr/pull/26) ([pathway27](https://github.com/pathway27))
|
|
13
|
+
- per "https://github.com/JuanCrg90/vpr/issues/20" corrected pathname f… [\#25](https://github.com/JuanCrg90/vpr/pull/25) ([n8chz](https://github.com/n8chz))
|
|
14
|
+
- Add standardrb checks to default rake task [\#24](https://github.com/JuanCrg90/vpr/pull/24) ([schmidt](https://github.com/schmidt))
|
|
15
|
+
- Allow to use vpr even if you are not in the root directory [\#23](https://github.com/JuanCrg90/vpr/pull/23) ([schmidt](https://github.com/schmidt))
|
|
16
|
+
- Allow pull command for Bitbucket repos [\#22](https://github.com/JuanCrg90/vpr/pull/22) ([pathway27](https://github.com/pathway27))
|
|
17
|
+
- Fix test suite [\#21](https://github.com/JuanCrg90/vpr/pull/21) ([EduardoGHdez](https://github.com/EduardoGHdez))
|
|
18
|
+
- Remove .travis.yml [\#16](https://github.com/JuanCrg90/vpr/pull/16) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
19
|
+
- Add circle CI badge [\#15](https://github.com/JuanCrg90/vpr/pull/15) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
20
|
+
- add standardrb [\#14](https://github.com/JuanCrg90/vpr/pull/14) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
21
|
+
- Support to select remote branch to visit [\#13](https://github.com/JuanCrg90/vpr/pull/13) ([EduardoGHdez](https://github.com/EduardoGHdez))
|
|
22
|
+
- Add vpr --version command [\#11](https://github.com/JuanCrg90/vpr/pull/11) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
23
|
+
- Update circle ci config [\#7](https://github.com/JuanCrg90/vpr/pull/7) ([JuanCrg90](https://github.com/JuanCrg90))
|
|
24
|
+
- 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
|
+
|
|
3
27
|
## [v1.0.0](https://github.com/JuanCrg90/vpr/tree/v1.0.0) (2019-07-12)
|
|
4
28
|
[Full Changelog](https://github.com/JuanCrg90/vpr/compare/v0.2.0...v1.0.0)
|
|
5
29
|
|
data/Gemfile.lock
CHANGED
data/Rakefile
CHANGED
data/lib/vpr.rb
CHANGED
data/lib/vpr/cli.rb
CHANGED
|
@@ -2,6 +2,7 @@ require "thor"
|
|
|
2
2
|
require "launchy"
|
|
3
3
|
require "vpr/url"
|
|
4
4
|
require "vpr/configuration"
|
|
5
|
+
require "vpr/version"
|
|
5
6
|
|
|
6
7
|
module Vpr
|
|
7
8
|
class CLI < Thor
|
|
@@ -55,7 +56,7 @@ module Vpr
|
|
|
55
56
|
|
|
56
57
|
desc "version", "show the gem version"
|
|
57
58
|
def version
|
|
58
|
-
Vpr::VERSION
|
|
59
|
+
puts Vpr::VERSION
|
|
59
60
|
end
|
|
60
61
|
|
|
61
62
|
private
|
data/lib/vpr/version.rb
CHANGED
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.0.
|
|
4
|
+
version: 2.0.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: 2019-
|
|
11
|
+
date: 2019-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|