redis-dump 0.1.4 → 0.1.5
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/CHANGES.txt +4 -0
- data/README.rdoc +11 -3
- data/Rakefile +1 -0
- data/VERSION.yml +1 -1
- metadata +15 -28
data/CHANGES.txt
CHANGED
data/README.rdoc
CHANGED
|
@@ -43,10 +43,18 @@ One of the purposes of redis-dump is the ability to restore the database to a kn
|
|
|
43
43
|
|
|
44
44
|
== Installation
|
|
45
45
|
|
|
46
|
-
One of:
|
|
47
|
-
|
|
48
46
|
$ gem install redis-dump
|
|
49
|
-
|
|
47
|
+
|
|
48
|
+
Or of you want to run it directly:
|
|
49
|
+
|
|
50
|
+
$ git clone https://github.com/delano/redis-dump.git
|
|
51
|
+
$ cd redis-dump
|
|
52
|
+
$ gem install redis
|
|
53
|
+
$ gem install uri-redis
|
|
54
|
+
$ gem install yajl-ruby
|
|
55
|
+
$ gem install drydock
|
|
56
|
+
$ ruby -rubygems bin/redis-dump
|
|
57
|
+
|
|
50
58
|
|
|
51
59
|
== More Info
|
|
52
60
|
|
data/Rakefile
CHANGED
data/VERSION.yml
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redis-dump
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 1
|
|
9
|
-
- 4
|
|
10
|
-
version: 0.1.4
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 0.1.5
|
|
11
6
|
platform: ruby
|
|
12
7
|
authors:
|
|
13
8
|
- Delano Mandelbaum
|
|
@@ -15,7 +10,7 @@ autorequire:
|
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
12
|
|
|
18
|
-
date:
|
|
13
|
+
date: 2011-06-04 00:00:00 -04:00
|
|
19
14
|
default_executable:
|
|
20
15
|
dependencies:
|
|
21
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,10 +21,6 @@ dependencies:
|
|
|
26
21
|
requirements:
|
|
27
22
|
- - ">="
|
|
28
23
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 9
|
|
30
|
-
segments:
|
|
31
|
-
- 0
|
|
32
|
-
- 1
|
|
33
24
|
version: "0.1"
|
|
34
25
|
type: :runtime
|
|
35
26
|
version_requirements: *id001
|
|
@@ -41,10 +32,6 @@ dependencies:
|
|
|
41
32
|
requirements:
|
|
42
33
|
- - ">="
|
|
43
34
|
- !ruby/object:Gem::Version
|
|
44
|
-
hash: 3
|
|
45
|
-
segments:
|
|
46
|
-
- 2
|
|
47
|
-
- 0
|
|
48
35
|
version: "2.0"
|
|
49
36
|
type: :runtime
|
|
50
37
|
version_requirements: *id002
|
|
@@ -56,14 +43,20 @@ dependencies:
|
|
|
56
43
|
requirements:
|
|
57
44
|
- - ">="
|
|
58
45
|
- !ruby/object:Gem::Version
|
|
59
|
-
hash: 15
|
|
60
|
-
segments:
|
|
61
|
-
- 0
|
|
62
|
-
- 4
|
|
63
|
-
- 0
|
|
64
46
|
version: 0.4.0
|
|
65
47
|
type: :runtime
|
|
66
48
|
version_requirements: *id003
|
|
49
|
+
- !ruby/object:Gem::Dependency
|
|
50
|
+
name: drydock
|
|
51
|
+
prerelease: false
|
|
52
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
53
|
+
none: false
|
|
54
|
+
requirements:
|
|
55
|
+
- - ">="
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
version: 0.6.9
|
|
58
|
+
type: :runtime
|
|
59
|
+
version_requirements: *id004
|
|
67
60
|
description: Backup and restore your Redis data to and from JSON.
|
|
68
61
|
email: delano@solutious.com
|
|
69
62
|
executables:
|
|
@@ -103,23 +96,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
103
96
|
requirements:
|
|
104
97
|
- - ">="
|
|
105
98
|
- !ruby/object:Gem::Version
|
|
106
|
-
hash: 3
|
|
107
|
-
segments:
|
|
108
|
-
- 0
|
|
109
99
|
version: "0"
|
|
110
100
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
101
|
none: false
|
|
112
102
|
requirements:
|
|
113
103
|
- - ">="
|
|
114
104
|
- !ruby/object:Gem::Version
|
|
115
|
-
hash: 3
|
|
116
|
-
segments:
|
|
117
|
-
- 0
|
|
118
105
|
version: "0"
|
|
119
106
|
requirements: []
|
|
120
107
|
|
|
121
108
|
rubyforge_project: redis-dump
|
|
122
|
-
rubygems_version: 1.
|
|
109
|
+
rubygems_version: 1.5.2
|
|
123
110
|
signing_key:
|
|
124
111
|
specification_version: 3
|
|
125
112
|
summary: Backup and restore your Redis data to and from JSON.
|