rack-reqorder 0.4.7 → 0.4.8

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
  SHA1:
3
- metadata.gz: 3b99da98e8b48586df92b279d7dbe314c51c3e36
4
- data.tar.gz: c711fd9aadd35b7696fcda7551c3a463ec92d54c
3
+ metadata.gz: f25501aa934652db3f5cc6a5683838a1b6bd1665
4
+ data.tar.gz: 9c47d97e22515eac1bde1ad85bfcd259b77a7283
5
5
  SHA512:
6
- metadata.gz: bb376f815f9ac833d0c4d457519eac0e127e8397e61846b25313e6f0b3985db05d51934bee90c251e61f0a83d9c1baca304ceea62681c6df5767711514c38a3a
7
- data.tar.gz: 6c63a81de0c7307676ecb89f7e9343443decf31979d262f39c22a8eaa3958c96884b408616b0187207f460f146107207c8474d326e27f047c117512ed67d284a
6
+ metadata.gz: 0ee9d658036006d1bd825e7dbc94d1e22cb186682cc5fa31421e2f538c103a8e0e2e66e4a9b65ee82ba87cc4c9d9ff8839999d923673ceeb178d45c946940587
7
+ data.tar.gz: 00241ea89a34078c7be449ffd537a5f14b181b6dbe79c7e94d02d4368904ffaaf7db1076150119def9155a2cd70aa25967fbcd33018276c07e087a6e1ce5f871
@@ -51,7 +51,7 @@ module Rack::Reqorder::Monitor
51
51
  end
52
52
 
53
53
  class RoutePath24StatisticsEntity < Grape::Entity
54
- root :route_path_25_statistics
54
+ root :route_path_24_statistics
55
55
  present_collection true
56
56
 
57
57
  exposures = proc{|aggrs, field|
@@ -162,10 +162,6 @@ module Rack::Reqorder::Monitor
162
162
  fault.app_exception_ids.map(&:to_s).first(100)
163
163
  end
164
164
 
165
- with_options(format_with: :association_id) do
166
- expose :route_path, as: :route_path_id
167
- end
168
-
169
165
  with_options(format_with: :iso_timestamp) do
170
166
  expose :created_at
171
167
  expose :updated_at
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  module Reqorder
3
- VERSION = "0.4.7"
3
+ VERSION = "0.4.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-reqorder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filippos Vasilakis