tp_common 0.4.3 → 0.4.4

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: dff90dbcae8e77f5b4134c0f6e6f4e3262dd9322d016608f1ac9539121159995
4
- data.tar.gz: 820f9673201b594b22303de7c9733651a79360ef878ec9fd7b6ea0afcafd774d
3
+ metadata.gz: 6e50ed2be7dc8139e582fd2a9540bb2844f3ffadeacd0fa19af5348d0ef4c103
4
+ data.tar.gz: 766d8593cd5e565096ac95663c3bf5f0ca92def15eddb47f6c20156d4272e8ba
5
5
  SHA512:
6
- metadata.gz: ba4f5345766b402aca620aca594996a3a7e7b7632778783f9f11fd3d0a9e4c55ff5def0fbd94a16f3e8d88ba6f7292085603c49f12816c60da914dc4f79f6dbe
7
- data.tar.gz: f88a0d981a1060b82add6104311e80fc8834b850c9ce9339bdd5d900d68021323988aef193ce311aee5a929de54713dbef9d8a981d561229f9c9bb0a55a696bc
6
+ metadata.gz: 1c471e3a132db86f90cc0552f11996a64a69db7a8cbcfff5a557521745b2bb6d13f3a1440367ba06c2cbe7e047a41528199a52011e55a4ff315c7cd4e8e6d5a4
7
+ data.tar.gz: 8b60ac76769703c2b5ca7c1714fafb463379a090c5e4ebc11faf8e4db3671e94f110b704a1195772c29061c893d4bc6f499226d199072e1a1c494e9113a59f16
data/.travis.yml CHANGED
@@ -1,10 +1,11 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.4.1
4
+ - 2.5.3
5
5
  gemfile:
6
6
  - gemfiles/rails_4.gemfile
7
7
  - gemfiles/rails_5.gemfile
8
+ - gemfiles/rails_6.gemfile
8
9
  - gemfiles/rails_latest.gemfile
9
10
  before_install: gem install bundler -v 1.16.0
10
11
  script:
data/Appraisals CHANGED
@@ -1,15 +1,20 @@
1
1
  appraise "rails-4" do
2
- gem 'rails', '~> 4.0'
2
+ gem 'rails', '~> 4.2'
3
3
  gem 'rspec-rails'
4
4
  end
5
5
 
6
6
  appraise "rails-5" do
7
- gem 'rails', '~> 5.0'
7
+ gem 'rails', '~> 5.2'
8
+ gem 'rspec-rails'
9
+ end
10
+
11
+ appraise "rails-6" do
12
+ gem 'rails', '~> 6.0'
8
13
  gem 'rspec-rails'
9
14
  end
10
15
 
11
16
  # This tests for compatible with latest rails, no matter what version.
12
17
  appraise "rails-latest" do
13
- gem 'rails', '= 5.2.2.1'
18
+ gem 'rails', '= 6.0.0'
14
19
  gem 'rspec-rails'
15
20
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "~> 4.0"
5
+ gem "rails", "~> 4.2"
6
6
  gem "rspec-rails"
7
7
 
8
8
  gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- tp_common (0.4.3)
5
- activesupport (>= 4.2.0, < 6.0)
4
+ tp_common (0.4.4)
5
+ activesupport (>= 4.2.0, < 7.0)
6
6
  aws-sdk-s3 (~> 1.19)
7
7
  fog-aws (~> 2.0)
8
8
  mime-types (~> 3.2)
@@ -52,32 +52,32 @@ GEM
52
52
  rake
53
53
  thor (>= 0.14.0)
54
54
  arel (6.0.4)
55
- aws-eventstream (1.0.2)
56
- aws-partitions (1.144.0)
57
- aws-sdk-core (3.48.0)
55
+ aws-eventstream (1.0.3)
56
+ aws-partitions (1.207.0)
57
+ aws-sdk-core (3.65.1)
58
58
  aws-eventstream (~> 1.0, >= 1.0.2)
59
59
  aws-partitions (~> 1.0)
60
60
  aws-sigv4 (~> 1.1)
61
61
  jmespath (~> 1.0)
62
- aws-sdk-kms (1.15.0)
63
- aws-sdk-core (~> 3, >= 3.48.0)
62
+ aws-sdk-kms (1.24.0)
63
+ aws-sdk-core (~> 3, >= 3.61.1)
64
64
  aws-sigv4 (~> 1.1)
65
- aws-sdk-s3 (1.33.0)
66
- aws-sdk-core (~> 3, >= 3.48.0)
65
+ aws-sdk-s3 (1.48.0)
66
+ aws-sdk-core (~> 3, >= 3.61.1)
67
67
  aws-sdk-kms (~> 1)
68
- aws-sigv4 (~> 1.0)
68
+ aws-sigv4 (~> 1.1)
69
69
  aws-sigv4 (1.1.0)
70
70
  aws-eventstream (~> 1.0, >= 1.0.2)
71
71
  builder (3.2.3)
72
- byebug (9.1.0)
72
+ byebug (11.0.1)
73
73
  coderay (1.1.2)
74
- concurrent-ruby (1.0.5)
74
+ concurrent-ruby (1.1.5)
75
75
  crack (0.4.3)
76
76
  safe_yaml (~> 1.0.0)
77
- crass (1.0.3)
77
+ crass (1.0.4)
78
78
  diff-lcs (1.3)
79
79
  erubis (2.7.0)
80
- excon (0.62.0)
80
+ excon (0.66.0)
81
81
  fog-aws (2.0.1)
82
82
  fog-core (~> 1.38)
83
83
  fog-json (~> 1.0)
@@ -94,33 +94,33 @@ GEM
94
94
  fog-core
95
95
  nokogiri (>= 1.5.11, < 2.0.0)
96
96
  formatador (0.2.5)
97
- globalid (0.4.1)
97
+ globalid (0.4.2)
98
98
  activesupport (>= 4.2.0)
99
99
  hashdiff (0.3.8)
100
100
  i18n (0.9.1)
101
101
  concurrent-ruby (~> 1.0)
102
102
  ipaddress (0.8.3)
103
103
  jmespath (1.4.0)
104
- loofah (2.1.1)
104
+ loofah (2.2.3)
105
105
  crass (~> 1.0.2)
106
106
  nokogiri (>= 1.5.9)
107
- mail (2.7.0)
107
+ mail (2.7.1)
108
108
  mini_mime (>= 0.1.1)
109
- method_source (0.9.0)
109
+ method_source (0.9.2)
110
110
  mime-types (3.2.2)
111
111
  mime-types-data (~> 3.2015)
112
- mime-types-data (3.2018.0812)
113
- mini_mime (1.0.0)
114
- mini_portile2 (2.3.0)
115
- minitest (5.11.1)
112
+ mime-types-data (3.2019.0331)
113
+ mini_mime (1.0.1)
114
+ mini_portile2 (2.4.0)
115
+ minitest (5.11.3)
116
116
  multi_json (1.13.1)
117
- nokogiri (1.8.1)
118
- mini_portile2 (~> 2.3.0)
119
- pry (0.11.3)
117
+ nokogiri (1.10.1)
118
+ mini_portile2 (~> 2.4.0)
119
+ pry (0.12.2)
120
120
  coderay (~> 1.1.0)
121
121
  method_source (~> 0.9.0)
122
- pry-byebug (3.5.1)
123
- byebug (~> 9.1)
122
+ pry-byebug (3.7.0)
123
+ byebug (~> 11.0)
124
124
  pry (~> 0.10)
125
125
  public_suffix (3.0.3)
126
126
  rack (1.6.8)
@@ -143,47 +143,47 @@ GEM
143
143
  activesupport (>= 4.2.0, < 5.0)
144
144
  nokogiri (~> 1.6)
145
145
  rails-deprecated_sanitizer (>= 1.0.1)
146
- rails-html-sanitizer (1.0.3)
147
- loofah (~> 2.0)
146
+ rails-html-sanitizer (1.0.4)
147
+ loofah (~> 2.2, >= 2.2.2)
148
148
  railties (4.2.10)
149
149
  actionpack (= 4.2.10)
150
150
  activesupport (= 4.2.10)
151
151
  rake (>= 0.8.7)
152
152
  thor (>= 0.18.1, < 2.0)
153
153
  rake (10.5.0)
154
- rspec (3.7.0)
155
- rspec-core (~> 3.7.0)
156
- rspec-expectations (~> 3.7.0)
157
- rspec-mocks (~> 3.7.0)
158
- rspec-core (3.7.1)
159
- rspec-support (~> 3.7.0)
160
- rspec-expectations (3.7.0)
154
+ rspec (3.8.0)
155
+ rspec-core (~> 3.8.0)
156
+ rspec-expectations (~> 3.8.0)
157
+ rspec-mocks (~> 3.8.0)
158
+ rspec-core (3.8.0)
159
+ rspec-support (~> 3.8.0)
160
+ rspec-expectations (3.8.2)
161
161
  diff-lcs (>= 1.2.0, < 2.0)
162
- rspec-support (~> 3.7.0)
163
- rspec-mocks (3.7.0)
162
+ rspec-support (~> 3.8.0)
163
+ rspec-mocks (3.8.0)
164
164
  diff-lcs (>= 1.2.0, < 2.0)
165
- rspec-support (~> 3.7.0)
166
- rspec-rails (3.7.2)
165
+ rspec-support (~> 3.8.0)
166
+ rspec-rails (3.8.2)
167
167
  actionpack (>= 3.0)
168
168
  activesupport (>= 3.0)
169
169
  railties (>= 3.0)
170
- rspec-core (~> 3.7.0)
171
- rspec-expectations (~> 3.7.0)
172
- rspec-mocks (~> 3.7.0)
173
- rspec-support (~> 3.7.0)
174
- rspec-support (3.7.0)
170
+ rspec-core (~> 3.8.0)
171
+ rspec-expectations (~> 3.8.0)
172
+ rspec-mocks (~> 3.8.0)
173
+ rspec-support (~> 3.8.0)
174
+ rspec-support (3.8.0)
175
175
  safe_yaml (1.0.5)
176
- sprockets (3.7.1)
176
+ sprockets (3.7.2)
177
177
  concurrent-ruby (~> 1.0)
178
178
  rack (> 1, < 3)
179
179
  sprockets-rails (3.2.1)
180
180
  actionpack (>= 4.0)
181
181
  activesupport (>= 4.0)
182
182
  sprockets (>= 3.0.0)
183
- thor (0.20.0)
183
+ thor (0.20.3)
184
184
  thread_safe (0.3.6)
185
185
  timecop (0.9.1)
186
- tzinfo (1.2.4)
186
+ tzinfo (1.2.5)
187
187
  thread_safe (~> 0.1)
188
188
  webmock (3.5.1)
189
189
  addressable (>= 2.3.6)
@@ -197,7 +197,7 @@ DEPENDENCIES
197
197
  appraisal (~> 2.2, >= 2.2.0)
198
198
  bundler (~> 1.15)
199
199
  pry-byebug (~> 3)
200
- rails (~> 4.0)
200
+ rails (~> 4.2)
201
201
  rake (~> 10.0)
202
202
  rspec (~> 3.0)
203
203
  rspec-rails
@@ -206,4 +206,4 @@ DEPENDENCIES
206
206
  webmock
207
207
 
208
208
  BUNDLED WITH
209
- 1.16.6
209
+ 1.17.3
@@ -2,7 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "~> 5.0"
5
+ gem "rails", "~> 5.2"
6
6
  gem "rspec-rails"
7
7
 
8
8
  gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- tp_common (0.4.3)
5
- activesupport (>= 4.2.0, < 6.0)
4
+ tp_common (0.4.4)
5
+ activesupport (>= 4.2.0, < 7.0)
6
6
  aws-sdk-s3 (~> 1.19)
7
7
  fog-aws (~> 2.0)
8
8
  mime-types (~> 3.2)
@@ -11,41 +11,45 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (5.0.3)
15
- actionpack (= 5.0.3)
16
- nio4r (>= 1.2, < 3.0)
17
- websocket-driver (~> 0.6.1)
18
- actionmailer (5.0.3)
19
- actionpack (= 5.0.3)
20
- actionview (= 5.0.3)
21
- activejob (= 5.0.3)
14
+ actioncable (5.2.2.1)
15
+ actionpack (= 5.2.2.1)
16
+ nio4r (~> 2.0)
17
+ websocket-driver (>= 0.6.1)
18
+ actionmailer (5.2.2.1)
19
+ actionpack (= 5.2.2.1)
20
+ actionview (= 5.2.2.1)
21
+ activejob (= 5.2.2.1)
22
22
  mail (~> 2.5, >= 2.5.4)
23
23
  rails-dom-testing (~> 2.0)
24
- actionpack (5.0.3)
25
- actionview (= 5.0.3)
26
- activesupport (= 5.0.3)
24
+ actionpack (5.2.2.1)
25
+ actionview (= 5.2.2.1)
26
+ activesupport (= 5.2.2.1)
27
27
  rack (~> 2.0)
28
- rack-test (~> 0.6.3)
28
+ rack-test (>= 0.6.3)
29
29
  rails-dom-testing (~> 2.0)
30
30
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- actionview (5.0.3)
32
- activesupport (= 5.0.3)
31
+ actionview (5.2.2.1)
32
+ activesupport (= 5.2.2.1)
33
33
  builder (~> 3.1)
34
- erubis (~> 2.7.0)
34
+ erubi (~> 1.4)
35
35
  rails-dom-testing (~> 2.0)
36
36
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
37
- activejob (5.0.3)
38
- activesupport (= 5.0.3)
37
+ activejob (5.2.2.1)
38
+ activesupport (= 5.2.2.1)
39
39
  globalid (>= 0.3.6)
40
- activemodel (5.0.3)
41
- activesupport (= 5.0.3)
42
- activerecord (5.0.3)
43
- activemodel (= 5.0.3)
44
- activesupport (= 5.0.3)
45
- arel (~> 7.0)
46
- activesupport (5.0.3)
40
+ activemodel (5.2.2.1)
41
+ activesupport (= 5.2.2.1)
42
+ activerecord (5.2.2.1)
43
+ activemodel (= 5.2.2.1)
44
+ activesupport (= 5.2.2.1)
45
+ arel (>= 9.0)
46
+ activestorage (5.2.2.1)
47
+ actionpack (= 5.2.2.1)
48
+ activerecord (= 5.2.2.1)
49
+ marcel (~> 0.3.1)
50
+ activesupport (5.2.2.1)
47
51
  concurrent-ruby (~> 1.0, >= 1.0.2)
48
- i18n (~> 0.7)
52
+ i18n (>= 0.7, < 2)
49
53
  minitest (~> 5.1)
50
54
  tzinfo (~> 1.1)
51
55
  addressable (2.6.0)
@@ -54,33 +58,33 @@ GEM
54
58
  bundler
55
59
  rake
56
60
  thor (>= 0.14.0)
57
- arel (7.1.4)
58
- aws-eventstream (1.0.2)
59
- aws-partitions (1.144.0)
60
- aws-sdk-core (3.48.0)
61
+ arel (9.0.0)
62
+ aws-eventstream (1.0.3)
63
+ aws-partitions (1.207.0)
64
+ aws-sdk-core (3.65.1)
61
65
  aws-eventstream (~> 1.0, >= 1.0.2)
62
66
  aws-partitions (~> 1.0)
63
67
  aws-sigv4 (~> 1.1)
64
68
  jmespath (~> 1.0)
65
- aws-sdk-kms (1.15.0)
66
- aws-sdk-core (~> 3, >= 3.48.0)
69
+ aws-sdk-kms (1.24.0)
70
+ aws-sdk-core (~> 3, >= 3.61.1)
67
71
  aws-sigv4 (~> 1.1)
68
- aws-sdk-s3 (1.33.0)
69
- aws-sdk-core (~> 3, >= 3.48.0)
72
+ aws-sdk-s3 (1.48.0)
73
+ aws-sdk-core (~> 3, >= 3.61.1)
70
74
  aws-sdk-kms (~> 1)
71
- aws-sigv4 (~> 1.0)
75
+ aws-sigv4 (~> 1.1)
72
76
  aws-sigv4 (1.1.0)
73
77
  aws-eventstream (~> 1.0, >= 1.0.2)
74
78
  builder (3.2.3)
75
- byebug (9.1.0)
79
+ byebug (11.0.1)
76
80
  coderay (1.1.2)
77
- concurrent-ruby (1.0.5)
81
+ concurrent-ruby (1.1.5)
78
82
  crack (0.4.3)
79
83
  safe_yaml (~> 1.0.0)
80
- crass (1.0.3)
84
+ crass (1.0.4)
81
85
  diff-lcs (1.3)
82
- erubis (2.7.0)
83
- excon (0.62.0)
86
+ erubi (1.8.0)
87
+ excon (0.66.0)
84
88
  fog-aws (2.0.1)
85
89
  fog-core (~> 1.38)
86
90
  fog-json (~> 1.0)
@@ -97,102 +101,106 @@ GEM
97
101
  fog-core
98
102
  nokogiri (>= 1.5.11, < 2.0.0)
99
103
  formatador (0.2.5)
100
- globalid (0.4.1)
104
+ globalid (0.4.2)
101
105
  activesupport (>= 4.2.0)
102
106
  hashdiff (0.3.8)
103
- i18n (0.9.1)
107
+ i18n (1.6.0)
104
108
  concurrent-ruby (~> 1.0)
105
109
  ipaddress (0.8.3)
106
110
  jmespath (1.4.0)
107
- loofah (2.1.1)
111
+ loofah (2.2.3)
108
112
  crass (~> 1.0.2)
109
113
  nokogiri (>= 1.5.9)
110
- mail (2.7.0)
114
+ mail (2.7.1)
111
115
  mini_mime (>= 0.1.1)
112
- method_source (0.9.0)
116
+ marcel (0.3.3)
117
+ mimemagic (~> 0.3.2)
118
+ method_source (0.9.2)
113
119
  mime-types (3.2.2)
114
120
  mime-types-data (~> 3.2015)
115
- mime-types-data (3.2018.0812)
116
- mini_mime (1.0.0)
117
- mini_portile2 (2.3.0)
118
- minitest (5.11.1)
121
+ mime-types-data (3.2019.0331)
122
+ mimemagic (0.3.3)
123
+ mini_mime (1.0.1)
124
+ mini_portile2 (2.4.0)
125
+ minitest (5.11.3)
119
126
  multi_json (1.13.1)
120
- nio4r (2.2.0)
121
- nokogiri (1.8.1)
122
- mini_portile2 (~> 2.3.0)
123
- pry (0.11.3)
127
+ nio4r (2.3.1)
128
+ nokogiri (1.10.1)
129
+ mini_portile2 (~> 2.4.0)
130
+ pry (0.12.2)
124
131
  coderay (~> 1.1.0)
125
132
  method_source (~> 0.9.0)
126
- pry-byebug (3.5.1)
127
- byebug (~> 9.1)
133
+ pry-byebug (3.7.0)
134
+ byebug (~> 11.0)
128
135
  pry (~> 0.10)
129
136
  public_suffix (3.0.3)
130
- rack (2.0.3)
131
- rack-test (0.6.3)
132
- rack (>= 1.0)
133
- rails (5.0.3)
134
- actioncable (= 5.0.3)
135
- actionmailer (= 5.0.3)
136
- actionpack (= 5.0.3)
137
- actionview (= 5.0.3)
138
- activejob (= 5.0.3)
139
- activemodel (= 5.0.3)
140
- activerecord (= 5.0.3)
141
- activesupport (= 5.0.3)
142
- bundler (>= 1.3.0, < 2.0)
143
- railties (= 5.0.3)
137
+ rack (2.0.6)
138
+ rack-test (1.1.0)
139
+ rack (>= 1.0, < 3)
140
+ rails (5.2.2.1)
141
+ actioncable (= 5.2.2.1)
142
+ actionmailer (= 5.2.2.1)
143
+ actionpack (= 5.2.2.1)
144
+ actionview (= 5.2.2.1)
145
+ activejob (= 5.2.2.1)
146
+ activemodel (= 5.2.2.1)
147
+ activerecord (= 5.2.2.1)
148
+ activestorage (= 5.2.2.1)
149
+ activesupport (= 5.2.2.1)
150
+ bundler (>= 1.3.0)
151
+ railties (= 5.2.2.1)
144
152
  sprockets-rails (>= 2.0.0)
145
153
  rails-dom-testing (2.0.3)
146
154
  activesupport (>= 4.2.0)
147
155
  nokogiri (>= 1.6)
148
- rails-html-sanitizer (1.0.3)
149
- loofah (~> 2.0)
150
- railties (5.0.3)
151
- actionpack (= 5.0.3)
152
- activesupport (= 5.0.3)
156
+ rails-html-sanitizer (1.0.4)
157
+ loofah (~> 2.2, >= 2.2.2)
158
+ railties (5.2.2.1)
159
+ actionpack (= 5.2.2.1)
160
+ activesupport (= 5.2.2.1)
153
161
  method_source
154
162
  rake (>= 0.8.7)
155
- thor (>= 0.18.1, < 2.0)
163
+ thor (>= 0.19.0, < 2.0)
156
164
  rake (10.5.0)
157
- rspec (3.7.0)
158
- rspec-core (~> 3.7.0)
159
- rspec-expectations (~> 3.7.0)
160
- rspec-mocks (~> 3.7.0)
161
- rspec-core (3.7.1)
162
- rspec-support (~> 3.7.0)
163
- rspec-expectations (3.7.0)
165
+ rspec (3.8.0)
166
+ rspec-core (~> 3.8.0)
167
+ rspec-expectations (~> 3.8.0)
168
+ rspec-mocks (~> 3.8.0)
169
+ rspec-core (3.8.0)
170
+ rspec-support (~> 3.8.0)
171
+ rspec-expectations (3.8.2)
164
172
  diff-lcs (>= 1.2.0, < 2.0)
165
- rspec-support (~> 3.7.0)
166
- rspec-mocks (3.7.0)
173
+ rspec-support (~> 3.8.0)
174
+ rspec-mocks (3.8.0)
167
175
  diff-lcs (>= 1.2.0, < 2.0)
168
- rspec-support (~> 3.7.0)
169
- rspec-rails (3.7.2)
176
+ rspec-support (~> 3.8.0)
177
+ rspec-rails (3.8.2)
170
178
  actionpack (>= 3.0)
171
179
  activesupport (>= 3.0)
172
180
  railties (>= 3.0)
173
- rspec-core (~> 3.7.0)
174
- rspec-expectations (~> 3.7.0)
175
- rspec-mocks (~> 3.7.0)
176
- rspec-support (~> 3.7.0)
177
- rspec-support (3.7.0)
181
+ rspec-core (~> 3.8.0)
182
+ rspec-expectations (~> 3.8.0)
183
+ rspec-mocks (~> 3.8.0)
184
+ rspec-support (~> 3.8.0)
185
+ rspec-support (3.8.0)
178
186
  safe_yaml (1.0.5)
179
- sprockets (3.7.1)
187
+ sprockets (3.7.2)
180
188
  concurrent-ruby (~> 1.0)
181
189
  rack (> 1, < 3)
182
190
  sprockets-rails (3.2.1)
183
191
  actionpack (>= 4.0)
184
192
  activesupport (>= 4.0)
185
193
  sprockets (>= 3.0.0)
186
- thor (0.20.0)
194
+ thor (0.20.3)
187
195
  thread_safe (0.3.6)
188
196
  timecop (0.9.1)
189
- tzinfo (1.2.4)
197
+ tzinfo (1.2.5)
190
198
  thread_safe (~> 0.1)
191
199
  webmock (3.5.1)
192
200
  addressable (>= 2.3.6)
193
201
  crack (>= 0.3.2)
194
202
  hashdiff
195
- websocket-driver (0.6.5)
203
+ websocket-driver (0.7.0)
196
204
  websocket-extensions (>= 0.1.0)
197
205
  websocket-extensions (0.1.3)
198
206
 
@@ -203,7 +211,7 @@ DEPENDENCIES
203
211
  appraisal (~> 2.2, >= 2.2.0)
204
212
  bundler (~> 1.15)
205
213
  pry-byebug (~> 3)
206
- rails (~> 5.0)
214
+ rails (~> 5.2)
207
215
  rake (~> 10.0)
208
216
  rspec (~> 3.0)
209
217
  rspec-rails
@@ -212,4 +220,4 @@ DEPENDENCIES
212
220
  webmock
213
221
 
214
222
  BUNDLED WITH
215
- 1.16.6
223
+ 1.17.3
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 6.0"
6
+ gem "rspec-rails"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,239 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ tp_common (0.4.4)
5
+ activesupport (>= 4.2.0, < 7.0)
6
+ aws-sdk-s3 (~> 1.19)
7
+ fog-aws (~> 2.0)
8
+ mime-types (~> 3.2)
9
+ tzinfo (~> 1.2, >= 1.2.0)
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ actioncable (6.0.0)
15
+ actionpack (= 6.0.0)
16
+ nio4r (~> 2.0)
17
+ websocket-driver (>= 0.6.1)
18
+ actionmailbox (6.0.0)
19
+ actionpack (= 6.0.0)
20
+ activejob (= 6.0.0)
21
+ activerecord (= 6.0.0)
22
+ activestorage (= 6.0.0)
23
+ activesupport (= 6.0.0)
24
+ mail (>= 2.7.1)
25
+ actionmailer (6.0.0)
26
+ actionpack (= 6.0.0)
27
+ actionview (= 6.0.0)
28
+ activejob (= 6.0.0)
29
+ mail (~> 2.5, >= 2.5.4)
30
+ rails-dom-testing (~> 2.0)
31
+ actionpack (6.0.0)
32
+ actionview (= 6.0.0)
33
+ activesupport (= 6.0.0)
34
+ rack (~> 2.0)
35
+ rack-test (>= 0.6.3)
36
+ rails-dom-testing (~> 2.0)
37
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
+ actiontext (6.0.0)
39
+ actionpack (= 6.0.0)
40
+ activerecord (= 6.0.0)
41
+ activestorage (= 6.0.0)
42
+ activesupport (= 6.0.0)
43
+ nokogiri (>= 1.8.5)
44
+ actionview (6.0.0)
45
+ activesupport (= 6.0.0)
46
+ builder (~> 3.1)
47
+ erubi (~> 1.4)
48
+ rails-dom-testing (~> 2.0)
49
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
+ activejob (6.0.0)
51
+ activesupport (= 6.0.0)
52
+ globalid (>= 0.3.6)
53
+ activemodel (6.0.0)
54
+ activesupport (= 6.0.0)
55
+ activerecord (6.0.0)
56
+ activemodel (= 6.0.0)
57
+ activesupport (= 6.0.0)
58
+ activestorage (6.0.0)
59
+ actionpack (= 6.0.0)
60
+ activejob (= 6.0.0)
61
+ activerecord (= 6.0.0)
62
+ marcel (~> 0.3.1)
63
+ activesupport (6.0.0)
64
+ concurrent-ruby (~> 1.0, >= 1.0.2)
65
+ i18n (>= 0.7, < 2)
66
+ minitest (~> 5.1)
67
+ tzinfo (~> 1.1)
68
+ zeitwerk (~> 2.1, >= 2.1.8)
69
+ addressable (2.7.0)
70
+ public_suffix (>= 2.0.2, < 5.0)
71
+ appraisal (2.2.0)
72
+ bundler
73
+ rake
74
+ thor (>= 0.14.0)
75
+ aws-eventstream (1.0.3)
76
+ aws-partitions (1.207.0)
77
+ aws-sdk-core (3.65.1)
78
+ aws-eventstream (~> 1.0, >= 1.0.2)
79
+ aws-partitions (~> 1.0)
80
+ aws-sigv4 (~> 1.1)
81
+ jmespath (~> 1.0)
82
+ aws-sdk-kms (1.24.0)
83
+ aws-sdk-core (~> 3, >= 3.61.1)
84
+ aws-sigv4 (~> 1.1)
85
+ aws-sdk-s3 (1.48.0)
86
+ aws-sdk-core (~> 3, >= 3.61.1)
87
+ aws-sdk-kms (~> 1)
88
+ aws-sigv4 (~> 1.1)
89
+ aws-sigv4 (1.1.0)
90
+ aws-eventstream (~> 1.0, >= 1.0.2)
91
+ builder (3.2.3)
92
+ byebug (11.0.1)
93
+ coderay (1.1.2)
94
+ concurrent-ruby (1.1.5)
95
+ crack (0.4.3)
96
+ safe_yaml (~> 1.0.0)
97
+ crass (1.0.4)
98
+ diff-lcs (1.3)
99
+ erubi (1.8.0)
100
+ excon (0.66.0)
101
+ fog-aws (2.0.1)
102
+ fog-core (~> 1.38)
103
+ fog-json (~> 1.0)
104
+ fog-xml (~> 0.1)
105
+ ipaddress (~> 0.8)
106
+ fog-core (1.45.0)
107
+ builder
108
+ excon (~> 0.58)
109
+ formatador (~> 0.2)
110
+ fog-json (1.2.0)
111
+ fog-core
112
+ multi_json (~> 1.10)
113
+ fog-xml (0.1.3)
114
+ fog-core
115
+ nokogiri (>= 1.5.11, < 2.0.0)
116
+ formatador (0.2.5)
117
+ globalid (0.4.2)
118
+ activesupport (>= 4.2.0)
119
+ hashdiff (1.0.0)
120
+ i18n (1.6.0)
121
+ concurrent-ruby (~> 1.0)
122
+ ipaddress (0.8.3)
123
+ jmespath (1.4.0)
124
+ loofah (2.2.3)
125
+ crass (~> 1.0.2)
126
+ nokogiri (>= 1.5.9)
127
+ mail (2.7.1)
128
+ mini_mime (>= 0.1.1)
129
+ marcel (0.3.3)
130
+ mimemagic (~> 0.3.2)
131
+ method_source (0.9.2)
132
+ mime-types (3.2.2)
133
+ mime-types-data (~> 3.2015)
134
+ mime-types-data (3.2019.0331)
135
+ mimemagic (0.3.3)
136
+ mini_mime (1.0.2)
137
+ mini_portile2 (2.4.0)
138
+ minitest (5.11.3)
139
+ multi_json (1.13.1)
140
+ nio4r (2.5.1)
141
+ nokogiri (1.10.4)
142
+ mini_portile2 (~> 2.4.0)
143
+ pry (0.12.2)
144
+ coderay (~> 1.1.0)
145
+ method_source (~> 0.9.0)
146
+ pry-byebug (3.7.0)
147
+ byebug (~> 11.0)
148
+ pry (~> 0.10)
149
+ public_suffix (4.0.1)
150
+ rack (2.0.7)
151
+ rack-test (1.1.0)
152
+ rack (>= 1.0, < 3)
153
+ rails (6.0.0)
154
+ actioncable (= 6.0.0)
155
+ actionmailbox (= 6.0.0)
156
+ actionmailer (= 6.0.0)
157
+ actionpack (= 6.0.0)
158
+ actiontext (= 6.0.0)
159
+ actionview (= 6.0.0)
160
+ activejob (= 6.0.0)
161
+ activemodel (= 6.0.0)
162
+ activerecord (= 6.0.0)
163
+ activestorage (= 6.0.0)
164
+ activesupport (= 6.0.0)
165
+ bundler (>= 1.3.0)
166
+ railties (= 6.0.0)
167
+ sprockets-rails (>= 2.0.0)
168
+ rails-dom-testing (2.0.3)
169
+ activesupport (>= 4.2.0)
170
+ nokogiri (>= 1.6)
171
+ rails-html-sanitizer (1.2.0)
172
+ loofah (~> 2.2, >= 2.2.2)
173
+ railties (6.0.0)
174
+ actionpack (= 6.0.0)
175
+ activesupport (= 6.0.0)
176
+ method_source
177
+ rake (>= 0.8.7)
178
+ thor (>= 0.20.3, < 2.0)
179
+ rake (10.5.0)
180
+ rspec (3.8.0)
181
+ rspec-core (~> 3.8.0)
182
+ rspec-expectations (~> 3.8.0)
183
+ rspec-mocks (~> 3.8.0)
184
+ rspec-core (3.8.2)
185
+ rspec-support (~> 3.8.0)
186
+ rspec-expectations (3.8.4)
187
+ diff-lcs (>= 1.2.0, < 2.0)
188
+ rspec-support (~> 3.8.0)
189
+ rspec-mocks (3.8.1)
190
+ diff-lcs (>= 1.2.0, < 2.0)
191
+ rspec-support (~> 3.8.0)
192
+ rspec-rails (3.8.2)
193
+ actionpack (>= 3.0)
194
+ activesupport (>= 3.0)
195
+ railties (>= 3.0)
196
+ rspec-core (~> 3.8.0)
197
+ rspec-expectations (~> 3.8.0)
198
+ rspec-mocks (~> 3.8.0)
199
+ rspec-support (~> 3.8.0)
200
+ rspec-support (3.8.2)
201
+ safe_yaml (1.0.5)
202
+ sprockets (3.7.2)
203
+ concurrent-ruby (~> 1.0)
204
+ rack (> 1, < 3)
205
+ sprockets-rails (3.2.1)
206
+ actionpack (>= 4.0)
207
+ activesupport (>= 4.0)
208
+ sprockets (>= 3.0.0)
209
+ thor (0.20.3)
210
+ thread_safe (0.3.6)
211
+ timecop (0.9.1)
212
+ tzinfo (1.2.5)
213
+ thread_safe (~> 0.1)
214
+ webmock (3.7.0)
215
+ addressable (>= 2.3.6)
216
+ crack (>= 0.3.2)
217
+ hashdiff (>= 0.4.0, < 2.0.0)
218
+ websocket-driver (0.7.1)
219
+ websocket-extensions (>= 0.1.0)
220
+ websocket-extensions (0.1.4)
221
+ zeitwerk (2.1.9)
222
+
223
+ PLATFORMS
224
+ ruby
225
+
226
+ DEPENDENCIES
227
+ appraisal (~> 2.2, >= 2.2.0)
228
+ bundler (~> 1.15)
229
+ pry-byebug (~> 3)
230
+ rails (~> 6.0)
231
+ rake (~> 10.0)
232
+ rspec (~> 3.0)
233
+ rspec-rails
234
+ timecop (~> 0.9)
235
+ tp_common!
236
+ webmock
237
+
238
+ BUNDLED WITH
239
+ 1.17.3
@@ -2,7 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "= 5.2.2.1"
5
+ gem "rails", "= 6.0.0"
6
6
  gem "rspec-rails"
7
7
 
8
8
  gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- tp_common (0.4.3)
5
- activesupport (>= 4.2.0, < 6.0)
4
+ tp_common (0.4.4)
5
+ activesupport (>= 4.2.0, < 7.0)
6
6
  aws-sdk-s3 (~> 1.19)
7
7
  fog-aws (~> 2.0)
8
8
  mime-types (~> 3.2)
@@ -11,68 +11,81 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (5.2.2.1)
15
- actionpack (= 5.2.2.1)
14
+ actioncable (6.0.0)
15
+ actionpack (= 6.0.0)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailer (5.2.2.1)
19
- actionpack (= 5.2.2.1)
20
- actionview (= 5.2.2.1)
21
- activejob (= 5.2.2.1)
18
+ actionmailbox (6.0.0)
19
+ actionpack (= 6.0.0)
20
+ activejob (= 6.0.0)
21
+ activerecord (= 6.0.0)
22
+ activestorage (= 6.0.0)
23
+ activesupport (= 6.0.0)
24
+ mail (>= 2.7.1)
25
+ actionmailer (6.0.0)
26
+ actionpack (= 6.0.0)
27
+ actionview (= 6.0.0)
28
+ activejob (= 6.0.0)
22
29
  mail (~> 2.5, >= 2.5.4)
23
30
  rails-dom-testing (~> 2.0)
24
- actionpack (5.2.2.1)
25
- actionview (= 5.2.2.1)
26
- activesupport (= 5.2.2.1)
31
+ actionpack (6.0.0)
32
+ actionview (= 6.0.0)
33
+ activesupport (= 6.0.0)
27
34
  rack (~> 2.0)
28
35
  rack-test (>= 0.6.3)
29
36
  rails-dom-testing (~> 2.0)
30
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- actionview (5.2.2.1)
32
- activesupport (= 5.2.2.1)
37
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
+ actiontext (6.0.0)
39
+ actionpack (= 6.0.0)
40
+ activerecord (= 6.0.0)
41
+ activestorage (= 6.0.0)
42
+ activesupport (= 6.0.0)
43
+ nokogiri (>= 1.8.5)
44
+ actionview (6.0.0)
45
+ activesupport (= 6.0.0)
33
46
  builder (~> 3.1)
34
47
  erubi (~> 1.4)
35
48
  rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
37
- activejob (5.2.2.1)
38
- activesupport (= 5.2.2.1)
49
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
+ activejob (6.0.0)
51
+ activesupport (= 6.0.0)
39
52
  globalid (>= 0.3.6)
40
- activemodel (5.2.2.1)
41
- activesupport (= 5.2.2.1)
42
- activerecord (5.2.2.1)
43
- activemodel (= 5.2.2.1)
44
- activesupport (= 5.2.2.1)
45
- arel (>= 9.0)
46
- activestorage (5.2.2.1)
47
- actionpack (= 5.2.2.1)
48
- activerecord (= 5.2.2.1)
53
+ activemodel (6.0.0)
54
+ activesupport (= 6.0.0)
55
+ activerecord (6.0.0)
56
+ activemodel (= 6.0.0)
57
+ activesupport (= 6.0.0)
58
+ activestorage (6.0.0)
59
+ actionpack (= 6.0.0)
60
+ activejob (= 6.0.0)
61
+ activerecord (= 6.0.0)
49
62
  marcel (~> 0.3.1)
50
- activesupport (5.2.2.1)
63
+ activesupport (6.0.0)
51
64
  concurrent-ruby (~> 1.0, >= 1.0.2)
52
65
  i18n (>= 0.7, < 2)
53
66
  minitest (~> 5.1)
54
67
  tzinfo (~> 1.1)
55
- addressable (2.6.0)
56
- public_suffix (>= 2.0.2, < 4.0)
68
+ zeitwerk (~> 2.1, >= 2.1.8)
69
+ addressable (2.7.0)
70
+ public_suffix (>= 2.0.2, < 5.0)
57
71
  appraisal (2.2.0)
58
72
  bundler
59
73
  rake
60
74
  thor (>= 0.14.0)
61
- arel (9.0.0)
62
- aws-eventstream (1.0.2)
63
- aws-partitions (1.144.0)
64
- aws-sdk-core (3.48.0)
75
+ aws-eventstream (1.0.3)
76
+ aws-partitions (1.207.0)
77
+ aws-sdk-core (3.65.1)
65
78
  aws-eventstream (~> 1.0, >= 1.0.2)
66
79
  aws-partitions (~> 1.0)
67
80
  aws-sigv4 (~> 1.1)
68
81
  jmespath (~> 1.0)
69
- aws-sdk-kms (1.15.0)
70
- aws-sdk-core (~> 3, >= 3.48.0)
82
+ aws-sdk-kms (1.24.0)
83
+ aws-sdk-core (~> 3, >= 3.61.1)
71
84
  aws-sigv4 (~> 1.1)
72
- aws-sdk-s3 (1.33.0)
73
- aws-sdk-core (~> 3, >= 3.48.0)
85
+ aws-sdk-s3 (1.48.0)
86
+ aws-sdk-core (~> 3, >= 3.61.1)
74
87
  aws-sdk-kms (~> 1)
75
- aws-sigv4 (~> 1.0)
88
+ aws-sigv4 (~> 1.1)
76
89
  aws-sigv4 (1.1.0)
77
90
  aws-eventstream (~> 1.0, >= 1.0.2)
78
91
  builder (3.2.3)
@@ -84,7 +97,7 @@ GEM
84
97
  crass (1.0.4)
85
98
  diff-lcs (1.3)
86
99
  erubi (1.8.0)
87
- excon (0.62.0)
100
+ excon (0.66.0)
88
101
  fog-aws (2.0.1)
89
102
  fog-core (~> 1.38)
90
103
  fog-json (~> 1.0)
@@ -103,7 +116,7 @@ GEM
103
116
  formatador (0.2.5)
104
117
  globalid (0.4.2)
105
118
  activesupport (>= 4.2.0)
106
- hashdiff (0.3.8)
119
+ hashdiff (1.0.0)
107
120
  i18n (1.6.0)
108
121
  concurrent-ruby (~> 1.0)
109
122
  ipaddress (0.8.3)
@@ -118,14 +131,14 @@ GEM
118
131
  method_source (0.9.2)
119
132
  mime-types (3.2.2)
120
133
  mime-types-data (~> 3.2015)
121
- mime-types-data (3.2018.0812)
134
+ mime-types-data (3.2019.0331)
122
135
  mimemagic (0.3.3)
123
- mini_mime (1.0.1)
136
+ mini_mime (1.0.2)
124
137
  mini_portile2 (2.4.0)
125
138
  minitest (5.11.3)
126
139
  multi_json (1.13.1)
127
- nio4r (2.3.1)
128
- nokogiri (1.10.1)
140
+ nio4r (2.5.1)
141
+ nokogiri (1.10.4)
129
142
  mini_portile2 (~> 2.4.0)
130
143
  pry (0.12.2)
131
144
  coderay (~> 1.1.0)
@@ -133,45 +146,47 @@ GEM
133
146
  pry-byebug (3.7.0)
134
147
  byebug (~> 11.0)
135
148
  pry (~> 0.10)
136
- public_suffix (3.0.3)
137
- rack (2.0.6)
149
+ public_suffix (4.0.1)
150
+ rack (2.0.7)
138
151
  rack-test (1.1.0)
139
152
  rack (>= 1.0, < 3)
140
- rails (5.2.2.1)
141
- actioncable (= 5.2.2.1)
142
- actionmailer (= 5.2.2.1)
143
- actionpack (= 5.2.2.1)
144
- actionview (= 5.2.2.1)
145
- activejob (= 5.2.2.1)
146
- activemodel (= 5.2.2.1)
147
- activerecord (= 5.2.2.1)
148
- activestorage (= 5.2.2.1)
149
- activesupport (= 5.2.2.1)
153
+ rails (6.0.0)
154
+ actioncable (= 6.0.0)
155
+ actionmailbox (= 6.0.0)
156
+ actionmailer (= 6.0.0)
157
+ actionpack (= 6.0.0)
158
+ actiontext (= 6.0.0)
159
+ actionview (= 6.0.0)
160
+ activejob (= 6.0.0)
161
+ activemodel (= 6.0.0)
162
+ activerecord (= 6.0.0)
163
+ activestorage (= 6.0.0)
164
+ activesupport (= 6.0.0)
150
165
  bundler (>= 1.3.0)
151
- railties (= 5.2.2.1)
166
+ railties (= 6.0.0)
152
167
  sprockets-rails (>= 2.0.0)
153
168
  rails-dom-testing (2.0.3)
154
169
  activesupport (>= 4.2.0)
155
170
  nokogiri (>= 1.6)
156
- rails-html-sanitizer (1.0.4)
171
+ rails-html-sanitizer (1.2.0)
157
172
  loofah (~> 2.2, >= 2.2.2)
158
- railties (5.2.2.1)
159
- actionpack (= 5.2.2.1)
160
- activesupport (= 5.2.2.1)
173
+ railties (6.0.0)
174
+ actionpack (= 6.0.0)
175
+ activesupport (= 6.0.0)
161
176
  method_source
162
177
  rake (>= 0.8.7)
163
- thor (>= 0.19.0, < 2.0)
178
+ thor (>= 0.20.3, < 2.0)
164
179
  rake (10.5.0)
165
180
  rspec (3.8.0)
166
181
  rspec-core (~> 3.8.0)
167
182
  rspec-expectations (~> 3.8.0)
168
183
  rspec-mocks (~> 3.8.0)
169
- rspec-core (3.8.0)
184
+ rspec-core (3.8.2)
170
185
  rspec-support (~> 3.8.0)
171
- rspec-expectations (3.8.2)
186
+ rspec-expectations (3.8.4)
172
187
  diff-lcs (>= 1.2.0, < 2.0)
173
188
  rspec-support (~> 3.8.0)
174
- rspec-mocks (3.8.0)
189
+ rspec-mocks (3.8.1)
175
190
  diff-lcs (>= 1.2.0, < 2.0)
176
191
  rspec-support (~> 3.8.0)
177
192
  rspec-rails (3.8.2)
@@ -182,7 +197,7 @@ GEM
182
197
  rspec-expectations (~> 3.8.0)
183
198
  rspec-mocks (~> 3.8.0)
184
199
  rspec-support (~> 3.8.0)
185
- rspec-support (3.8.0)
200
+ rspec-support (3.8.2)
186
201
  safe_yaml (1.0.5)
187
202
  sprockets (3.7.2)
188
203
  concurrent-ruby (~> 1.0)
@@ -196,13 +211,14 @@ GEM
196
211
  timecop (0.9.1)
197
212
  tzinfo (1.2.5)
198
213
  thread_safe (~> 0.1)
199
- webmock (3.5.1)
214
+ webmock (3.7.0)
200
215
  addressable (>= 2.3.6)
201
216
  crack (>= 0.3.2)
202
- hashdiff
203
- websocket-driver (0.7.0)
217
+ hashdiff (>= 0.4.0, < 2.0.0)
218
+ websocket-driver (0.7.1)
204
219
  websocket-extensions (>= 0.1.0)
205
- websocket-extensions (0.1.3)
220
+ websocket-extensions (0.1.4)
221
+ zeitwerk (2.1.9)
206
222
 
207
223
  PLATFORMS
208
224
  ruby
@@ -211,7 +227,7 @@ DEPENDENCIES
211
227
  appraisal (~> 2.2, >= 2.2.0)
212
228
  bundler (~> 1.15)
213
229
  pry-byebug (~> 3)
214
- rails (= 5.2.2.1)
230
+ rails (= 6.0.0)
215
231
  rake (~> 10.0)
216
232
  rspec (~> 3.0)
217
233
  rspec-rails
@@ -220,4 +236,4 @@ DEPENDENCIES
220
236
  webmock
221
237
 
222
238
  BUNDLED WITH
223
- 1.16.6
239
+ 1.17.3
@@ -1,3 +1,3 @@
1
1
  module TpCommon
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
data/tp_common.gemspec CHANGED
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
37
37
  spec.add_development_dependency "webmock"
38
38
 
39
39
  spec.add_runtime_dependency "tzinfo", '~> 1.2', '>= 1.2.0'
40
- spec.add_runtime_dependency "activesupport", '< 6.0', '>= 4.2.0'
40
+ spec.add_runtime_dependency "activesupport", '< 7.0', '>= 4.2.0'
41
41
  spec.add_runtime_dependency 'fog-aws', '~> 2.0'
42
42
  # fog-aws need a mime-type tool
43
43
  spec.add_runtime_dependency 'mime-types', '~> 3.2'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tp_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - TINYpulse Devops
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-19 00:00:00.000000000 Z
11
+ date: 2019-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -84,22 +84,22 @@ dependencies:
84
84
  name: appraisal
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: 2.2.0
90
87
  - - "~>"
91
88
  - !ruby/object:Gem::Version
92
89
  version: '2.2'
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ version: 2.2.0
93
93
  type: :development
94
94
  prerelease: false
95
95
  version_requirements: !ruby/object:Gem::Requirement
96
96
  requirements:
97
- - - ">="
98
- - !ruby/object:Gem::Version
99
- version: 2.2.0
100
97
  - - "~>"
101
98
  - !ruby/object:Gem::Version
102
99
  version: '2.2'
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: 2.2.0
103
103
  - !ruby/object:Gem::Dependency
104
104
  name: webmock
105
105
  requirement: !ruby/object:Gem::Requirement
@@ -118,42 +118,42 @@ dependencies:
118
118
  name: tzinfo
119
119
  requirement: !ruby/object:Gem::Requirement
120
120
  requirements:
121
- - - ">="
122
- - !ruby/object:Gem::Version
123
- version: 1.2.0
124
121
  - - "~>"
125
122
  - !ruby/object:Gem::Version
126
123
  version: '1.2'
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: 1.2.0
127
127
  type: :runtime
128
128
  prerelease: false
129
129
  version_requirements: !ruby/object:Gem::Requirement
130
130
  requirements:
131
- - - ">="
132
- - !ruby/object:Gem::Version
133
- version: 1.2.0
134
131
  - - "~>"
135
132
  - !ruby/object:Gem::Version
136
133
  version: '1.2'
134
+ - - ">="
135
+ - !ruby/object:Gem::Version
136
+ version: 1.2.0
137
137
  - !ruby/object:Gem::Dependency
138
138
  name: activesupport
139
139
  requirement: !ruby/object:Gem::Requirement
140
140
  requirements:
141
+ - - "<"
142
+ - !ruby/object:Gem::Version
143
+ version: '7.0'
141
144
  - - ">="
142
145
  - !ruby/object:Gem::Version
143
146
  version: 4.2.0
144
- - - "<"
145
- - !ruby/object:Gem::Version
146
- version: '6.0'
147
147
  type: :runtime
148
148
  prerelease: false
149
149
  version_requirements: !ruby/object:Gem::Requirement
150
150
  requirements:
151
+ - - "<"
152
+ - !ruby/object:Gem::Version
153
+ version: '7.0'
151
154
  - - ">="
152
155
  - !ruby/object:Gem::Version
153
156
  version: 4.2.0
154
- - - "<"
155
- - !ruby/object:Gem::Version
156
- version: '6.0'
157
157
  - !ruby/object:Gem::Dependency
158
158
  name: fog-aws
159
159
  requirement: !ruby/object:Gem::Requirement
@@ -221,6 +221,8 @@ files:
221
221
  - gemfiles/rails_4.gemfile.lock
222
222
  - gemfiles/rails_5.gemfile
223
223
  - gemfiles/rails_5.gemfile.lock
224
+ - gemfiles/rails_6.gemfile
225
+ - gemfiles/rails_6.gemfile.lock
224
226
  - gemfiles/rails_latest.gemfile
225
227
  - gemfiles/rails_latest.gemfile.lock
226
228
  - lib/tp_common.rb
@@ -269,7 +271,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
269
271
  - !ruby/object:Gem::Version
270
272
  version: '0'
271
273
  requirements: []
272
- rubygems_version: 3.0.3
274
+ rubyforge_project:
275
+ rubygems_version: 2.7.7
273
276
  signing_key:
274
277
  specification_version: 4
275
278
  summary: Common libraries used for TINYpulse apps