Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalo-bulnes committed Aug 6, 2016
1 parent db1f12f commit c349392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added

- This change log : )
- Possibility to use DreddHooks::Server as a library (see DreddHooks::CLI for an example)

### Changed

Expand All @@ -27,8 +28,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

The original [proof of concept][poc] was written by @netmilk.


[Unreleased]: https://github.com/gonzalo-bulnes/dredd-hooks-ruby/compare/v0.0.1...gonzalo-bulnes:gonzalo-bulnes/refactor-ensure-server-can-be-used-as-library?expand=1
[poc]: https://github.com/gonzalo-bulnes/dredd-rack/issues/7#issue-70936733
[0.1.0]: https://github.com/gonzalo-bulnes/dredd-hooks-ruby/compare/v0.0.1...v0.1.0

## Inspiration

Expand Down
1 change: 0 additions & 1 deletion lib/dredd_hooks/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def self.start(error=STDERR, out=STDOUT, files)
DreddHooks::FileLoader.load(files)

# Run the server

out.puts 'Starting Ruby Dredd Hooks Worker...'
server = DreddHooks::Server.new(error, out)
server.run
Expand Down

0 comments on commit c349392

Please sign in to comment.