Skip to content

Commit

Permalink
Remove deprecated has_rdoc usage from gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
aclemons committed Feb 21, 2019
1 parent 2352172 commit ee9321e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.10] - 2019-02-22
### Updated
- Remove deprecated has\_rdoc usage in nitra.gemspec

## [1.0.9] - 2019-01-09
### Updated
- Tighten up regex for replacing file locations in spec / cuke files. This should
Expand Down
4 changes: 1 addition & 3 deletions nitra.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'nitra'
s.version = '1.0.9'
s.version = '1.0.10'
s.platform = Gem::Platform::RUBY
s.license = "MIT"
s.homepage = "http://github.com/fluxfederation/nitra"
Expand All @@ -21,6 +21,4 @@ spec = Gem::Specification.new do |s|
s.add_development_dependency 'rake'
s.add_development_dependency 'minitest'
s.add_development_dependency 'minitest-reporters'

s.has_rdoc = false
end

0 comments on commit ee9321e

Please sign in to comment.