incremental_backup 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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{(NOT YET WORKING...) incremental_backup can make incremental backups by hour/day/week/month remotely through ssh and rsync}
12
- gem.summary = %q{(NOT YET WORKING...) incremental_backup can make incremental backups by hour/day/week/month remotely through ssh and rsync}
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($/)
@@ -1,3 +1,3 @@
1
1
  module IncrementalBackup
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: (NOT YET WORKING...) incremental_backup can make incremental backups
127
- by hour/day/week/month remotely through ssh and rsync
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: -952483362192499202
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: -952483362192499202
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: (NOT YET WORKING...) incremental_backup can make incremental backups by hour/day/week/month
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