Skip to content

Commit

Permalink
Remove PRERELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
trosen-r7 committed Apr 2, 2015
2 parents 58960b4 + e887f72 commit 95c6e86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@
* Bug Fixes
* Deprecations
* Incompatible Changes

# v0.0.4

* Bug fixes
* [#6](https://github.com/rapid7/yard-metasploit-erd/pull/6): Remove version restriction on YARD to enable YARD (> 0.8.7.4) that supports required keyword arguments - [@limhoff-r7](https://github.com/limhoff-r7)
2 changes: 1 addition & 1 deletion lib/yard/metasploit/erd/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Version
# The minor version number, scoped to the {MAJOR} version number.
MINOR = 0
# The patch version number, scoped to the {MAJOR} and {MINOR} version numbers.
PATCH = 3
PATCH = 4

#
# Module Methods
Expand Down
4 changes: 1 addition & 3 deletions yard-metasploit-erd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'metasploit-erd', '0.0.1'
# RailsERD::Domain is used directly to generate the _index.html ERD.
spec.add_runtime_dependency 'rails-erd'
# documentation
# 0.8.7.4 has a bug where setters are not documented when @!attribute is used
spec.add_runtime_dependency 'yard', '<= 0.8.7.4'
spec.add_runtime_dependency 'yard'
end

0 comments on commit 95c6e86

Please sign in to comment.