rdig 0.3.11 → 0.3.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rdig/documents.rb +4 -0
  2. metadata +2 -2
@@ -89,6 +89,10 @@ module RDig
89
89
  @content ||= {}
90
90
  end
91
91
 
92
+ def status
93
+ :success if has_content?
94
+ end
95
+
92
96
  end
93
97
 
94
98
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 11
9
- version: 0.3.11
8
+ - 12
9
+ version: 0.3.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jens Kraemer