git-pcheckout 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/git-pcheckout.gemspec +2 -2
- data/lib/git-pcheckout/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzYzOTQ2MmI0N2ZhZTBlZjdhYWYwY2U3NGRmNjk5OTU0MmJiMGI2OA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OTA2NTE0NmRmMTVmNTU0NGNjNTkyMjIwZWQ4OTEwMTZjMWUwYTI4Yw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
M2IxMGI3Nzg0M2ZmNDYwMGI4MzM2YjI2Yjc5MWFlNjZmYjU0ZThjNWRmNWVl
|
10
|
+
NzNlZTE0NjZjY2ZiNDJkNjQzY2RkNzA2ZGJhYWUzZmI4NjQ4M2Q5ZmQ5ZDQ5
|
11
|
+
YTBkZTE2Njk4Njg2ZmRkNjVhMjgwNjJmNWY1NjYyNGQwODM0ZWM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDE1YTI4ZjQyYjBhYmMxMDkyZjBjM2JkOGZmYTZhNmJhZTQzMjM2N2MyZTJh
|
14
|
+
YjkzYThlOGNkNTRkYTE1N2ZmMWViN2Q3ZWYzNjk2NjkwZThjMzllNzllMmVl
|
15
|
+
YzBiZTRhM2ZkOTY5ZjRkZTE3MmI3YjhiM2E4YzAzYzVlZDYxOWQ=
|
data/git-pcheckout.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = GitPcheckout::VERSION
|
9
9
|
spec.authors = ["Vladimir Rybas"]
|
10
10
|
spec.email = ["vladimirrybas@gmail.com"]
|
11
|
-
spec.summary = %q{Git command to evenly checkout local/remote branches and source/
|
12
|
-
spec.description = %q{Git command to evenly checkout local/remote branches and source/
|
11
|
+
spec.summary = %q{Git command to evenly checkout local/remote branches and source/fork pull requests by URL (with Hub)}
|
12
|
+
spec.description = %q{Git command to evenly checkout local/remote branches and source/fork pull requests by URL (with Hub)}
|
13
13
|
spec.homepage = "https://github.com/vrybas/git-pcheckout"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-pcheckout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vladimir Rybas
|
@@ -52,8 +52,8 @@ dependencies:
|
|
52
52
|
- - ! '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description: Git command to evenly checkout local/remote branches and source/
|
56
|
-
pull
|
55
|
+
description: Git command to evenly checkout local/remote branches and source/fork
|
56
|
+
pull requests by URL (with Hub)
|
57
57
|
email:
|
58
58
|
- vladimirrybas@gmail.com
|
59
59
|
executables:
|
@@ -98,8 +98,8 @@ rubyforge_project:
|
|
98
98
|
rubygems_version: 2.2.2
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
|
-
summary: Git command to evenly checkout local/remote branches and source/
|
102
|
-
|
101
|
+
summary: Git command to evenly checkout local/remote branches and source/fork pull
|
102
|
+
requests by URL (with Hub)
|
103
103
|
test_files:
|
104
104
|
- spec/git-pcheckout_spec.rb
|
105
105
|
- spec/lib/handle-branch_spec.rb
|