git-pcheckout 0.0.2 → 0.0.3

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjU5NjEzMGNiMzAyODk2ZTFlMzk4Y2E1ZDk1OGI2NGM2OGZiYjFhYg==
4
+ MzYzOTQ2MmI0N2ZhZTBlZjdhYWYwY2U3NGRmNjk5OTU0MmJiMGI2OA==
5
5
  data.tar.gz: !binary |-
6
- MTA3NGUyNzg1YWQ5YjcxMmI5OTkyZWE2M2EzNGM2MWUyODc0NGQ1OA==
6
+ OTA2NTE0NmRmMTVmNTU0NGNjNTkyMjIwZWQ4OTEwMTZjMWUwYTI4Yw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Mjg0NTJjMjNmZGY5NGI4Zjc4YmJjODk1MWRhZGY4MWViMzE0OGI0NGFiNTdk
10
- ZmE4Nzk2YzBlNDJlMDVjODM3Yjk2NDE2ODYzMmUzNmFhYWE1ZmQzNDU4N2Nl
11
- NjY3MmM5NTQwNmU1OTc4MmQwMzgxZmIzNzVjNDk2MTU3OTc4ZmY=
9
+ M2IxMGI3Nzg0M2ZmNDYwMGI4MzM2YjI2Yjc5MWFlNjZmYjU0ZThjNWRmNWVl
10
+ NzNlZTE0NjZjY2ZiNDJkNjQzY2RkNzA2ZGJhYWUzZmI4NjQ4M2Q5ZmQ5ZDQ5
11
+ YTBkZTE2Njk4Njg2ZmRkNjVhMjgwNjJmNWY1NjYyNGQwODM0ZWM=
12
12
  data.tar.gz: !binary |-
13
- MzcyMTZkZDdmNmMyNmVhNGJkODFhNDk1YTNkMWE5MWMwOWU5ZDIzMzc3N2E2
14
- NzBmOTQ1NjFhZWQwNDMwNmQ5OWZjYWYzMmIwODNhZGE4ODBkN2QyZTUyNzMw
15
- YTI0Y2NmYjYxNTRhNzk5MTBlYTUyNzM0MDEwODI4YTE5ZTY3YTU=
13
+ NDE1YTI4ZjQyYjBhYmMxMDkyZjBjM2JkOGZmYTZhNmJhZTQzMjM2N2MyZTJh
14
+ YjkzYThlOGNkNTRkYTE1N2ZmMWViN2Q3ZWYzNjk2NjkwZThjMzllNzllMmVl
15
+ YzBiZTRhM2ZkOTY5ZjRkZTE3MmI3YjhiM2E4YzAzYzVlZDYxOWQ=
@@ -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/forks pull pequests by URL (with Hub)}
12
- spec.description = %q{Git command to evenly checkout local/remote branches and source/forks pull pequests by URL (with Hub)}
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
 
@@ -1,3 +1,3 @@
1
1
  module GitPcheckout
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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/forks
56
- pull pequests by URL (with Hub)
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/forks pull
102
- pequests by URL (with Hub)
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