git-confident 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/git/confident.rb +2 -2
- metadata +4 -4
data/lib/git/confident.rb
CHANGED
@@ -8,7 +8,7 @@ module Git
|
|
8
8
|
module VERSION #:nodoc:
|
9
9
|
MAJOR = 0
|
10
10
|
MINOR = 0
|
11
|
-
TINY =
|
11
|
+
TINY = 6
|
12
12
|
|
13
13
|
STRING = [ MAJOR, MINOR, TINY ].join( '.' )
|
14
14
|
end
|
@@ -45,7 +45,7 @@ module Git
|
|
45
45
|
end
|
46
46
|
|
47
47
|
def restore
|
48
|
-
IO.popen( "rsync --no-perms --executability --files-from=- #{ @path }/ /", "w+" ) do | pipe |
|
48
|
+
IO.popen( "rsync --no-perms --executability --keep-dirlinks --files-from=- #{ @path }/ /", "w+" ) do | pipe |
|
49
49
|
files.each { | pathname | pipe.puts pathname }
|
50
50
|
end
|
51
51
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-confident
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 6
|
10
|
+
version: 0.0.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Joe Yates
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-09-
|
18
|
+
date: 2010-09-23 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|