Skip to content

Commit

Permalink
Merge pull request #14 from braiden-vasco/remove_unnecessary_dependen…
Browse files Browse the repository at this point in the history
…cies

Remove unnecessary dependencies
  • Loading branch information
Braiden Vasco committed Jun 29, 2015
2 parents 3748a61 + e436317 commit 15fb9ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .yardopts

This file was deleted.

3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ gemspec

gem 'github_changelog_generator', '~> 1.6.1'

gem 'yard', '~> 0.8.7.6', require: false
gem 'redcarpet', require: false

gem 'rubocop', '~> 0.31.0', require: false

gem 'rspec', '~> 3.3.0', require: false
Expand Down
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ task lint: [:rubocop]
require 'rubocop/rake_task'
RuboCop::RakeTask.new

require 'yard'
YARD::Rake::YardocTask.new

desc 'Generate changelog'
task :changelog, [:token] do |_t, args|
cmd = 'github_changelog_generator'
Expand Down

0 comments on commit 15fb9ad

Please sign in to comment.