oldtime 0.1.1 → 0.1.2
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.
- data/README.md +2 -2
- data/lib/oldtime/version.rb +1 -1
- data/oldtime.gemspec +1 -1
- metadata +10 -9
data/README.md
CHANGED
@@ -40,7 +40,7 @@ it will have these files:
|
|
40
40
|
|
41
41
|
require "oldtime/rsync"
|
42
42
|
|
43
|
-
configure
|
43
|
+
configure <<-EOF
|
44
44
|
backup:
|
45
45
|
rsync.options = "-av --delete" # get this variable by Rc.backup.rsync.options
|
46
46
|
|
@@ -65,7 +65,7 @@ Let's begin.
|
|
65
65
|
# it calls "rsync -av /tmp/hello.oldtime/ /oldtime/"
|
66
66
|
|
67
67
|
# halt system after complete is done.
|
68
|
-
$ oldtime backup hello -h
|
68
|
+
$ oldtime backup hello -h
|
69
69
|
|
70
70
|
for a real world example, see [oldtime-archlinux-solution](https://github.com/GutenYe/oldtime-archlinux-solution).
|
71
71
|
|
data/lib/oldtime/version.rb
CHANGED
data/oldtime.gemspec
CHANGED
@@ -15,7 +15,7 @@ The backup & restore system that fits you well. It's a highly customizable and
|
|
15
15
|
s.rubyforge_project = "xx"
|
16
16
|
|
17
17
|
s.files = `git ls-files`.split("\n")
|
18
|
-
|
18
|
+
s.executables = ["oldtime"]
|
19
19
|
|
20
20
|
s.add_dependency "tagen", "~>1.1.4"
|
21
21
|
s.add_dependency "pa", "~>1.2.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oldtime
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-02-
|
12
|
+
date: 2012-02-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: tagen
|
16
|
-
requirement: &
|
16
|
+
requirement: &22428260 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 1.1.4
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *22428260
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: pa
|
27
|
-
requirement: &
|
27
|
+
requirement: &22427760 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: 1.2.0
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *22427760
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: optimism
|
38
|
-
requirement: &
|
38
|
+
requirement: &22427300 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,13 +43,14 @@ dependencies:
|
|
43
43
|
version: 3.1.0
|
44
44
|
type: :runtime
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *22427300
|
47
47
|
description: ! 'The backup & restore system that fits you well. It''s a highly customizable
|
48
48
|
and configurable backup & restore system.
|
49
49
|
|
50
50
|
'
|
51
51
|
email: ywzhaifei@gmail.com
|
52
|
-
executables:
|
52
|
+
executables:
|
53
|
+
- oldtime
|
53
54
|
extensions: []
|
54
55
|
extra_rdoc_files: []
|
55
56
|
files:
|