Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro committed Nov 6, 2015
1 parent 8718398 commit f487de4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.md
@@ -1,3 +1,7 @@
### v0.5.0
* Fri Nov 6 2015 -- Dmytro Kovalov
- Add support for Service groups, new route `GET /_status/_servicegroup/`
- Vagrantfile for Ubuntu development
### v0.4.2
* Fri Oct 9 2015 -- Dmytro Kovalov
- init.d script fixes
Expand Down
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -79,7 +79,11 @@ File parsing is implemented in the background thread on a regular intervals, so

## Documentation

YARD documentation included with the project, run `yardoc` in project root directory. Generated YARD docs are available at http://dmytro.github.com/nagira
YARD documentation included with the project, run `yardoc` in project
root directory. Generated YARD docs are available at
http://dmytro.github.com/nagira_docs

Unformatted Markdown file in the project's `docs` directory.

### API Documentation

Expand Down
2 changes: 1 addition & 1 deletion spec/get/status/servicegroup.rb
Expand Up @@ -83,7 +83,7 @@ def app
end

it "service data should contain service attributes" do
expect(@data['kurobka']['SSH']).to include 'host_name', 'service_description', 'current_state'
expect(@data['kurobka']['SSH']).to include 'host_name', 'service_description', 'current_state', 'last_hard_state_change', 'next_notification'
end

end
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
0.4.2
0.5.0

0 comments on commit f487de4

Please sign in to comment.