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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4516c709e0285fa6e52594f71e1e27c817c74b718fefb8706c8eeadfce5cd632
4
- data.tar.gz: 95aed1a43e03d35813b25861b2a92dd83a46153556f9cea87e640ff4e3a5e4b7
3
+ metadata.gz: 5ed95c7f4431bf7413b0b3009ca6783be6d0d4b4c67dedeccf0656c32faa5b31
4
+ data.tar.gz: 4211affce4e144a15898517e99d8462ffb69e3b22517629c045c611229f4ce5e
5
5
  SHA512:
6
- metadata.gz: 5cb0ae8e22c48bb54f241e1c5c503a6f86e8afdcff676319333a851ca39fe4dd66b6a0fb5781f4a5eb3ccd160a147b70f38da21b0d6e0a6b42feb422bea02c7e
7
- data.tar.gz: 36e8af20c55e5fbf89061e57bace2313b32b333c9886791319bae979f5baa71a2ed1a9a2075a054aa73702a5f22c9389ba9fae30fbd70f30735a702d2a5c207a
6
+ metadata.gz: 6acefb0c142308f56d058d9a5927d9e7c44243a3b8c58105afe3f3b660ccf6100cfd67312dd13a9f06cae2c9a11c47a28c93fb4fb78e25ea2ac8f910274719bc
7
+ data.tar.gz: e08fe20d7870122a41382ddb72bfc15ebb63c28db7abd9c8cf72824355a2d51e8b012a483b602ceb18ed1b0be3dc18b41165f584f6ac6ab7a8c2225250926088
@@ -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
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vpr (2.0.0)
4
+ vpr (2.0.1)
5
5
  git (~> 1.5)
6
6
  launchy (~> 2.4)
7
7
  thor (~> 0.20)
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 = "0.1.0"
14
- config.future_release = "1.0.0"
14
+ config.future_release = "2.0.0"
15
15
  end
data/lib/vpr.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  #:nodoc:
2
2
  module Vpr
3
+ autoload :VERSION, "vpr/version"
3
4
  autoload :Configuration, "vpr/configuration"
4
5
  autoload :GitParser, "vpr/git_parser"
5
6
  autoload :Url, "vpr/url"
6
7
  autoload :CLI, "vpr/cli"
7
- autoload :VERSION, "vpr/version"
8
8
  end
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Vpr
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
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.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-09 00:00:00.000000000 Z
11
+ date: 2019-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler