backup_utility 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/backup_utility.rb +1 -0
  2. metadata +2 -2
@@ -1,3 +1,4 @@
1
1
  module BackupUtility; end
2
+ require 'backup_utility/base'
2
3
  require 'backup_utility/postgres'
3
4
  require 'backup_utility/mongo'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bruce Wang