sqlup 0.0.10 → 0.0.11
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/History.txt +6 -0
- data/bin/sqlup +1 -0
- data/lib/mysql_backup/librarian/backup.rb +1 -6
- data/lib/mysql_backup/librarian.rb +0 -1
- data/lib/mysql_backup.rb +3 -1
- metadata +2 -2
data/History.txt
CHANGED
data/bin/sqlup
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
require 'rubygems'
|
|
2
2
|
require 'named_arguments'
|
|
3
3
|
require 'mysql_backup/entity/identifier'
|
|
4
|
+
require 'active_record'
|
|
4
5
|
|
|
5
6
|
module MysqlBackup; end
|
|
6
7
|
class MysqlBackup::Librarian; end
|
|
@@ -126,9 +127,3 @@ module MysqlBackup
|
|
|
126
127
|
end
|
|
127
128
|
end
|
|
128
129
|
end
|
|
129
|
-
|
|
130
|
-
class Symbol
|
|
131
|
-
def to_proc
|
|
132
|
-
Proc.new { |obj, *args| obj.send(self, *args) }
|
|
133
|
-
end
|
|
134
|
-
end
|
data/lib/mysql_backup.rb
CHANGED
metadata
CHANGED
|
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: sqlup
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.0.
|
|
7
|
-
date: 2007-07-
|
|
6
|
+
version: 0.0.11
|
|
7
|
+
date: 2007-07-23 00:00:00 -07:00
|
|
8
8
|
summary: A backup tool for saving MySQL data to Amazon's S3 service
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|