backup2s3 0.2.5 → 0.2.6
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.
- data/Rakefile +3 -3
- data/backup2s3.gemspec +3 -3
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -2,9 +2,9 @@ require 'rubygems'
|
|
|
2
2
|
require 'rake'
|
|
3
3
|
require 'echoe'
|
|
4
4
|
|
|
5
|
-
Echoe.new('backup2s3', '0.2.
|
|
6
|
-
p.description = "Backup2s3 is a gem that performs database and application backups and stores
|
|
7
|
-
p.summary = "Backup2s3 is a gem that creates, deletes and restores
|
|
5
|
+
Echoe.new('backup2s3', '0.2.6') do |p|
|
|
6
|
+
p.description = "Backup2s3 is a gem that performs rails database and application backups and stores them on Amazon S3."
|
|
7
|
+
p.summary = "Backup2s3 is a gem that creates, deletes and restores rails database and application backups."
|
|
8
8
|
p.url = "http://github.com/aricwalker/backup2s3"
|
|
9
9
|
p.author = "Aric Walker"
|
|
10
10
|
p.email = "aric@truespire.com"
|
data/backup2s3.gemspec
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{backup2s3}
|
|
5
|
-
s.version = "0.2.
|
|
5
|
+
s.version = "0.2.6"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = [%q{Aric Walker}]
|
|
9
9
|
s.date = %q{2011-08-15}
|
|
10
|
-
s.description = %q{Backup2s3 is a gem that performs database and application backups and stores
|
|
10
|
+
s.description = %q{Backup2s3 is a gem that performs rails database and application backups and stores them on Amazon S3.}
|
|
11
11
|
s.email = %q{aric@truespire.com}
|
|
12
12
|
s.extra_rdoc_files = [%q{CHANGELOG}, %q{README}, %q{lib/adapters/s3_adapter.rb}, %q{lib/adapters/s3cmd_adapter.rb}, %q{lib/backup2s3.rb}, %q{lib/backup_management/backup.rb}, %q{lib/backup_management/backup_manager.rb}, %q{lib/system.rb}]
|
|
13
13
|
s.files = [%q{CHANGELOG}, %q{Manifest}, %q{README}, %q{Rakefile}, %q{generators/backup2s3/USAGE}, %q{generators/backup2s3/backup2s3_generator.rb}, %q{generators/backup2s3/templates/backup2s3.rake}, %q{generators/backup2s3/templates/backup2s3.yml}, %q{init.rb}, %q{lib/adapters/s3_adapter.rb}, %q{lib/adapters/s3cmd_adapter.rb}, %q{lib/backup2s3.rb}, %q{lib/backup_management/backup.rb}, %q{lib/backup_management/backup_manager.rb}, %q{lib/system.rb}, %q{backup2s3.gemspec}]
|
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.require_paths = [%q{lib}]
|
|
17
17
|
s.rubyforge_project = %q{backup2s3}
|
|
18
18
|
s.rubygems_version = %q{1.8.5}
|
|
19
|
-
s.summary = %q{Backup2s3 is a gem that creates, deletes and restores
|
|
19
|
+
s.summary = %q{Backup2s3 is a gem that creates, deletes and restores rails database and application backups.}
|
|
20
20
|
|
|
21
21
|
if s.respond_to? :specification_version then
|
|
22
22
|
s.specification_version = 3
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: backup2s3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.2.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Aric Walker
|
|
@@ -33,7 +33,7 @@ dependencies:
|
|
|
33
33
|
version: 0.6.2
|
|
34
34
|
type: :development
|
|
35
35
|
version_requirements: *id001
|
|
36
|
-
description: Backup2s3 is a gem that performs database and application backups and stores
|
|
36
|
+
description: Backup2s3 is a gem that performs rails database and application backups and stores them on Amazon S3.
|
|
37
37
|
email: aric@truespire.com
|
|
38
38
|
executables: []
|
|
39
39
|
|
|
@@ -103,6 +103,6 @@ rubyforge_project: backup2s3
|
|
|
103
103
|
rubygems_version: 1.8.5
|
|
104
104
|
signing_key:
|
|
105
105
|
specification_version: 3
|
|
106
|
-
summary: Backup2s3 is a gem that creates, deletes and restores
|
|
106
|
+
summary: Backup2s3 is a gem that creates, deletes and restores rails database and application backups.
|
|
107
107
|
test_files: []
|
|
108
108
|
|