incremental_backup 0.1.0 → 0.1.1
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/incremental_backup.gemspec +2 -2
- data/lib/incremental_backup/version.rb +1 -1
- metadata +6 -6
data/incremental_backup.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = IncrementalBackup::VERSION
|
|
9
9
|
gem.authors = ["Lasse Skindstad Ebert"]
|
|
10
10
|
gem.email = ["lasseebert@gmail.com"]
|
|
11
|
-
gem.description = %q{
|
|
12
|
-
gem.summary = %q{
|
|
11
|
+
gem.description = %q{incremental_backup can make incremental backups by hour/day/week/month/year remotely through ssh and rsync}
|
|
12
|
+
gem.summary = %q{incremental_backup can make incremental backups by hour/day/week/month/year remotely through ssh and rsync}
|
|
13
13
|
gem.homepage = 'https://github.com/lasseebert/incremental_backup'
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: incremental_backup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -123,8 +123,8 @@ dependencies:
|
|
|
123
123
|
- - ~>
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
125
|
version: '2.6'
|
|
126
|
-
description:
|
|
127
|
-
|
|
126
|
+
description: incremental_backup can make incremental backups by hour/day/week/month/year
|
|
127
|
+
remotely through ssh and rsync
|
|
128
128
|
email:
|
|
129
129
|
- lasseebert@gmail.com
|
|
130
130
|
executables: []
|
|
@@ -165,7 +165,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
165
165
|
version: '0'
|
|
166
166
|
segments:
|
|
167
167
|
- 0
|
|
168
|
-
hash:
|
|
168
|
+
hash: 418782939292199546
|
|
169
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
170
170
|
none: false
|
|
171
171
|
requirements:
|
|
@@ -174,13 +174,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
174
174
|
version: '0'
|
|
175
175
|
segments:
|
|
176
176
|
- 0
|
|
177
|
-
hash:
|
|
177
|
+
hash: 418782939292199546
|
|
178
178
|
requirements: []
|
|
179
179
|
rubyforge_project:
|
|
180
180
|
rubygems_version: 1.8.23
|
|
181
181
|
signing_key:
|
|
182
182
|
specification_version: 3
|
|
183
|
-
summary:
|
|
183
|
+
summary: incremental_backup can make incremental backups by hour/day/week/month/year
|
|
184
184
|
remotely through ssh and rsync
|
|
185
185
|
test_files:
|
|
186
186
|
- spec/spec_helper.rb
|