api_proxy 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c32f2d58d0e0e128d0ff34bb2250c741fb77cf5028587b9abe0583b7a472a08
4
- data.tar.gz: 18c053218cf582063e7a5634709a685a45080350c6ed3fa48c0ad18670ab8da1
3
+ metadata.gz: 0e60cfed7fb614e9c7e095885e14b03e77464b1775b3119c4c4690ea588422f3
4
+ data.tar.gz: 1da8f328e8ce3fc46b6de2927f755053f61b720e6499276976d5e4657801ac99
5
5
  SHA512:
6
- metadata.gz: ce82c50310a34c1b8c6b4d38a820ee1b8b2ae2169bc966d8502cc0f0ab1f682414166ea3563bdd6eccae2d3a87a035117fba95cd1b51005d88cee8d4d17cf678
7
- data.tar.gz: f96fe352f2f490babe0ef7bedcf0d859942d9c551c2f34af5305e8e6b95627bf95f4e785c4b120561eea7ec96094e1a22decf0b9b1da9da8652e36c7f2011d61
6
+ metadata.gz: 116d701bf5373a3c7f351c22e47dba9308bcca098711d0fc54fdd61aca81ab14e2d14d7c1b2b00828618d6cd94b20e6c6fd070d1d736cd14dec5552128f9ed19
7
+ data.tar.gz: 0a703a69496e9f78c76f30851e788e04a560d4595759618748fa42b088c55d8878d935c9463ebe5b0a6bab143eaf37bba455c6b01e8738c91d83c3e049f37872
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_proxy (0.2.5)
4
+ api_proxy (0.2.6)
5
5
  activesupport (>= 4.0)
6
6
  api_signature (~> 0.1.2)
7
7
  httparty (>= 0.15)
@@ -9,14 +9,15 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (5.2.2)
12
+ activesupport (6.0.2.1)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 0.7, < 2)
15
15
  minitest (~> 5.1)
16
16
  tzinfo (~> 1.1)
17
+ zeitwerk (~> 2.2)
17
18
  addressable (2.5.2)
18
19
  public_suffix (>= 2.0.2, < 4.0)
19
- api_signature (0.1.4)
20
+ api_signature (0.1.5)
20
21
  activesupport (>= 4.0)
21
22
  rack (>= 1.6)
22
23
  ast (2.4.0)
@@ -34,7 +35,7 @@ GEM
34
35
  coderay (1.1.2)
35
36
  coercible (1.0.0)
36
37
  descendants_tracker (~> 0.0.1)
37
- concurrent-ruby (1.0.5)
38
+ concurrent-ruby (1.1.6)
38
39
  crack (0.4.3)
39
40
  safe_yaml (~> 1.0.0)
40
41
  descendants_tracker (0.0.4)
@@ -58,10 +59,10 @@ GEM
58
59
  guard-compat (~> 1.1)
59
60
  rspec (>= 2.99.0, < 4.0)
60
61
  hashdiff (0.3.7)
61
- httparty (0.16.4)
62
+ httparty (0.17.3)
62
63
  mime-types (~> 3.0)
63
64
  multi_xml (>= 0.5.2)
64
- i18n (1.5.3)
65
+ i18n (1.8.2)
65
66
  concurrent-ruby (~> 1.0)
66
67
  ice_nine (0.11.2)
67
68
  iniparse (1.4.4)
@@ -73,10 +74,10 @@ GEM
73
74
  ruby_dep (~> 1.2)
74
75
  lumberjack (1.0.13)
75
76
  method_source (0.9.0)
76
- mime-types (3.2.2)
77
+ mime-types (3.3.1)
77
78
  mime-types-data (~> 3.2015)
78
- mime-types-data (3.2018.0812)
79
- minitest (5.11.3)
79
+ mime-types-data (3.2019.1009)
80
+ minitest (5.14.0)
80
81
  multi_xml (0.6.0)
81
82
  nenv (0.3.0)
82
83
  notiffany (0.1.1)
@@ -93,7 +94,7 @@ GEM
93
94
  coderay (~> 1.1.0)
94
95
  method_source (~> 0.9.0)
95
96
  public_suffix (3.0.2)
96
- rack (2.0.6)
97
+ rack (2.2.2)
97
98
  rainbow (3.0.0)
98
99
  rake (10.5.0)
99
100
  rb-fsevent (0.10.3)
@@ -131,7 +132,7 @@ GEM
131
132
  shellany (0.0.1)
132
133
  thor (0.20.0)
133
134
  thread_safe (0.3.6)
134
- tzinfo (1.2.5)
135
+ tzinfo (1.2.6)
135
136
  thread_safe (~> 0.1)
136
137
  unicode-display_width (1.4.0)
137
138
  virtus (1.0.5)
@@ -143,6 +144,7 @@ GEM
143
144
  addressable (>= 2.3.6)
144
145
  crack (>= 0.3.2)
145
146
  hashdiff
147
+ zeitwerk (2.2.2)
146
148
 
147
149
  PLATFORMS
148
150
  ruby
@@ -160,4 +162,4 @@ DEPENDENCIES
160
162
  webmock (~> 3.4, >= 3.4.2)
161
163
 
162
164
  BUNDLED WITH
163
- 1.16.2
165
+ 1.17.3
@@ -12,7 +12,7 @@ module ApiProxy
12
12
 
13
13
  return @app.call(env) unless builder.allow_request?
14
14
 
15
- builder.response
15
+ builder.response.finish
16
16
  end
17
17
  end
18
18
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiProxy
4
- VERSION = '0.2.5'
4
+ VERSION = '0.2.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Malinovskiy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-27 00:00:00.000000000 Z
11
+ date: 2020-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler