niky81-s3rbackup 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require 'optparse'
5
5
 
6
6
  # always look "here" for include files (thanks aktxyz)
7
7
  $LOAD_PATH << File.expand_path(File.dirname(__FILE__))
8
- require 's3dbsync'
8
+ require '../lib/s3dbsync'
9
9
 
10
10
 
11
11
  class OptS3rquery
@@ -5,7 +5,7 @@ require 'optparse'
5
5
 
6
6
  # always look "here" for include files (thanks aktxyz)
7
7
  $LOAD_PATH << File.expand_path(File.dirname(__FILE__))
8
- require 's3dbsync'
8
+ require '../lib/s3dbsync'
9
9
 
10
10
 
11
11
  class OptS3rbackup
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: niky81-s3rbackup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicola Sacchi
@@ -41,9 +41,9 @@ extra_rdoc_files: []
41
41
  files:
42
42
  - LICENSE
43
43
  - README
44
- - s3dbsync.rb
45
- - s3query.rb
46
- - s3rbackup.rb
44
+ - lib/s3dbsync.rb
45
+ - bin/s3query.rb
46
+ - bin/s3rbackup.rb
47
47
  has_rdoc: false
48
48
  homepage: http://github.com/niky81/s3rbackup
49
49
  post_install_message: