Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Removed yard-chef.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 21, 2014
1 parent 64e5df3 commit 3b3e65d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .yardopts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
--markup-provider=redcarpet
--markup=markdown
--plugin redcarpet-ext
--plugin chef
'**/*.rb'
-
README.md
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'berkshelf', '~> 3.1.2'
group :development do
gem 'yard', '~> 0.8.7.4'
gem 'yard-redcarpet-ext', '~> 0.0.3'
gem 'yard-chef', '~> 1.0.0'
gem 'redcarpet', '~> 3.1.2'
gem 'github-markup', '1.2.1'

gem 'rubocop', '~> 0.23.0'
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use this project freely as a base for your testable [Chef] cookbooks.

* Dependency management with [Berkshelf].
* [Rake], [Thor], and [Guard] tasks for included tools.
* Documentation generation with [YARD] using [yard-chef].
* Documentation generation with [YARD].
* Linting with [RuboCop] and [Foodcritic].
* Unit testing with [ChefSpec].
* Integration testing with [Test Kitchen].
Expand All @@ -33,7 +33,6 @@ Use this project freely as a base for your testable [Chef] cookbooks.
[Thor]: http://whatisthor.com/
[Travis CI]: https://travis-ci.org/
[YARD]: http://yardoc.org/index.html
[yard-chef]: https://github.com/rightscale/yard-chef

### Usage

Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ desc 'Run kitchen integration tests'
task test: ['kitchen:all']

YARD::Config.load_plugin 'redcarpet-ext'
YARD::Config.load_plugin 'chef'
YARD::Rake::YardocTask.new do |t|
t.files = ['**/*.rb', '-', 'README.md', 'CHANGELOG.md', 'LICENSE.txt']
t.options = ['--markup-provider=redcarpet', '--markup=markdown']
Expand Down

0 comments on commit 3b3e65d

Please sign in to comment.