couch_photo 1.0.0.beta.6 → 1.0.0.beta.7

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
- 1.0.0.beta.6
1
+ 1.0.0.beta.7
@@ -66,6 +66,10 @@ module CouchPhoto
66
66
  @document.class.variations.variation_definitions[@variation_name.to_sym] == nil
67
67
  end
68
68
 
69
+ def document
70
+ @document
71
+ end
72
+
69
73
  private
70
74
  def exists?
71
75
  !@document["_attachments"][attachment_name].nil?
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couch_photo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196367
4
+ hash: 62196365
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
10
  - beta
11
- - 6
12
- version: 1.0.0.beta.6
11
+ - 7
12
+ version: 1.0.0.beta.7
13
13
  platform: ruby
14
14
  authors:
15
15
  - Matt Parker
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-09-26 00:00:00 Z
20
+ date: 2011-10-03 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: cucumber