mongo-db-utils 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/README.md +3 -1
- data/images/grab.png +0 -0
- data/lib/mongo-db-utils/cmd/mongotools.rb +2 -0
- data/lib/mongo-db-utils/version.rb +1 -1
- metadata +3 -2
data/README.md
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
A little gem that simplifies backing up and copying your mongo dbs.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
You can run as a script (eg for cron jobs, or in interactive mode):
|
|
8
|
+
|
|
9
|
+

|
|
8
10
|
|
|
9
11
|
It saves your database urls so any task is just a few clicks.
|
|
10
12
|
|
data/images/grab.png
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mongo-db-utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-08-
|
|
12
|
+
date: 2012-08-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
@@ -169,6 +169,7 @@ files:
|
|
|
169
169
|
- README.md
|
|
170
170
|
- Rakefile
|
|
171
171
|
- bin/mongo-db-utils
|
|
172
|
+
- images/grab.png
|
|
172
173
|
- images/sample.png
|
|
173
174
|
- install_rdebug.sh
|
|
174
175
|
- lib/mongo-db-utils/cli.rb
|