rspec_api_documentation 0.9.1 → 0.9.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.
@@ -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
@@ -5,6 +5,7 @@ module RspecApiDocumentation
5
5
  attr_accessor :index, :configuration
6
6
 
7
7
  def initialize(index, configuration)
8
+ warn "[DEPRECATED] Wurl output is going to be gone in the next release."
8
9
  self.index = index
9
10
  self.configuration = configuration
10
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_api_documentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: