couch_cloner 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/couch_cloner/couch_cloner.rb +2 -2
- metadata +5 -5
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
@@ -5,11 +5,11 @@ module CouchCloner
|
|
5
5
|
base.send :include, CouchCloner::Scheduling
|
6
6
|
base.send :include, CouchCloner::Query
|
7
7
|
|
8
|
-
if defined?
|
8
|
+
if defined?(::CouchPublish) && base.ancestors.include?(::CouchPublish)
|
9
9
|
base.send :include, CouchCloner::CouchPublish
|
10
10
|
end
|
11
11
|
|
12
|
-
if defined?
|
12
|
+
if defined?(::CouchVisible) && base.ancestors.include?(::CouchVisible)
|
13
13
|
base.send :include, CouchCloner::CouchVisible
|
14
14
|
end
|
15
15
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: couch_cloner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Matt Parker
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-09-15 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: cucumber
|
@@ -220,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
220
220
|
requirements: []
|
221
221
|
|
222
222
|
rubyforge_project:
|
223
|
-
rubygems_version: 1.8.
|
223
|
+
rubygems_version: 1.8.10
|
224
224
|
signing_key:
|
225
225
|
specification_version: 3
|
226
226
|
summary: Clone and schedule CouchDB documents
|