tp_common 0.4.0 → 0.4.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ffe086d077ec950e5eb7cab45373b4ad12efc85a827016a53356aab033e3182
4
- data.tar.gz: be6fffbe4ae86f5162c7e77ec893c9d68ec71d0d17b172d7061a9dace8d09763
3
+ metadata.gz: 1b250665eba9abc1bfee17f6baf598a706d947b4b8f53087d4193b1d207669d4
4
+ data.tar.gz: 5524aa1316006cf8bf7d553400c30bf7c0d9c30fea33b6f7261585b167554e64
5
5
  SHA512:
6
- metadata.gz: 97786a1e6a6ea34a257d966dbaee0b51c4fb2f96b7afdfdcc064abeb0f62bbd8453dbfaeb0cb4b051b477ed35f3ec743b7474feb038d87d06b454464b5389e36
7
- data.tar.gz: 2bd58921e8e8cc436d3434367ec7b73743d40640a2bd8e6fb585419ecbdc3714db152a20a8a94a999ed4762e4a8232d56bb11f3ac2f65270f57df45721ddf370
6
+ metadata.gz: 20b4549420d10cb358e55354d77115c87de39da01efa8dc7eac83383d4bf3279f460e2465d3340f7a852bfdd481d0087f29e1c6f15644a7c63ea126f387eab29
7
+ data.tar.gz: 619014359a6498ce2846be4b35083186d861992272393acec0cb6e05c571d689a6ae8ae1bbcba1170494abd6b993bb4165e5b640af4ff0b17331190127f8a001
@@ -5,6 +5,7 @@ rvm:
5
5
  gemfile:
6
6
  - gemfiles/rails_4.gemfile
7
7
  - gemfiles/rails_5.gemfile
8
+ - gemfiles/rails_latest.gemfile
8
9
  before_install: gem install bundler -v 1.16.0
9
10
  script:
10
11
  - bundle exec rspec --exclude-pattern "spec/integration/**/*_spec.rb"
data/Appraisals CHANGED
@@ -7,3 +7,9 @@ appraise "rails-5" do
7
7
  gem 'rails', '~> 5.0'
8
8
  gem 'rspec-rails'
9
9
  end
10
+
11
+ # This tests for compatible with latest rails, no matter what version.
12
+ appraise "rails-latest" do
13
+ gem 'rails', '= 5.2.1'
14
+ gem 'rspec-rails'
15
+ end
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- tp_common (0.4.0)
5
- activesupport (>= 4.2.0, <= 5.2)
4
+ tp_common (0.4.1)
5
+ activesupport (>= 4.2.0, <= 5.2.1)
6
6
  aws-sdk-s3 (~> 1.19)
7
7
  fog-aws (~> 2.0)
8
8
  mime-types (~> 3.2)
@@ -51,17 +51,17 @@ GEM
51
51
  thor (>= 0.14.0)
52
52
  arel (6.0.4)
53
53
  aws-eventstream (1.0.1)
54
- aws-partitions (1.111.0)
55
- aws-sdk-core (3.38.0)
54
+ aws-partitions (1.115.0)
55
+ aws-sdk-core (3.39.0)
56
56
  aws-eventstream (~> 1.0)
57
57
  aws-partitions (~> 1.0)
58
58
  aws-sigv4 (~> 1.0)
59
59
  jmespath (~> 1.0)
60
- aws-sdk-kms (1.11.0)
61
- aws-sdk-core (~> 3, >= 3.26.0)
60
+ aws-sdk-kms (1.12.0)
61
+ aws-sdk-core (~> 3, >= 3.39.0)
62
62
  aws-sigv4 (~> 1.0)
63
- aws-sdk-s3 (1.23.1)
64
- aws-sdk-core (~> 3, >= 3.26.0)
63
+ aws-sdk-s3 (1.25.0)
64
+ aws-sdk-core (~> 3, >= 3.39.0)
65
65
  aws-sdk-kms (~> 1)
66
66
  aws-sigv4 (~> 1.0)
67
67
  aws-sigv4 (1.0.3)
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- tp_common (0.4.0)
5
- activesupport (>= 4.2.0, <= 5.2)
4
+ tp_common (0.4.1)
5
+ activesupport (>= 4.2.0, <= 5.2.1)
6
6
  aws-sdk-s3 (~> 1.19)
7
7
  fog-aws (~> 2.0)
8
8
  mime-types (~> 3.2)
@@ -54,17 +54,17 @@ GEM
54
54
  thor (>= 0.14.0)
55
55
  arel (7.1.4)
56
56
  aws-eventstream (1.0.1)
57
- aws-partitions (1.111.0)
58
- aws-sdk-core (3.38.0)
57
+ aws-partitions (1.115.0)
58
+ aws-sdk-core (3.39.0)
59
59
  aws-eventstream (~> 1.0)
60
60
  aws-partitions (~> 1.0)
61
61
  aws-sigv4 (~> 1.0)
62
62
  jmespath (~> 1.0)
63
- aws-sdk-kms (1.11.0)
64
- aws-sdk-core (~> 3, >= 3.26.0)
63
+ aws-sdk-kms (1.12.0)
64
+ aws-sdk-core (~> 3, >= 3.39.0)
65
65
  aws-sigv4 (~> 1.0)
66
- aws-sdk-s3 (1.23.1)
67
- aws-sdk-core (~> 3, >= 3.26.0)
66
+ aws-sdk-s3 (1.25.0)
67
+ aws-sdk-core (~> 3, >= 3.39.0)
68
68
  aws-sdk-kms (~> 1)
69
69
  aws-sigv4 (~> 1.0)
70
70
  aws-sigv4 (1.0.3)
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "= 5.2.1"
6
+ gem "rspec-rails"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,210 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ tp_common (0.4.1)
5
+ activesupport (>= 4.2.0, <= 5.2.1)
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 (5.2.1)
15
+ actionpack (= 5.2.1)
16
+ nio4r (~> 2.0)
17
+ websocket-driver (>= 0.6.1)
18
+ actionmailer (5.2.1)
19
+ actionpack (= 5.2.1)
20
+ actionview (= 5.2.1)
21
+ activejob (= 5.2.1)
22
+ mail (~> 2.5, >= 2.5.4)
23
+ rails-dom-testing (~> 2.0)
24
+ actionpack (5.2.1)
25
+ actionview (= 5.2.1)
26
+ activesupport (= 5.2.1)
27
+ rack (~> 2.0)
28
+ rack-test (>= 0.6.3)
29
+ rails-dom-testing (~> 2.0)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
+ actionview (5.2.1)
32
+ activesupport (= 5.2.1)
33
+ builder (~> 3.1)
34
+ erubi (~> 1.4)
35
+ rails-dom-testing (~> 2.0)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
37
+ activejob (5.2.1)
38
+ activesupport (= 5.2.1)
39
+ globalid (>= 0.3.6)
40
+ activemodel (5.2.1)
41
+ activesupport (= 5.2.1)
42
+ activerecord (5.2.1)
43
+ activemodel (= 5.2.1)
44
+ activesupport (= 5.2.1)
45
+ arel (>= 9.0)
46
+ activestorage (5.2.1)
47
+ actionpack (= 5.2.1)
48
+ activerecord (= 5.2.1)
49
+ marcel (~> 0.3.1)
50
+ activesupport (5.2.1)
51
+ concurrent-ruby (~> 1.0, >= 1.0.2)
52
+ i18n (>= 0.7, < 2)
53
+ minitest (~> 5.1)
54
+ tzinfo (~> 1.1)
55
+ appraisal (2.2.0)
56
+ bundler
57
+ rake
58
+ thor (>= 0.14.0)
59
+ arel (9.0.0)
60
+ aws-eventstream (1.0.1)
61
+ aws-partitions (1.115.0)
62
+ aws-sdk-core (3.39.0)
63
+ aws-eventstream (~> 1.0)
64
+ aws-partitions (~> 1.0)
65
+ aws-sigv4 (~> 1.0)
66
+ jmespath (~> 1.0)
67
+ aws-sdk-kms (1.12.0)
68
+ aws-sdk-core (~> 3, >= 3.39.0)
69
+ aws-sigv4 (~> 1.0)
70
+ aws-sdk-s3 (1.25.0)
71
+ aws-sdk-core (~> 3, >= 3.39.0)
72
+ aws-sdk-kms (~> 1)
73
+ aws-sigv4 (~> 1.0)
74
+ aws-sigv4 (1.0.3)
75
+ builder (3.2.3)
76
+ byebug (10.0.2)
77
+ coderay (1.1.2)
78
+ concurrent-ruby (1.1.3)
79
+ crass (1.0.4)
80
+ diff-lcs (1.3)
81
+ erubi (1.7.1)
82
+ excon (0.62.0)
83
+ fog-aws (2.0.1)
84
+ fog-core (~> 1.38)
85
+ fog-json (~> 1.0)
86
+ fog-xml (~> 0.1)
87
+ ipaddress (~> 0.8)
88
+ fog-core (1.45.0)
89
+ builder
90
+ excon (~> 0.58)
91
+ formatador (~> 0.2)
92
+ fog-json (1.2.0)
93
+ fog-core
94
+ multi_json (~> 1.10)
95
+ fog-xml (0.1.3)
96
+ fog-core
97
+ nokogiri (>= 1.5.11, < 2.0.0)
98
+ formatador (0.2.5)
99
+ globalid (0.4.1)
100
+ activesupport (>= 4.2.0)
101
+ i18n (1.1.1)
102
+ concurrent-ruby (~> 1.0)
103
+ ipaddress (0.8.3)
104
+ jmespath (1.4.0)
105
+ loofah (2.2.3)
106
+ crass (~> 1.0.2)
107
+ nokogiri (>= 1.5.9)
108
+ mail (2.7.1)
109
+ mini_mime (>= 0.1.1)
110
+ marcel (0.3.3)
111
+ mimemagic (~> 0.3.2)
112
+ method_source (0.9.2)
113
+ mime-types (3.2.2)
114
+ mime-types-data (~> 3.2015)
115
+ mime-types-data (3.2018.0812)
116
+ mimemagic (0.3.2)
117
+ mini_mime (1.0.1)
118
+ mini_portile2 (2.3.0)
119
+ minitest (5.11.3)
120
+ multi_json (1.13.1)
121
+ nio4r (2.3.1)
122
+ nokogiri (1.8.5)
123
+ mini_portile2 (~> 2.3.0)
124
+ pry (0.12.2)
125
+ coderay (~> 1.1.0)
126
+ method_source (~> 0.9.0)
127
+ pry-byebug (3.6.0)
128
+ byebug (~> 10.0)
129
+ pry (~> 0.10)
130
+ rack (2.0.6)
131
+ rack-test (1.1.0)
132
+ rack (>= 1.0, < 3)
133
+ rails (5.2.1)
134
+ actioncable (= 5.2.1)
135
+ actionmailer (= 5.2.1)
136
+ actionpack (= 5.2.1)
137
+ actionview (= 5.2.1)
138
+ activejob (= 5.2.1)
139
+ activemodel (= 5.2.1)
140
+ activerecord (= 5.2.1)
141
+ activestorage (= 5.2.1)
142
+ activesupport (= 5.2.1)
143
+ bundler (>= 1.3.0)
144
+ railties (= 5.2.1)
145
+ sprockets-rails (>= 2.0.0)
146
+ rails-dom-testing (2.0.3)
147
+ activesupport (>= 4.2.0)
148
+ nokogiri (>= 1.6)
149
+ rails-html-sanitizer (1.0.4)
150
+ loofah (~> 2.2, >= 2.2.2)
151
+ railties (5.2.1)
152
+ actionpack (= 5.2.1)
153
+ activesupport (= 5.2.1)
154
+ method_source
155
+ rake (>= 0.8.7)
156
+ thor (>= 0.19.0, < 2.0)
157
+ rake (10.5.0)
158
+ rspec (3.8.0)
159
+ rspec-core (~> 3.8.0)
160
+ rspec-expectations (~> 3.8.0)
161
+ rspec-mocks (~> 3.8.0)
162
+ rspec-core (3.8.0)
163
+ rspec-support (~> 3.8.0)
164
+ rspec-expectations (3.8.2)
165
+ diff-lcs (>= 1.2.0, < 2.0)
166
+ rspec-support (~> 3.8.0)
167
+ rspec-mocks (3.8.0)
168
+ diff-lcs (>= 1.2.0, < 2.0)
169
+ rspec-support (~> 3.8.0)
170
+ rspec-rails (3.8.1)
171
+ actionpack (>= 3.0)
172
+ activesupport (>= 3.0)
173
+ railties (>= 3.0)
174
+ rspec-core (~> 3.8.0)
175
+ rspec-expectations (~> 3.8.0)
176
+ rspec-mocks (~> 3.8.0)
177
+ rspec-support (~> 3.8.0)
178
+ rspec-support (3.8.0)
179
+ sprockets (3.7.2)
180
+ concurrent-ruby (~> 1.0)
181
+ rack (> 1, < 3)
182
+ sprockets-rails (3.2.1)
183
+ actionpack (>= 4.0)
184
+ activesupport (>= 4.0)
185
+ sprockets (>= 3.0.0)
186
+ thor (0.20.3)
187
+ thread_safe (0.3.6)
188
+ timecop (0.9.1)
189
+ tzinfo (1.2.5)
190
+ thread_safe (~> 0.1)
191
+ websocket-driver (0.7.0)
192
+ websocket-extensions (>= 0.1.0)
193
+ websocket-extensions (0.1.3)
194
+
195
+ PLATFORMS
196
+ ruby
197
+
198
+ DEPENDENCIES
199
+ appraisal (~> 2.2, >= 2.2.0)
200
+ bundler (~> 1.15)
201
+ pry-byebug (~> 3)
202
+ rails (= 5.2.1)
203
+ rake (~> 10.0)
204
+ rspec (~> 3.0)
205
+ rspec-rails
206
+ timecop (~> 0.9)
207
+ tp_common!
208
+
209
+ BUNDLED WITH
210
+ 1.16.2
@@ -1,3 +1,3 @@
1
1
  module TpCommon
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
36
36
  spec.add_development_dependency "appraisal", '~> 2.2', '>= 2.2.0'
37
37
 
38
38
  spec.add_runtime_dependency "tzinfo", '~> 1.2', '>= 1.2.0'
39
- spec.add_runtime_dependency "activesupport", '<= 5.2', '>= 4.2.0'
39
+ spec.add_runtime_dependency "activesupport", '<= 5.2.1', '>= 4.2.0'
40
40
  spec.add_runtime_dependency 'fog-aws', '~> 2.0'
41
41
  # fog-aws need a mime-type tool
42
42
  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.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TINYpulse Devops
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-14 00:00:00.000000000 Z
11
+ date: 2018-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -129,7 +129,7 @@ dependencies:
129
129
  version: 4.2.0
130
130
  - - "<="
131
131
  - !ruby/object:Gem::Version
132
- version: '5.2'
132
+ version: 5.2.1
133
133
  type: :runtime
134
134
  prerelease: false
135
135
  version_requirements: !ruby/object:Gem::Requirement
@@ -139,7 +139,7 @@ dependencies:
139
139
  version: 4.2.0
140
140
  - - "<="
141
141
  - !ruby/object:Gem::Version
142
- version: '5.2'
142
+ version: 5.2.1
143
143
  - !ruby/object:Gem::Dependency
144
144
  name: fog-aws
145
145
  requirement: !ruby/object:Gem::Requirement
@@ -207,6 +207,8 @@ files:
207
207
  - gemfiles/rails_4.gemfile.lock
208
208
  - gemfiles/rails_5.gemfile
209
209
  - gemfiles/rails_5.gemfile.lock
210
+ - gemfiles/rails_latest.gemfile
211
+ - gemfiles/rails_latest.gemfile.lock
210
212
  - lib/tp_common.rb
211
213
  - lib/tp_common/assets_loader.rb
212
214
  - lib/tp_common/file_storage.rb