gitcopy 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: 35f7a87a753e87546397348f65c8201296bb3210
4
- data.tar.gz: 6ceecb83d2953b34c206b7057fa370dcb19dce14
3
+ metadata.gz: bdc3c378494a563c577e22fee8134a5be0aff141
4
+ data.tar.gz: c060dacd19e67caac86cec595e49618a406cf63b
5
5
  SHA512:
6
- metadata.gz: ccaf301ef4759e8a6c6084ed8b909e2ee93acb4e8e690c732253879cbd8aaa42529f1d036d16a3a5bb3ededb94b8802e339ffd5dccd700720f1b25c082d76579
7
- data.tar.gz: 3b9f580a414af0b4c15c7d05bfed09297b7dabe96ec6a1902d864c836f0787eaa765e3413613d6112f5077080c224390c69258638a3071d972371eba76167862
6
+ metadata.gz: 24eff4ce3609f9ac027a3ea3f7a00ac78be299a8bb3d11cecd263ce22811a08d313c7e1207622804715667f51755588cba22ede1e24c62097c82fb7c2d474f8b
7
+ data.tar.gz: 2de2875a344ff3317194207e86d1b877fe7d86c8d9a32b5ef87df03457ddce69dd00264831e5ce9537d29fe601e7b1afb5270d65eab9d50b874a564a5affc7b5
@@ -1,3 +1,3 @@
1
1
  module Gitcopy
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
data/lib/gitcopy.rb CHANGED
@@ -25,7 +25,7 @@ class GitCopy
25
25
  repoProtocol = GitProperties.repoProtocol(repoPath)
26
26
  repoExtension = GitProperties.repoExtension(repoPath)
27
27
 
28
- if repoProtocol != "http" || repoExtension != ".git"
28
+ if repoProtocol != "http" || repoProtocol != "git@" || repoExtension != ".git"
29
29
  fatalError("Please provide a valid github repo")
30
30
  end
31
31
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitcopy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Seijas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-23 00:00:00.000000000 Z
11
+ date: 2017-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git