smarbs 0.9.3

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.
metadata ADDED
@@ -0,0 +1,107 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: smarbs
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.3
5
+ platform: ruby
6
+ authors:
7
+ - Jan Rueegg
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-12-21 00:00:00 +01:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 2.4.0
24
+ version:
25
+ description: |-
26
+ smarbs is a backup script written in ruby capable of doing intelligent and
27
+ automated backups using rsync.
28
+ email:
29
+ - rggjan@gmail.com
30
+ executables:
31
+ - smarbs
32
+ extensions: []
33
+
34
+ extra_rdoc_files:
35
+ - History.txt
36
+ - Manifest.txt
37
+ - README.txt
38
+ - lib/data/configuration.txt
39
+ - lib/data/intro.txt
40
+ - lib/data/outro.txt
41
+ files:
42
+ - .autotest
43
+ - History.txt
44
+ - Manifest.txt
45
+ - README.txt
46
+ - Rakefile
47
+ - bin/smarbs
48
+ - lib/backup.rb
49
+ - lib/data/configuration.txt
50
+ - lib/data/iconblue.png
51
+ - lib/data/icongreen.png
52
+ - lib/data/iconred.png
53
+ - lib/data/intro.txt
54
+ - lib/data/outro.txt
55
+ - lib/helpers.rb
56
+ - lib/log.rb
57
+ - lib/script.rb
58
+ - lib/smarbs.rb
59
+ - lib/syslog.rb
60
+ - lib/types.rb
61
+ - test/smarbs_test.rb
62
+ - test/test_backup.rb
63
+ - test/test_helpers.rb
64
+ - test/test_log.rb
65
+ - test/test_script.rb
66
+ - test/test_smarbs.rb
67
+ - test/test_smarbs_test.rb
68
+ - test/test_suite.rb
69
+ - test/test_types.rb
70
+ has_rdoc: true
71
+ homepage: http://smarbs.sourceforge.net
72
+ licenses: []
73
+
74
+ post_install_message:
75
+ rdoc_options:
76
+ - --main
77
+ - README.txt
78
+ require_paths:
79
+ - lib
80
+ required_ruby_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: "0"
85
+ version:
86
+ required_rubygems_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: "0"
91
+ version:
92
+ requirements: []
93
+
94
+ rubyforge_project: smarbs
95
+ rubygems_version: 1.3.5
96
+ signing_key:
97
+ specification_version: 3
98
+ summary: smarbs is a backup script written in ruby capable of doing intelligent and automated backups using rsync.
99
+ test_files:
100
+ - test/test_backup.rb
101
+ - test/test_types.rb
102
+ - test/test_suite.rb
103
+ - test/test_smarbs.rb
104
+ - test/test_smarbs_test.rb
105
+ - test/test_log.rb
106
+ - test/test_helpers.rb
107
+ - test/test_script.rb