inferno_core 0.4.10 → 0.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79e59753922bf1c5a06e2603a27f267e6b75aed91d46b5531b2ecffcf13a95a8
4
- data.tar.gz: 318edf53524ede718e5331b9ec4eb626537553cd0d88ff2df3a4237dc83c2f3e
3
+ metadata.gz: '092fb0b6d99b9d5939bf03a48401991cc996f738600b99bc835f6cfee2327b48'
4
+ data.tar.gz: '09859d9dd31a88291194966bf7fe7d12aa3a7234dc0c6f3e3b7d3d75abd629fa'
5
5
  SHA512:
6
- metadata.gz: 6ab836f245a7172c320405d75649be9ab8281b9d7e9520818b160f75aecdac21a7a94aa8d91f9337361475e27560260b36896e7ee5c7f7f6b749123e4b75f4a4
7
- data.tar.gz: 3c1f9dbd1209817b38114a609a20c4e6cca27c89743d7c91a8fe954be70a4450112ee72f07ceabf7e9e9c40a8140e7990a6280b70625f71596d8aa0b0ee2b569
6
+ metadata.gz: fa369e2243382e66c256acd24dbb31a524f1dc8ae7369dfbbe2055400efd0bf013775277c576ad981a436903c67e5efa6b7f91b8b8e3c2322d830b0f827b686e
7
+ data.tar.gz: 061f2d85cb388b77199ffb06491627f0337e2792aa7b7ffd44cadaf9eec52836cf07a4feb9734511bbb25cafa886c0a6548d17dd5635ad0dba6780fc8fb9fb0d
@@ -7,7 +7,7 @@ module Inferno
7
7
  include Import[test_runs_repo: 'inferno.repositories.test_runs']
8
8
 
9
9
  def handle(req, res)
10
- results = test_runs_repo.results_for_test_run(req.params[:test_run_id])
10
+ results = test_runs_repo.results_for_test_run(req.params[:id])
11
11
  res.body = serialize(results)
12
12
  end
13
13
  end
@@ -16,7 +16,7 @@ module Inferno
16
16
  get '/:id', to: Inferno::Web::Controllers::TestRuns::Show, as: :show
17
17
  delete '/:id', to: Inferno::Web::Controllers::TestRuns::Destroy, as: :destroy
18
18
 
19
- get '/results', to: Inferno::Web::Controllers::TestRuns::Results::Index, as: :results
19
+ get ':id/results', to: Inferno::Web::Controllers::TestRuns::Results::Index, as: :results
20
20
  end
21
21
 
22
22
  scope 'test_sessions' do
@@ -1,4 +1,4 @@
1
1
  module Inferno
2
2
  # Standard patterns for gem versions: https://guides.rubygems.org/patterns/
3
- VERSION = '0.4.10'.freeze
3
+ VERSION = '0.4.11'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inferno_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.10
4
+ version: 0.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-03-03 00:00:00.000000000 Z
13
+ date: 2023-03-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport