remotebackup 0.5.0

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,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: remotebackup
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.5.0
7
+ date: 2008-06-23 00:00:00 +09:00
8
+ summary: description of gem
9
+ require_paths:
10
+ - lib
11
+ email:
12
+ - FIXME email
13
+ homepage: http://remotebackup.rubyforge.org
14
+ rubyforge_project: remotebackup
15
+ description: description of gem
16
+ autorequire:
17
+ default_executable:
18
+ bindir: bin
19
+ has_rdoc: true
20
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
21
+ requirements:
22
+ - - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
25
+ version:
26
+ platform: ruby
27
+ signing_key:
28
+ cert_chain:
29
+ post_install_message: |+
30
+
31
+ For more information on remotebackup, see http://remotebackup.rubyforge.org
32
+
33
+ NOTE: Change this information in PostInstall.txt
34
+ You can also delete it if you don't want it.
35
+
36
+
37
+ authors:
38
+ - FIXME full name
39
+ files:
40
+ - History.txt
41
+ - License.txt
42
+ - Manifest.txt
43
+ - PostInstall.txt
44
+ - README.txt
45
+ - Rakefile
46
+ - config/hoe.rb
47
+ - config/requirements.rb
48
+ - lib/remotebackup.rb
49
+ - lib/remotebackup/version.rb
50
+ - bin/remote_backup
51
+ - bin/restore_backup
52
+ - script/console
53
+ - script/destroy
54
+ - script/generate
55
+ - script/txt2html
56
+ - setup.rb
57
+ - tasks/deployment.rake
58
+ - tasks/environment.rake
59
+ - tasks/website.rake
60
+ - test/test_helper.rb
61
+ - test/test_remotebackup.rb
62
+ - website/index.html
63
+ - website/index.txt
64
+ - website/javascripts/rounded_corners_lite.inc.js
65
+ - website/stylesheets/screen.css
66
+ - website/template.html.erb
67
+ test_files:
68
+ - test/test_remotebackup.rb
69
+ - test/test_helper.rb
70
+ rdoc_options:
71
+ - --main
72
+ - README.txt
73
+ extra_rdoc_files:
74
+ - History.txt
75
+ - License.txt
76
+ - Manifest.txt
77
+ - PostInstall.txt
78
+ - README.txt
79
+ - website/index.txt
80
+ executables:
81
+ - remote_backup
82
+ - restore_backup
83
+ extensions: []
84
+
85
+ requirements: []
86
+
87
+ dependencies: []
88
+