sqlup 0.0.7 → 0.0.8

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 CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.0.8 / 2007-07-16
2
+
3
+ * 1 major enhancement
4
+ * Added missing require statement to sqlup_control
5
+
1
6
  == 0.0.7 / 2007-07-16
2
7
 
3
8
  * 1 major enhancement
data/bin/sqlup_control CHANGED
@@ -18,6 +18,7 @@
18
18
  require 'rubygems'
19
19
  require 'daemons'
20
20
  require 'optiflag'
21
+ require 'pathname'
21
22
 
22
23
  options = {}
23
24
 
data/lib/mysql_backup.rb CHANGED
@@ -4,5 +4,5 @@ require 'mysql_backup/librarian'
4
4
  require 'mysql_backup/storage/s3'
5
5
 
6
6
  module MysqlBackup
7
- VERSION = '0.0.7'
7
+ VERSION = '0.0.8'
8
8
  end
metadata CHANGED
@@ -3,7 +3,7 @@ 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
6
+ version: 0.0.8
7
7
  date: 2007-07-16 00:00:00 -07:00
8
8
  summary: A backup tool for saving MySQL data to Amazon's S3 service
9
9
  require_paths:
@@ -70,8 +70,8 @@ files:
70
70
  test_files:
71
71
  - test/unit/test_helper.rb
72
72
  - test/unit/mysql_backup/test_helper.rb
73
- - test/unit/mysql_backup/utilities/test_helper.rb
74
73
  - test/unit/mysql_backup/storage/test_helper.rb
74
+ - test/unit/mysql_backup/utilities/test_helper.rb
75
75
  rdoc_options:
76
76
  - --main
77
77
  - README.txt