Skip to content

Commit

Permalink
Add development gem dependency on rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jan 27, 2013
1 parent cc47626 commit ece27b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rdoc
Expand Up @@ -28,6 +28,7 @@ Coping with third-party bugs:
* Parse multipart boundary from Content-Type headers containing extra semicolons (jeremy)

Housekeeping:
* Add development gem dependency on rdoc (jeremy)
* Refresh Bundler dependencies & setup (jeremy)
* Remove i18n dependency and last vestiges of activesupport dependency in specs (jeremy)
* Clarify that Sender is a single address, not an address list (jeremy)
Expand Down
1 change: 1 addition & 0 deletions mail.gemspec
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('bundler', '>= 1.0.3')
s.add_development_dependency('rake', '> 0.8.7')
s.add_development_dependency('rspec', '~> 2.12.0')
s.add_development_dependency('rdoc')

s.require_path = 'lib'
s.files = %w(README.md MIT-LICENSE CONTRIBUTING.md CHANGELOG.rdoc Dependencies.txt Gemfile Rakefile TODO.rdoc) + Dir.glob("lib/**/*")
Expand Down

0 comments on commit ece27b6

Please sign in to comment.