saddle 0.0.21 → 0.0.22

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTdiMWYwODYzZTI0YzdiZGViNWU3MTJhMGFjZmIwMjcxYzcyNmFmMw==
4
+ Njg5M2M1ODIxZjAxMmQ1NGRiOWU5MDMyN2RhMWNhOGZhNjc4NjRkMQ==
5
5
  data.tar.gz: !binary |-
6
- MjBiMTU3YWY3YjE2OGYzYzVkN2JmNTQ5OWNmZDhiYTFmZWE4MDhkMA==
6
+ OWViOGE0MThmNGU1OGYwM2VhZWFkNjY0NGJjNjhiMTIwMDZhNmRkOQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MmUzMzE3Y2ExOGM2ZDc1OGQ4M2ZmYTU3ODUxMTE4MTJhNDY4NDY0ZDY2M2Yw
10
- ZTM0MDk3YmJlMDYyYWI4ZTFiMDY4YzM5OTBiZWU4NGNiY2VkYzJiYzM3ODI5
11
- MDUzYzUxZTNmYjk1Zjk0NDFhNmIzNzhmYWM4NGNkMzlmMTg2ZTA=
9
+ Mjg3MDI3ZTA2MDRjNzMyODM5MzM5YmE0NDA0MzI5NDQwNDBhMTY1ZDc5ZjEz
10
+ NWE5OGZhZGE4NGM4OTQyMGZkODMyMTkzNmE4ZTRhM2M5YWJhYjVlYWYzZTBj
11
+ ZjE3MGM1MGQ3MTE5ODE1YmJhYjg3ODQwYjBkNTI4ZDk2NjQ3ZDQ=
12
12
  data.tar.gz: !binary |-
13
- NjMxNjBiODUyNjNkZjZmNGMyYTU2MTg2MTVhOWUxOTFmMWRhOTdiNDM2NWY2
14
- YjNmMDA5NzM3N2I2Nzc1M2ViNzZiMGQ0YjU0ZWFiNzk0YWQ2ODYzNmZkYjRm
15
- ZDg4Mjc1ZWRlYzc2MDU2MjczMmZlMjU4YTFlZTE1OTg5ZWY1YjE=
13
+ OWNjZDVjZGQ0MTA3NGZhYmNmYTc3YmFiYjE3N2FmOGY0NDI3NzVmOGRkMDE4
14
+ MTlmYjU1YzY1YTk5MWVmY2YxOTY0ZWUxMmE5NmFlZGU5ZDBjMDg0NTYxY2Vj
15
+ ZmIxYWJkZTVmNjBkMGM3NTNjMTJhZjQ3Y2E3YTU0YzIyMDg5YzY=
@@ -7,15 +7,15 @@ module Saddle
7
7
  # Construct our default options, based upon the class methods
8
8
  def default_options
9
9
  {
10
- :host => host(),
11
- :port => port(),
12
- :path_prefix => path_prefix(),
13
- :use_ssl => use_ssl(),
14
- :request_style => request_style(),
15
- :num_retries => num_retries(),
16
- :timeout => timeout(),
10
+ :host => host,
11
+ :port => port,
12
+ :path_prefix => path_prefix,
13
+ :use_ssl => use_ssl,
14
+ :request_style => request_style,
15
+ :num_retries => num_retries,
16
+ :timeout => timeout,
17
17
  :additional_middlewares => self.additional_middlewares,
18
- :stubs => stubs(),
18
+ :stubs => stubs,
19
19
  }
20
20
  end
21
21
 
@@ -1,3 +1,3 @@
1
1
  module Saddle
2
- VERSION = '0.0.21'
2
+ VERSION = '0.0.22'
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.21
4
+ version: 0.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Lewis