Skip to content

Commit

Permalink
prep for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Oct 31, 2018
1 parent a5bebc6 commit ccc2969
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.1.0 (2018-10-31)

* allow historical data to be displayed as graph or datatable (configuration)
* drive main nav menu from navmenu_presenter (configuration)
* Add better install instructions in README

### 1.0.0 (2018-09-24)

* drive URL base host path from qa engine mount location
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
en:
qa_server:
application_version: "0.1.0"
application_version: "YOUR APPS VERSION"
application_name: "My Institution Lookup Service"
footer:
copyright_html: "<strong>Copyright &copy; 2018 Cornell</strong> Licensed under the Apache License, Version 2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/qa_server/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module QaServer
VERSION = '1.0.0'
VERSION = '1.1.0'
end
4 changes: 2 additions & 2 deletions qa_server.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Gem::Specification.new do |spec|
# Produces dashboard charts on monitor status page
spec.add_dependency 'gruff'

spec.add_development_dependency 'better_errors'
spec.add_development_dependency 'binding_of_caller'
spec.add_development_dependency 'better_errors' # provide debugging command line in
spec.add_development_dependency 'binding_of_caller' # provides deep stack info used by better_errors
spec.add_development_dependency 'bixby', '~> 1.0.0' # rubocop styleguide
# spec.add_development_dependency 'capybara', '~> 2.13'
spec.add_development_dependency 'engine_cart', '~> 2.0'
Expand Down

0 comments on commit ccc2969

Please sign in to comment.