couch_cloner 0.1.1 → 0.1.2

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.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? ::CouchPublish && base.ancestors.include?(::CouchPublish)
8
+ if defined?(::CouchPublish) && base.ancestors.include?(::CouchPublish)
9
9
  base.send :include, CouchCloner::CouchPublish
10
10
  end
11
11
 
12
- if defined? ::CouchVisible && base.ancestors.include?(::CouchVisible)
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: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.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-08-25 00:00:00 Z
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.5
223
+ rubygems_version: 1.8.10
224
224
  signing_key:
225
225
  specification_version: 3
226
226
  summary: Clone and schedule CouchDB documents