tomogram_routing 0.1.2 → 0.1.3

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: 8ae246c072355f0d5b3e4e960d2f808f5435a36b
4
- data.tar.gz: 8d1d77d561e7caa2d6be27c962fb2a8ea9c7b5aa
3
+ metadata.gz: f32ae25ee97d149c5b7b0febf45613ded6af8e05
4
+ data.tar.gz: 932ddc3ae33e26592247508e82f73d75c27b5789
5
5
  SHA512:
6
- metadata.gz: a781d74b035cd554c24313b8a9abd50c1ae110f47fe8bd30c1d3cf22d89a27baee5ad99852ff183a17e7f434162fb76b24052f6034a385a646a089d95ea6e507
7
- data.tar.gz: 9ef45a24fa561be78e8e449c385d8029dfb2d59215c64a6b46c7b0bc2763a2392fce4aaf03e43475b09b67de7596dbd6b5c2e3776cfa4eefe80bcb1142628f85
6
+ metadata.gz: b4737b8edf5ce4949f5a21cba95c8ed89a7b689216d199348b47d563b551c9a828c70623f85cd10f786a926a0971a5496999f8f394cf6bde9581966c9352f818
7
+ data.tar.gz: 37214e3d205f4e5bc6a2f6ddafde93299e7ea1549da4cb7b113a19406a98a0bea42c60efbc138ae9c9041a3e1763e12f1c0d0d1d674ca35f87c7ad53815cdf89
@@ -18,7 +18,7 @@ module TomogramRouting
18
18
  private
19
19
 
20
20
  def find_request_path(method:, path:)
21
- return '' unless path && path.size.positive?
21
+ return '' unless path && path.size > 0
22
22
 
23
23
  path = remove_the_slash_at_the_end2(path)
24
24
 
@@ -1,3 +1,3 @@
1
1
  module TomogramRouting
2
- VERSION = '0.1.2'.freeze
2
+ VERSION = '0.1.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomogram_routing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - d.efimov