app_manager 1.4.0 → 1.4.1

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: 323da6aca37d494397aea55d292e70a76b0a7280116fbda06eef42a23359147b
4
- data.tar.gz: 9e73448ce7fd0d997780dde01638c8d9c342a9408faf58e28fe231d65b577a7b
3
+ metadata.gz: 8c08b2b7330d0590d3de81bd25db16817ddca044984dd3761be00d073ff92b85
4
+ data.tar.gz: eea3b459b131b5da995ed2b067fae91fe2499b03f14f4cf3f286d856986ee868
5
5
  SHA512:
6
- metadata.gz: 12b8049dcef01005dce9b9debba9a0eb1d9921e73d4af6d629fb68fbb028711a26d9942031ed654bb93da656a2674e35d891f6bc6acf5b335db646e2a8698978
7
- data.tar.gz: 62f134c579d43e5187bc0a8cb3c6dd172e36f8b040f2e2421657b7072ac4c7f0ccff910c333f79097380149db8dc4c15c98bcd309e947e347059314f92905a4b
6
+ metadata.gz: 4d5092dd2ccab3b389eda6f93bb826c66a41f8a6508e8a926d9ebc018b073cf732cbd7b400eb7fde0a6b30bce632651891d93207a2cbdb52c35965ae3ce443d5
7
+ data.tar.gz: d6d93a43535968f4135a8704988b09091b5e2880a534dcb4f8b171a71388d564a782d1911139528782ad0ef536920f1a8be295adef77522105e5f5e3aff1a2cd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- app_manager (1.4.0)
4
+ app_manager (1.4.1)
5
5
  activerecord-import (~> 1.4)
6
6
  httparty
7
7
  kaminari (>= 0.16.3)
@@ -10,69 +10,69 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (7.0.3.1)
14
- actionpack (= 7.0.3.1)
15
- activesupport (= 7.0.3.1)
13
+ actioncable (7.0.4)
14
+ actionpack (= 7.0.4)
15
+ activesupport (= 7.0.4)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailbox (7.0.3.1)
19
- actionpack (= 7.0.3.1)
20
- activejob (= 7.0.3.1)
21
- activerecord (= 7.0.3.1)
22
- activestorage (= 7.0.3.1)
23
- activesupport (= 7.0.3.1)
18
+ actionmailbox (7.0.4)
19
+ actionpack (= 7.0.4)
20
+ activejob (= 7.0.4)
21
+ activerecord (= 7.0.4)
22
+ activestorage (= 7.0.4)
23
+ activesupport (= 7.0.4)
24
24
  mail (>= 2.7.1)
25
25
  net-imap
26
26
  net-pop
27
27
  net-smtp
28
- actionmailer (7.0.3.1)
29
- actionpack (= 7.0.3.1)
30
- actionview (= 7.0.3.1)
31
- activejob (= 7.0.3.1)
32
- activesupport (= 7.0.3.1)
28
+ actionmailer (7.0.4)
29
+ actionpack (= 7.0.4)
30
+ actionview (= 7.0.4)
31
+ activejob (= 7.0.4)
32
+ activesupport (= 7.0.4)
33
33
  mail (~> 2.5, >= 2.5.4)
34
34
  net-imap
35
35
  net-pop
36
36
  net-smtp
37
37
  rails-dom-testing (~> 2.0)
38
- actionpack (7.0.3.1)
39
- actionview (= 7.0.3.1)
40
- activesupport (= 7.0.3.1)
38
+ actionpack (7.0.4)
39
+ actionview (= 7.0.4)
40
+ activesupport (= 7.0.4)
41
41
  rack (~> 2.0, >= 2.2.0)
42
42
  rack-test (>= 0.6.3)
43
43
  rails-dom-testing (~> 2.0)
44
44
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
45
- actiontext (7.0.3.1)
46
- actionpack (= 7.0.3.1)
47
- activerecord (= 7.0.3.1)
48
- activestorage (= 7.0.3.1)
49
- activesupport (= 7.0.3.1)
45
+ actiontext (7.0.4)
46
+ actionpack (= 7.0.4)
47
+ activerecord (= 7.0.4)
48
+ activestorage (= 7.0.4)
49
+ activesupport (= 7.0.4)
50
50
  globalid (>= 0.6.0)
51
51
  nokogiri (>= 1.8.5)
52
- actionview (7.0.3.1)
53
- activesupport (= 7.0.3.1)
52
+ actionview (7.0.4)
53
+ activesupport (= 7.0.4)
54
54
  builder (~> 3.1)
55
55
  erubi (~> 1.4)
56
56
  rails-dom-testing (~> 2.0)
57
57
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
58
- activejob (7.0.3.1)
59
- activesupport (= 7.0.3.1)
58
+ activejob (7.0.4)
59
+ activesupport (= 7.0.4)
60
60
  globalid (>= 0.3.6)
61
- activemodel (7.0.3.1)
62
- activesupport (= 7.0.3.1)
63
- activerecord (7.0.3.1)
64
- activemodel (= 7.0.3.1)
65
- activesupport (= 7.0.3.1)
61
+ activemodel (7.0.4)
62
+ activesupport (= 7.0.4)
63
+ activerecord (7.0.4)
64
+ activemodel (= 7.0.4)
65
+ activesupport (= 7.0.4)
66
66
  activerecord-import (1.4.0)
67
67
  activerecord (>= 4.2)
68
- activestorage (7.0.3.1)
69
- actionpack (= 7.0.3.1)
70
- activejob (= 7.0.3.1)
71
- activerecord (= 7.0.3.1)
72
- activesupport (= 7.0.3.1)
68
+ activestorage (7.0.4)
69
+ actionpack (= 7.0.4)
70
+ activejob (= 7.0.4)
71
+ activerecord (= 7.0.4)
72
+ activesupport (= 7.0.4)
73
73
  marcel (~> 1.0)
74
74
  mini_mime (>= 1.1.0)
75
- activesupport (7.0.3.1)
75
+ activesupport (7.0.4)
76
76
  concurrent-ruby (~> 1.0, >= 1.0.2)
77
77
  i18n (>= 1.6, < 2)
78
78
  minitest (>= 5.1)
@@ -86,7 +86,6 @@ GEM
86
86
  rexml
87
87
  crass (1.0.6)
88
88
  diff-lcs (1.5.0)
89
- digest (3.1.0)
90
89
  dotenv (2.1.2)
91
90
  erubi (1.11.0)
92
91
  globalid (1.0.0)
@@ -109,7 +108,7 @@ GEM
109
108
  activerecord
110
109
  kaminari-core (= 1.2.2)
111
110
  kaminari-core (1.2.2)
112
- loofah (2.18.0)
111
+ loofah (2.19.0)
113
112
  crass (~> 1.0.2)
114
113
  nokogiri (>= 1.5.9)
115
114
  mail (2.7.1)
@@ -123,20 +122,14 @@ GEM
123
122
  mini_portile2 (2.8.0)
124
123
  minitest (5.16.3)
125
124
  multi_xml (0.6.0)
126
- net-imap (0.2.3)
127
- digest
125
+ net-imap (0.3.1)
128
126
  net-protocol
129
- strscan
130
- net-pop (0.1.1)
131
- digest
127
+ net-pop (0.1.2)
132
128
  net-protocol
133
- timeout
134
129
  net-protocol (0.1.3)
135
130
  timeout
136
- net-smtp (0.3.1)
137
- digest
131
+ net-smtp (0.3.2)
138
132
  net-protocol
139
- timeout
140
133
  nio4r (2.5.8)
141
134
  nokogiri (1.13.8)
142
135
  mini_portile2 (~> 2.8.0)
@@ -149,28 +142,28 @@ GEM
149
142
  rack (2.2.4)
150
143
  rack-test (2.0.2)
151
144
  rack (>= 1.3)
152
- rails (7.0.3.1)
153
- actioncable (= 7.0.3.1)
154
- actionmailbox (= 7.0.3.1)
155
- actionmailer (= 7.0.3.1)
156
- actionpack (= 7.0.3.1)
157
- actiontext (= 7.0.3.1)
158
- actionview (= 7.0.3.1)
159
- activejob (= 7.0.3.1)
160
- activemodel (= 7.0.3.1)
161
- activerecord (= 7.0.3.1)
162
- activestorage (= 7.0.3.1)
163
- activesupport (= 7.0.3.1)
145
+ rails (7.0.4)
146
+ actioncable (= 7.0.4)
147
+ actionmailbox (= 7.0.4)
148
+ actionmailer (= 7.0.4)
149
+ actionpack (= 7.0.4)
150
+ actiontext (= 7.0.4)
151
+ actionview (= 7.0.4)
152
+ activejob (= 7.0.4)
153
+ activemodel (= 7.0.4)
154
+ activerecord (= 7.0.4)
155
+ activestorage (= 7.0.4)
156
+ activesupport (= 7.0.4)
164
157
  bundler (>= 1.15.0)
165
- railties (= 7.0.3.1)
158
+ railties (= 7.0.4)
166
159
  rails-dom-testing (2.0.3)
167
160
  activesupport (>= 4.2.0)
168
161
  nokogiri (>= 1.6)
169
162
  rails-html-sanitizer (1.4.3)
170
163
  loofah (~> 2.3)
171
- railties (7.0.3.1)
172
- actionpack (= 7.0.3.1)
173
- activesupport (= 7.0.3.1)
164
+ railties (7.0.4)
165
+ actionpack (= 7.0.4)
166
+ activesupport (= 7.0.4)
174
167
  method_source
175
168
  rake (>= 12.2)
176
169
  thor (~> 1.0)
@@ -192,7 +185,6 @@ GEM
192
185
  diff-lcs (>= 1.2.0, < 2.0)
193
186
  rspec-support (~> 3.11.0)
194
187
  rspec-support (3.11.0)
195
- strscan (3.0.4)
196
188
  thor (1.2.1)
197
189
  timeout (0.3.0)
198
190
  tzinfo (2.0.5)
@@ -204,7 +196,7 @@ GEM
204
196
  websocket-driver (0.7.5)
205
197
  websocket-extensions (>= 0.1.0)
206
198
  websocket-extensions (0.1.5)
207
- zeitwerk (2.6.0)
199
+ zeitwerk (2.6.1)
208
200
 
209
201
  PLATFORMS
210
202
  ruby
@@ -62,10 +62,10 @@ module AppManager
62
62
  redirect_charge = data["data"]["appSubscriptionCreate"]["confirmationUrl"]
63
63
  render json: {'redirect_url' => redirect_charge}
64
64
  else
65
- raise Error, "#{data["errors"].as_json}"
65
+ raise Error, "#{data.inspect}"
66
66
  end
67
67
  else
68
- raise Error, "#{data["errors"]}"
68
+ raise Error, "#{data.inspect}"
69
69
  end
70
70
  else
71
71
  raise ModelNotFound, "Shop not found"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AppManager
4
- VERSION = "1.4.0"
4
+ VERSION = "1.4.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hulkapps
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-06 00:00:00.000000000 Z
11
+ date: 2022-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty