saddle 0.0.42 → 0.0.43

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.
@@ -87,7 +87,7 @@ module Saddle
87
87
  # Join it with the action
88
88
  paths = pre_action_paths + [action]
89
89
  # Strip out empty elements
90
- paths.reject! { |p| p.nil? || p.empty? }
90
+ paths = paths.map(&:to_s).reject(&:empty?)
91
91
  "/#{paths.join('/')}"
92
92
  end
93
93
 
@@ -1,3 +1,3 @@
1
1
  module Saddle
2
- VERSION = '0.0.42'
2
+ VERSION = '0.0.43'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saddle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.42
4
+ version: 0.0.43
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: