backup_aws_s3 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9746a78e10081f8f6729374e4797e3485b8d6a31
4
- data.tar.gz: 6c2c09ec0fe55d9eac63f23814f87046c06bcec0
3
+ metadata.gz: f82fbfb4ce2ae88bf08f18eb9a056979121d585a
4
+ data.tar.gz: 67598a567e94a5e9dbf46c2bf9f0e4b6dbdf8aca
5
5
  SHA512:
6
- metadata.gz: dff4c4498436320e91d8cc8605d2306f06550f2f36e72f792550d0084acdbb5bc7a5bf6e82ef0173b7829a416f2bfb6511df8b30903933c3b2fc871d3f8bc2b5
7
- data.tar.gz: 35181ee0f6d0d08d8945b4432f7fd42f494bc1de69a20fc2367a4cb3e718327cc3cb5f9f53e4645554e6a331e61bc567dcd05f82c81f9dda171eccd4ab1782e4
6
+ metadata.gz: a3ec6f5eae3ca93472e56ea9853ad53ddb4920b41eefb9d9b798b0b4a16fcd1c9911e57bce3a271a8150d3942973899ce2e33ec6c54cae82375507157e85223f
7
+ data.tar.gz: 0e2e42713ab920b4dad344069da40036712a68b5f121181be5a6879a931172db29eb9e4e1ef02ddeae93482bf818f1e62f407e06166ea6599bc2f75cfa456ad1
data/lib/backup_aws_s3.rb CHANGED
@@ -62,7 +62,8 @@ class BackupS3
62
62
  # Returns path to the YAML data file.
63
63
  def yaml_file
64
64
  @yaml_file ||= begin
65
- File.join('~/.backup_aws_s3', 'last_s3_backups', "#{ @name }.yml")
65
+ home_path = File.expand_path('~')
66
+ File.join(home_path, 'backup_aws_s3', "#{ @name }.yml")
66
67
  end
67
68
  end
68
69
 
@@ -1,3 +1,3 @@
1
1
  module BackupAwsS3
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backup_aws_s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Mendonca