gitcopy 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67781e9abdd624f4e3d2ff71836383408eff6b88
4
- data.tar.gz: 06ea2a6fcbccee30d421e8addfaf38ee045bba69
3
+ metadata.gz: 35f7a87a753e87546397348f65c8201296bb3210
4
+ data.tar.gz: 6ceecb83d2953b34c206b7057fa370dcb19dce14
5
5
  SHA512:
6
- metadata.gz: 0d7455300ea73626458f35589e158550bf4c767500cfd88a9c8fa467d4b2688616793d16cd4fc86a89b3e8c12445f9fd218b104b221e92f321b49760c6b4cf19
7
- data.tar.gz: 4814e8b4737a8fd6a25436ffd41cbba084117c9b69f0061b79753072bfe233a399b54f90c21c4f028461287927e4b15399dd172280966dafda88215d543626bb
6
+ metadata.gz: ccaf301ef4759e8a6c6084ed8b909e2ee93acb4e8e690c732253879cbd8aaa42529f1d036d16a3a5bb3ededb94b8802e339ffd5dccd700720f1b25c082d76579
7
+ data.tar.gz: 3b9f580a414af0b4c15c7d05bfed09297b7dabe96ec6a1902d864c836f0787eaa765e3413613d6112f5077080c224390c69258638a3071d972371eba76167862
data/.DS_Store CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module Gitcopy
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/lib/gitcopy.rb CHANGED
@@ -13,6 +13,7 @@ class GitCopy
13
13
  `rm -rf #{@tempDir}/.git`
14
14
  `mkdir -p #{destPath}`
15
15
  `mv #{@tempDir}/* #{destPath}`
16
+ `mv #{@tempDir}/.[!.]* #{destPath}`
16
17
  `rm -rf #{@tempDir}`
17
18
  end
18
19
 
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.3
4
+ version: 0.1.4
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-19 00:00:00.000000000 Z
11
+ date: 2017-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git