git-switcher 1.0.5 → 1.0.6

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: 1034e1e575b8cdf55bdaf978c135fdff155d716a161498c4aa58a6b45b4e6361
4
- data.tar.gz: 43ed44115e64374da365049cb952b3e3f922fe30c95700de292801a677ca8795
3
+ metadata.gz: deac23d8fea870e4ac2e63b8b2f7fbb623c03c957c2b2f99d43090dbbf1d0717
4
+ data.tar.gz: '08820ca3092e96b753d9d348c02f443d2cf3a3f71a2b6fafbf8df29831a177af'
5
5
  SHA512:
6
- metadata.gz: d80b503cd74f5600b49215dd5596f99c562dbff260da62d4035993f23d6a6eabadd21bd1278de5b13e0921e5cda709a5bd846809f104e64c41078b6799c9cf3b
7
- data.tar.gz: 057f568046ed72af9901349a0fa0c9364f3fd1973aed86cd29e6f25a5a820d8ba903566997d72526e1aa65c3b66ac50398290709d6a4a4c197ba1823d0392aaf
6
+ metadata.gz: ed43f59f2040f4ba27e2edbbfb89192380e09dae5037a0db7a4ba26843bee97af6b528d99000fdf66789494baa5d66c81148090b257323c4fcac11ad77449c97
7
+ data.tar.gz: ce6421d87abede17d2d7b05b895709987195eaca7f6e3c96a7f9b07c37050f62a0dd9d38a4b709b7f53a2daf281d632cf49e2ecbbdf2afe6c33559dafcae9b92
data/Gemfile CHANGED
@@ -1,4 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
+ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
4
+
3
5
  # Specify your gem's dependencies in git-switcher.gemspec
4
6
  gemspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-switcher (1.0.5)
4
+ git-switcher (1.0.6)
5
5
  rainbow (~> 3.0)
6
6
  rugged (~> 0.27)
7
7
 
@@ -10,31 +10,27 @@ GEM
10
10
  specs:
11
11
  ast (2.4.0)
12
12
  coderay (1.1.2)
13
- jaro_winkler (1.5.2)
13
+ jaro_winkler (1.5.3)
14
14
  method_source (0.9.2)
15
15
  minitest (5.11.3)
16
- parallel (1.14.0)
17
- parser (2.6.0.0)
16
+ parallel (1.17.0)
17
+ parser (2.6.3.0)
18
18
  ast (~> 2.4.0)
19
- powerpack (0.1.2)
20
19
  pry (0.12.2)
21
20
  coderay (~> 1.1.0)
22
21
  method_source (~> 0.9.0)
23
- psych (3.1.0)
24
22
  rainbow (3.0.0)
25
23
  rake (12.3.2)
26
- rubocop (0.65.0)
24
+ rubocop (0.72.0)
27
25
  jaro_winkler (~> 1.5.1)
28
26
  parallel (~> 1.10)
29
- parser (>= 2.5, != 2.5.1.1)
30
- powerpack (~> 0.1)
31
- psych (>= 3.1.0)
27
+ parser (>= 2.6)
32
28
  rainbow (>= 2.2.2, < 4.0)
33
29
  ruby-progressbar (~> 1.7)
34
- unicode-display_width (~> 1.4.0)
35
- ruby-progressbar (1.10.0)
36
- rugged (0.28.0)
37
- unicode-display_width (1.4.1)
30
+ unicode-display_width (>= 1.4.0, < 1.7)
31
+ ruby-progressbar (1.10.1)
32
+ rugged (0.28.2)
33
+ unicode-display_width (1.6.0)
38
34
 
39
35
  PLATFORMS
40
36
  ruby
data/README.md CHANGED
@@ -94,4 +94,9 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
94
94
 
95
95
  ## Contributing
96
96
 
97
- Bug reports and pull requests are welcome on GitHub at https://github.com/pvdb/git-switcher.
97
+ Bug reports and pull requests are welcome on GitHub at https://github.com/pvdb/git-switcher. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
98
+
99
+ ## License
100
+
101
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
102
+
@@ -1,7 +1,7 @@
1
1
  module Git
2
2
  module Switcher
3
3
  NAME = 'git-switcher'.freeze
4
- VERSION = '1.0.5'.freeze
4
+ VERSION = '1.0.6'.freeze
5
5
 
6
6
  def self.version
7
7
  "#{NAME} v#{VERSION}"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-switcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Vandenberk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-27 00:00:00.000000000 Z
11
+ date: 2019-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rainbow