app_manager 1.5.0 → 1.5.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: '08247cd6b523b162de81de3d88cef576612ff41a2b2438b1182613c78e8d8afd'
4
- data.tar.gz: 427cdb3d5feb431764fc99b85d64d208762f5994db53791e82a74cc3c1e248f5
3
+ metadata.gz: 9eb9bc0a4313a949cced988b7ffa0e53024315cfb2b9eb569ff894ed88ac8560
4
+ data.tar.gz: 0e472449feeed50f948429654a88af26270e04458a5b17c71ac1de744cea4561
5
5
  SHA512:
6
- metadata.gz: d09675e9f069c260e67a0e40c14c786e07e662e4e9901dc8c0a3eb8f21709e3213ae5bf9943e71c3484b59a3dc69448bec6b390960f36da237f85aac31f9dc1f
7
- data.tar.gz: '09e251efca96dbea992ab7e5b29eb2fff5c6f353b305699935f5445ee6301784324fa2dbec57777c1212dd0d6b813e639a3ec5bfd11bacbbea99849c56c26173'
6
+ metadata.gz: 9af3ef94b7b03ab0cfeaac11b0a86cca8f52aaf7fbb06505948284b85c50bec857d1c1299204213ca2e65b967d8a08f1856e3de74aaec8ffc4d5c541cecb5d62
7
+ data.tar.gz: 9cbb882ff71992dc5653257c53906cea1f5db98f981ffc74001f0aa00f81ff16c4103774140a4053a941f99ba1cc7d115dc27e21b6031817bd8da2cd692cceb5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- app_manager (1.5.0)
4
+ app_manager (1.5.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.4)
14
- actionpack (= 7.0.4)
15
- activesupport (= 7.0.4)
13
+ actioncable (7.0.4.2)
14
+ actionpack (= 7.0.4.2)
15
+ activesupport (= 7.0.4.2)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.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)
18
+ actionmailbox (7.0.4.2)
19
+ actionpack (= 7.0.4.2)
20
+ activejob (= 7.0.4.2)
21
+ activerecord (= 7.0.4.2)
22
+ activestorage (= 7.0.4.2)
23
+ activesupport (= 7.0.4.2)
24
24
  mail (>= 2.7.1)
25
25
  net-imap
26
26
  net-pop
27
27
  net-smtp
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)
28
+ actionmailer (7.0.4.2)
29
+ actionpack (= 7.0.4.2)
30
+ actionview (= 7.0.4.2)
31
+ activejob (= 7.0.4.2)
32
+ activesupport (= 7.0.4.2)
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.4)
39
- actionview (= 7.0.4)
40
- activesupport (= 7.0.4)
38
+ actionpack (7.0.4.2)
39
+ actionview (= 7.0.4.2)
40
+ activesupport (= 7.0.4.2)
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.4)
46
- actionpack (= 7.0.4)
47
- activerecord (= 7.0.4)
48
- activestorage (= 7.0.4)
49
- activesupport (= 7.0.4)
45
+ actiontext (7.0.4.2)
46
+ actionpack (= 7.0.4.2)
47
+ activerecord (= 7.0.4.2)
48
+ activestorage (= 7.0.4.2)
49
+ activesupport (= 7.0.4.2)
50
50
  globalid (>= 0.6.0)
51
51
  nokogiri (>= 1.8.5)
52
- actionview (7.0.4)
53
- activesupport (= 7.0.4)
52
+ actionview (7.0.4.2)
53
+ activesupport (= 7.0.4.2)
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.4)
59
- activesupport (= 7.0.4)
58
+ activejob (7.0.4.2)
59
+ activesupport (= 7.0.4.2)
60
60
  globalid (>= 0.3.6)
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)
61
+ activemodel (7.0.4.2)
62
+ activesupport (= 7.0.4.2)
63
+ activerecord (7.0.4.2)
64
+ activemodel (= 7.0.4.2)
65
+ activesupport (= 7.0.4.2)
66
66
  activerecord-import (1.4.1)
67
67
  activerecord (>= 4.2)
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)
68
+ activestorage (7.0.4.2)
69
+ actionpack (= 7.0.4.2)
70
+ activejob (= 7.0.4.2)
71
+ activerecord (= 7.0.4.2)
72
+ activesupport (= 7.0.4.2)
73
73
  marcel (~> 1.0)
74
74
  mini_mime (>= 1.1.0)
75
- activesupport (7.0.4)
75
+ activesupport (7.0.4.2)
76
76
  concurrent-ruby (~> 1.0, >= 1.0.2)
77
77
  i18n (>= 1.6, < 2)
78
78
  minitest (>= 5.1)
@@ -81,7 +81,7 @@ GEM
81
81
  public_suffix (>= 2.0.2, < 5.0)
82
82
  builder (3.2.4)
83
83
  coderay (1.1.3)
84
- concurrent-ruby (1.1.10)
84
+ concurrent-ruby (1.2.0)
85
85
  crack (0.4.5)
86
86
  rexml
87
87
  crass (1.0.6)
@@ -89,7 +89,7 @@ GEM
89
89
  diff-lcs (1.5.0)
90
90
  dotenv (2.1.2)
91
91
  erubi (1.12.0)
92
- globalid (1.0.0)
92
+ globalid (1.1.0)
93
93
  activesupport (>= 5.0)
94
94
  hashdiff (1.0.1)
95
95
  httparty (0.21.0)
@@ -112,7 +112,7 @@ GEM
112
112
  loofah (2.19.1)
113
113
  crass (~> 1.0.2)
114
114
  nokogiri (>= 1.5.9)
115
- mail (2.8.0)
115
+ mail (2.8.1)
116
116
  mini_mime (>= 0.1.1)
117
117
  net-imap
118
118
  net-pop
@@ -120,6 +120,7 @@ GEM
120
120
  marcel (1.0.2)
121
121
  method_source (1.0.0)
122
122
  mini_mime (1.1.2)
123
+ mini_portile2 (2.8.1)
123
124
  minitest (5.17.0)
124
125
  multi_xml (0.6.0)
125
126
  net-imap (0.3.4)
@@ -132,38 +133,39 @@ GEM
132
133
  net-smtp (0.3.3)
133
134
  net-protocol
134
135
  nio4r (2.5.8)
135
- nokogiri (1.13.10-x86_64-linux)
136
+ nokogiri (1.14.1)
137
+ mini_portile2 (~> 2.8.0)
136
138
  racc (~> 1.4)
137
139
  pry (0.14.1)
138
140
  coderay (~> 1.1)
139
141
  method_source (~> 1.0)
140
142
  public_suffix (4.0.6)
141
143
  racc (1.6.2)
142
- rack (2.2.5)
144
+ rack (2.2.6.2)
143
145
  rack-test (2.0.2)
144
146
  rack (>= 1.3)
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)
147
+ rails (7.0.4.2)
148
+ actioncable (= 7.0.4.2)
149
+ actionmailbox (= 7.0.4.2)
150
+ actionmailer (= 7.0.4.2)
151
+ actionpack (= 7.0.4.2)
152
+ actiontext (= 7.0.4.2)
153
+ actionview (= 7.0.4.2)
154
+ activejob (= 7.0.4.2)
155
+ activemodel (= 7.0.4.2)
156
+ activerecord (= 7.0.4.2)
157
+ activestorage (= 7.0.4.2)
158
+ activesupport (= 7.0.4.2)
157
159
  bundler (>= 1.15.0)
158
- railties (= 7.0.4)
160
+ railties (= 7.0.4.2)
159
161
  rails-dom-testing (2.0.3)
160
162
  activesupport (>= 4.2.0)
161
163
  nokogiri (>= 1.6)
162
- rails-html-sanitizer (1.4.4)
164
+ rails-html-sanitizer (1.5.0)
163
165
  loofah (~> 2.19, >= 2.19.1)
164
- railties (7.0.4)
165
- actionpack (= 7.0.4)
166
- activesupport (= 7.0.4)
166
+ railties (7.0.4.2)
167
+ actionpack (= 7.0.4.2)
168
+ activesupport (= 7.0.4.2)
167
169
  method_source
168
170
  rake (>= 12.2)
169
171
  thor (~> 1.0)
@@ -187,7 +189,7 @@ GEM
187
189
  rspec-support (3.11.0)
188
190
  thor (1.2.1)
189
191
  timeout (0.3.1)
190
- tzinfo (2.0.5)
192
+ tzinfo (2.0.6)
191
193
  concurrent-ruby (~> 1.0)
192
194
  webmock (3.14.0)
193
195
  addressable (>= 2.8.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AppManager
4
- VERSION = "1.5.0"
4
+ VERSION = "1.5.1"
5
5
  end
@@ -1,4 +1,4 @@
1
- class AddExternalChargeFields < ActiveRecord::Migration[<%= rails_migration_version %>]
1
+ class AddExternalChargeField < ActiveRecord::Migration[<%= rails_migration_version %>]
2
2
  def change
3
3
  add_column :plans, :is_external_charge, :boolean unless column_exists? :plans, :is_external_charge, default: false
4
4
  add_column :plans, :external_charge_limit, :bigint unless column_exists? :plans, :external_charge_limit
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.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hulkapps
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-07 00:00:00.000000000 Z
11
+ date: 2023-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty