rbackup 0.1.6 → 0.1.7

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.
Files changed (3) hide show
  1. data/gemspec.rb +1 -1
  2. data/lib/rbackup.rb +1 -0
  3. metadata +17 -5
data/gemspec.rb CHANGED
@@ -16,5 +16,5 @@ GEM_SPEC = Gem::Specification.new do |s|
16
16
  s.name = GEM_NAME
17
17
  s.platform = Gem::Platform::RUBY
18
18
  s.require_path = "lib"
19
- s.version = "0.1.6"
19
+ s.version = "0.1.7"
20
20
  end
@@ -1,3 +1,4 @@
1
+ require 'fileutils'
1
2
  require 'yaml'
2
3
 
3
4
  class RBackup
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbackup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ hash: 21
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 7
10
+ version: 0.1.7
5
11
  platform: ruby
6
12
  authors:
7
13
  - Winton Welsh
@@ -9,7 +15,7 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2009-11-29 00:00:00 -08:00
18
+ date: 2010-07-28 00:00:00 -07:00
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
@@ -46,21 +52,27 @@ rdoc_options: []
46
52
  require_paths:
47
53
  - lib
48
54
  required_ruby_version: !ruby/object:Gem::Requirement
55
+ none: false
49
56
  requirements:
50
57
  - - ">="
51
58
  - !ruby/object:Gem::Version
59
+ hash: 3
60
+ segments:
61
+ - 0
52
62
  version: "0"
53
- version:
54
63
  required_rubygems_version: !ruby/object:Gem::Requirement
64
+ none: false
55
65
  requirements:
56
66
  - - ">="
57
67
  - !ruby/object:Gem::Version
68
+ hash: 3
69
+ segments:
70
+ - 0
58
71
  version: "0"
59
- version:
60
72
  requirements: []
61
73
 
62
74
  rubyforge_project:
63
- rubygems_version: 1.3.5
75
+ rubygems_version: 1.3.7
64
76
  signing_key:
65
77
  specification_version: 3
66
78
  summary: Backup your stuff with Ruby and Rsync