git-confident 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +0 -9
- data/Rakefile +1 -0
- data/lib/git/confident.rb +1 -1
- metadata +6 -6
data/README.rdoc
CHANGED
@@ -50,12 +50,3 @@ If that is the case, just create the branch locally and check it out.
|
|
50
50
|
* gitback[http://github.com/brycethornton/gitback] - very similar to this project, but sets up the repository from a config file.
|
51
51
|
* Desktop backup systems
|
52
52
|
* Time machine (on OS X)
|
53
|
-
|
54
|
-
= TODO
|
55
|
-
|
56
|
-
Restore:
|
57
|
-
|
58
|
-
if options[ :restore ]
|
59
|
-
`rsync -av --no-p --no-g --no-implied-dirs --files-from=- ./ /`
|
60
|
-
exit
|
61
|
-
end
|
data/Rakefile
CHANGED
data/lib/git/confident.rb
CHANGED
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: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
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-03 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -52,8 +52,8 @@ dependencies:
|
|
52
52
|
version_requirements: *id002
|
53
53
|
description: Provides git-confident
|
54
54
|
email: joe.g.yates@gmail.com
|
55
|
-
executables:
|
56
|
-
|
55
|
+
executables:
|
56
|
+
- git-confident
|
57
57
|
extensions: []
|
58
58
|
|
59
59
|
extra_rdoc_files:
|