rsyncbackup 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6005b2502d88e96b50eeaf78ca1a44b16faf4bf8
4
- data.tar.gz: 543789938c94f4650acdb096623a7308169ca082
3
+ metadata.gz: 4749c3883d2b11ecab64c32c4f254598620f82c5
4
+ data.tar.gz: 374bc0824eb3271e2f0f7fdf286cf3337ceb9e7f
5
5
  SHA512:
6
- metadata.gz: 2edb9f263195660fee96ee25ce51738f37a6f4e12cee39fb241ec04c9b0d23a25ddeecc645aecc2ccfb2743108afb36801ee0880e832433b48694b1e97fc1a86
7
- data.tar.gz: 0c063e820b653a58d64c32bbce898439cb876a3ce01cb9c0cd7d17bd8a1a4abd1e6970a613a9143ea717af5a83f85b88379019909d6faea6f6418b7b002a0713
6
+ metadata.gz: 4f8f00b47a888415a28ca3746eadb0b1493a87413b0418462382d83c730f1ba20eeb49e92c6fab3446412df32ccc12441fd597bac9fe2cbf95d5a65a586a9293
7
+ data.tar.gz: 7f104d3b227196feae69d7761c490036d88c4e127f8f665ba9ae489b1a214e9c607e44ee8ef4bbbcd0c924aaf28aea8d0ed5fd5701a51340dfb2187f88a5e5e3
data/LICENSE.txt CHANGED
@@ -1,7 +1,20 @@
1
- Copyright (c) 2013 YOUR NAME
1
+ Copyright (c) 2013 Tamara Temple
2
2
 
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
4
10
 
5
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
6
13
 
7
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -20,7 +20,9 @@ Or install it yourself as:
20
20
 
21
21
  rsyncbackup [options] SOURCE TARGET
22
22
 
23
- `SOURCE` and `TARGET` can be any valid rsync spec.
23
+ `SOURCE` can be any valid rsync spec.
24
+
25
+ `TARGET` must be a valid file path on the local machine.
24
26
 
25
27
  Consult the --help for details.
26
28
 
@@ -1,5 +1,5 @@
1
1
  class Rsyncbackup
2
- VERSION = "2.0.2"
2
+ VERSION = "2.0.3"
3
3
  DEFAULT_EXCLUSIONS = File.expand_path('.rsyncbackup.exclusions', ENV['HOME'])
4
4
  DEFAULT_INCOMPLETE_DIR_NAME = '.incomplete'
5
5
  DEFAULT_LAST_FULL_DIR_NAME = '.lastfull'
data/rsyncbackup.gemspec CHANGED
@@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.description = %q{Yet another rsyncbackup script, this time in ruby}
11
11
  gem.summary = %q{Yet another rsyncbackup script, this time in ruby}
12
12
  gem.homepage = "http://github.com/tamouse/rsyncbackup-rb"
13
+ gem.license = "MIT"
13
14
 
14
15
  gem.files = `git ls-files`.split($/)
15
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsyncbackup
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tamara Temple
@@ -160,7 +160,8 @@ files:
160
160
  - spec/rsyncbackup_spec.rb
161
161
  - spec/spec_helper.rb
162
162
  homepage: http://github.com/tamouse/rsyncbackup-rb
163
- licenses: []
163
+ licenses:
164
+ - MIT
164
165
  metadata: {}
165
166
  post_install_message:
166
167
  rdoc_options: []