rspec_api_documentation 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ module RspecApiDocumentation
|
|
5
5
|
attr_accessor :index, :configuration
|
6
6
|
|
7
7
|
def initialize(index, configuration)
|
8
|
+
warn "[NOTICE] Assets will be gone from the next release. Please use Raddocs for nicer looking docs"
|
8
9
|
self.index = index
|
9
10
|
self.configuration = configuration
|
10
11
|
end
|