siba-destination-aws-s3 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE CHANGED
@@ -1,5 +1,7 @@
1
1
  Copyright (c) 2012 Evgeny Neumerzhitskiy
2
2
 
3
+ MIT License
4
+
3
5
  Permission is hereby granted, free of charge, to any person obtaining
4
6
  a copy of this software and associated documentation files (the
5
7
  "Software"), to deal in the Software without restriction, including
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Amazon S3 destination plugin for SIBA
1
+ # Overview
2
2
 
3
- This plugin lets you keep your SIBA backups in Amazon S3 cloud storage.
3
+ This is a plugin for [SIBA backup and restore utility](https://github.com/evgenyneu/siba). It allows to use Amazon S3 as backup destination.
4
4
 
5
5
  ## Installation
6
6
 
@@ -8,29 +8,4 @@ This plugin lets you keep your SIBA backups in Amazon S3 cloud storage.
8
8
 
9
9
  ## Usage
10
10
 
11
- Run `siba generate FILE` command to generate options file and select aws-s3 as destination plugin. After that edit the options file and set your Amazon S3 options.
12
-
13
- ## License
14
-
15
- Copyright (c) 2011 Evgeny Neumerzhitskiy
16
-
17
- Permission is hereby granted, free of charge, to any person obtaining
18
- a copy of this software and associated documentation files (the
19
- "Software"), to deal in the Software without restriction, including
20
- without limitation the rights to use, copy, modify, merge, publish,
21
- distribute, sublicense, and/or sell copies of the Software, and to
22
- permit persons to whom the Software is furnished to do so, subject to
23
- the following conditions:
24
-
25
- The above copyright notice and this permission notice shall be
26
- included in all copies or substantial portions of the Software.
27
-
28
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
31
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
32
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
33
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
34
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
35
-
36
-
11
+ Run `siba generate FILE` command to generate options file and select aws-s3 as destination plugin. Edit the generated file and set backup options.
@@ -3,7 +3,7 @@
3
3
  module Siba
4
4
  module Destination
5
5
  module AwsS3
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.2"
7
7
  end
8
8
  end
9
9
  end
@@ -7,11 +7,9 @@ Gem::Specification.new do |s|
7
7
  s.version = Siba::Destination::AwsS3::VERSION
8
8
  s.authors = ["Evgeny Neumerzhitskiy"]
9
9
  s.email = ["sausageskin@gmail.com"]
10
- s.homepage = ""
11
- s.summary = %q{Writes SIBA backup to Amazon S3 storage}
12
- s.description = %q{An extension for SIBA gem. Allows to upload backups to Amazon S3 cloud storage.}
13
-
14
- s.rubyforge_project = "siba-destination-aws-s3"
10
+ s.homepage = "https://github.com/evgenyneu/siba-destination-aws-s3"
11
+ s.summary = %q{An extention for SIBA backup and restore utility}
12
+ s.description = %q{An extension for SIBA backup and restore utility. It allows to use Amazon S3 as a backup destination.}
15
13
 
16
14
  s.files = `git ls-files`.split("\n")
17
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: siba-destination-aws-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: siba
16
- requirement: &85710210 !ruby/object:Gem::Requirement
16
+ requirement: &72310840 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0.4'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *85710210
24
+ version_requirements: *72310840
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: aws-s3
27
- requirement: &85709390 !ruby/object:Gem::Requirement
27
+ requirement: &72310290 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0.6'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *85709390
35
+ version_requirements: *72310290
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: minitest
38
- requirement: &85705900 !ruby/object:Gem::Requirement
38
+ requirement: &72309270 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '2.10'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *85705900
46
+ version_requirements: *72309270
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rake
49
- requirement: &85705530 !ruby/object:Gem::Requirement
49
+ requirement: &72305990 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0.9'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *85705530
57
+ version_requirements: *72305990
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: guard-minitest
60
- requirement: &85705130 !ruby/object:Gem::Requirement
60
+ requirement: &72305580 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ~>
@@ -65,9 +65,9 @@ dependencies:
65
65
  version: '0.4'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *85705130
69
- description: An extension for SIBA gem. Allows to upload backups to Amazon S3 cloud
70
- storage.
68
+ version_requirements: *72305580
69
+ description: An extension for SIBA backup and restore utility. It allows to use Amazon
70
+ S3 as a backup destination.
71
71
  email:
72
72
  - sausageskin@gmail.com
73
73
  executables: []
@@ -93,7 +93,7 @@ files:
93
93
  - test/unit/test_cloud.rb
94
94
  - test/unit/test_init.rb
95
95
  - test/unit/yml/valid.yml
96
- homepage: ''
96
+ homepage: https://github.com/evgenyneu/siba-destination-aws-s3
97
97
  licenses: []
98
98
  post_install_message:
99
99
  rdoc_options: []
@@ -112,9 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  requirements: []
115
- rubyforge_project: siba-destination-aws-s3
115
+ rubyforge_project:
116
116
  rubygems_version: 1.8.11
117
117
  signing_key:
118
118
  specification_version: 3
119
- summary: Writes SIBA backup to Amazon S3 storage
119
+ summary: An extention for SIBA backup and restore utility
120
120
  test_files: []