carrierwave-postgresql-table 1.0.2 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +5 -5
  2. data/.circleci/config.yml +85 -0
  3. data/.rubocop.yml +126 -0
  4. data/Appraisals +35 -3
  5. data/CHANGELOG.md +8 -0
  6. data/Gemfile +3 -1
  7. data/README.md +4 -5
  8. data/Rakefile +7 -1
  9. data/bin/console +1 -0
  10. data/carrierwave-postgresql-table.gemspec +14 -10
  11. data/gemfiles/carrierwave_0.11_rails_4.2.gemfile +2 -1
  12. data/gemfiles/carrierwave_0.11_rails_4.2.gemfile.lock +87 -64
  13. data/gemfiles/{carrierwave_1.0.0_rails_4.2.gemfile → carrierwave_1.0_rails_4.2.gemfile} +2 -1
  14. data/gemfiles/carrierwave_1.0_rails_4.2.gemfile.lock +152 -0
  15. data/gemfiles/carrierwave_1.1_rails_4.2.gemfile +9 -0
  16. data/gemfiles/carrierwave_1.1_rails_4.2.gemfile.lock +152 -0
  17. data/gemfiles/carrierwave_1.2_rails_4.2.gemfile +9 -0
  18. data/gemfiles/carrierwave_1.2_rails_4.2.gemfile.lock +152 -0
  19. data/gemfiles/carrierwave_1.x_rails_4.2.gemfile +9 -0
  20. data/gemfiles/carrierwave_1.x_rails_4.2.gemfile.lock +152 -0
  21. data/gemfiles/{carrierwave_1.0.0_rails_5.0.gemfile → carrierwave_1.x_rails_5.0.gemfile} +2 -2
  22. data/gemfiles/carrierwave_1.x_rails_5.0.gemfile.lock +158 -0
  23. data/gemfiles/carrierwave_1.x_rails_5.1.gemfile +8 -0
  24. data/gemfiles/carrierwave_1.x_rails_5.1.gemfile.lock +158 -0
  25. data/gemfiles/carrierwave_1.x_rails_5.2.gemfile +8 -0
  26. data/gemfiles/carrierwave_1.x_rails_5.2.gemfile.lock +166 -0
  27. data/lib/carrierwave-postgresql-table.rb +2 -0
  28. data/lib/carrierwave/postgresql_table/rack_app.rb +7 -5
  29. data/lib/carrierwave/postgresql_table/version.rb +3 -1
  30. data/lib/carrierwave/storage/postgresql_table.rb +17 -15
  31. data/lib/generators/carrierwave_postgresql_table/migration/migration_generator.rb +4 -2
  32. metadata +59 -34
  33. data/circle.yml +0 -12
  34. data/gemfiles/carrierwave_1.0.0_rails_4.2.gemfile.lock +0 -129
  35. data/gemfiles/carrierwave_1.0.0_rails_5.0.gemfile.lock +0 -136
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "carrierwave", "~> 1.0"
6
+ gem "rails", "~> 4.2.7"
7
+ gem "pg", "~> 0.21.0"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,152 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ carrierwave-postgresql-table (1.1.0)
5
+ activerecord
6
+ carrierwave
7
+ pg
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionmailer (4.2.10)
13
+ actionpack (= 4.2.10)
14
+ actionview (= 4.2.10)
15
+ activejob (= 4.2.10)
16
+ mail (~> 2.5, >= 2.5.4)
17
+ rails-dom-testing (~> 1.0, >= 1.0.5)
18
+ actionpack (4.2.10)
19
+ actionview (= 4.2.10)
20
+ activesupport (= 4.2.10)
21
+ rack (~> 1.6)
22
+ rack-test (~> 0.6.2)
23
+ rails-dom-testing (~> 1.0, >= 1.0.5)
24
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
+ actionview (4.2.10)
26
+ activesupport (= 4.2.10)
27
+ builder (~> 3.1)
28
+ erubis (~> 2.7.0)
29
+ rails-dom-testing (~> 1.0, >= 1.0.5)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
31
+ activejob (4.2.10)
32
+ activesupport (= 4.2.10)
33
+ globalid (>= 0.3.0)
34
+ activemodel (4.2.10)
35
+ activesupport (= 4.2.10)
36
+ builder (~> 3.1)
37
+ activerecord (4.2.10)
38
+ activemodel (= 4.2.10)
39
+ activesupport (= 4.2.10)
40
+ arel (~> 6.0)
41
+ activesupport (4.2.10)
42
+ i18n (~> 0.7)
43
+ minitest (~> 5.1)
44
+ thread_safe (~> 0.3, >= 0.3.4)
45
+ tzinfo (~> 1.1)
46
+ appraisal (2.2.0)
47
+ bundler
48
+ rake
49
+ thor (>= 0.14.0)
50
+ arel (6.0.4)
51
+ ast (2.4.0)
52
+ builder (3.2.3)
53
+ carrierwave (1.2.3)
54
+ activemodel (>= 4.0.0)
55
+ activesupport (>= 4.0.0)
56
+ mime-types (>= 1.16)
57
+ concurrent-ruby (1.1.3)
58
+ crass (1.0.4)
59
+ database_cleaner (1.7.0)
60
+ erubis (2.7.0)
61
+ globalid (0.4.1)
62
+ activesupport (>= 4.2.0)
63
+ i18n (0.9.5)
64
+ concurrent-ruby (~> 1.0)
65
+ jaro_winkler (1.5.1)
66
+ loofah (2.2.3)
67
+ crass (~> 1.0.2)
68
+ nokogiri (>= 1.5.9)
69
+ mail (2.7.1)
70
+ mini_mime (>= 0.1.1)
71
+ mime-types (3.2.2)
72
+ mime-types-data (~> 3.2015)
73
+ mime-types-data (3.2018.0812)
74
+ mini_mime (1.0.1)
75
+ mini_portile2 (2.3.0)
76
+ minitest (5.11.3)
77
+ nokogiri (1.8.5)
78
+ mini_portile2 (~> 2.3.0)
79
+ parallel (1.12.1)
80
+ parser (2.5.3.0)
81
+ ast (~> 2.4.0)
82
+ pg (0.21.0)
83
+ powerpack (0.1.2)
84
+ rack (1.6.11)
85
+ rack-test (0.6.3)
86
+ rack (>= 1.0)
87
+ rails (4.2.10)
88
+ actionmailer (= 4.2.10)
89
+ actionpack (= 4.2.10)
90
+ actionview (= 4.2.10)
91
+ activejob (= 4.2.10)
92
+ activemodel (= 4.2.10)
93
+ activerecord (= 4.2.10)
94
+ activesupport (= 4.2.10)
95
+ bundler (>= 1.3.0, < 2.0)
96
+ railties (= 4.2.10)
97
+ sprockets-rails
98
+ rails-deprecated_sanitizer (1.0.3)
99
+ activesupport (>= 4.2.0.alpha)
100
+ rails-dom-testing (1.0.9)
101
+ activesupport (>= 4.2.0, < 5.0)
102
+ nokogiri (~> 1.6)
103
+ rails-deprecated_sanitizer (>= 1.0.1)
104
+ rails-html-sanitizer (1.0.4)
105
+ loofah (~> 2.2, >= 2.2.2)
106
+ railties (4.2.10)
107
+ actionpack (= 4.2.10)
108
+ activesupport (= 4.2.10)
109
+ rake (>= 0.8.7)
110
+ thor (>= 0.18.1, < 2.0)
111
+ rainbow (3.0.0)
112
+ rake (12.3.1)
113
+ rubocop (0.60.0)
114
+ jaro_winkler (~> 1.5.1)
115
+ parallel (~> 1.10)
116
+ parser (>= 2.5, != 2.5.1.1)
117
+ powerpack (~> 0.1)
118
+ rainbow (>= 2.2.2, < 4.0)
119
+ ruby-progressbar (~> 1.7)
120
+ unicode-display_width (~> 1.4.0)
121
+ ruby-progressbar (1.10.0)
122
+ sprockets (3.7.2)
123
+ concurrent-ruby (~> 1.0)
124
+ rack (> 1, < 3)
125
+ sprockets-rails (3.2.1)
126
+ actionpack (>= 4.0)
127
+ activesupport (>= 4.0)
128
+ sprockets (>= 3.0.0)
129
+ thor (0.20.3)
130
+ thread_safe (0.3.6)
131
+ tzinfo (1.2.5)
132
+ thread_safe (~> 0.1)
133
+ unicode-display_width (1.4.0)
134
+
135
+ PLATFORMS
136
+ ruby
137
+
138
+ DEPENDENCIES
139
+ appraisal (~> 2.2.0)
140
+ bundler (>= 1.0)
141
+ carrierwave (~> 1.0)
142
+ carrierwave-postgresql-table!
143
+ database_cleaner (~> 1.7.0)
144
+ minitest (~> 5.11)
145
+ pg (~> 0.21.0)
146
+ rack-test (>= 0.6)
147
+ rails (~> 4.2.7)
148
+ rake (~> 12.3)
149
+ rubocop (>= 0.60)
150
+
151
+ BUNDLED WITH
152
+ 1.17.1
@@ -2,7 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "carrierwave", "~> 1.0.0"
5
+ gem "carrierwave", "~> 1.0"
6
6
  gem "rails", "~> 5.0.0"
7
7
 
8
- gemspec :path => "../"
8
+ gemspec path: "../"
@@ -0,0 +1,158 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ carrierwave-postgresql-table (1.1.0)
5
+ activerecord
6
+ carrierwave
7
+ pg
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (5.0.7)
13
+ actionpack (= 5.0.7)
14
+ nio4r (>= 1.2, < 3.0)
15
+ websocket-driver (~> 0.6.1)
16
+ actionmailer (5.0.7)
17
+ actionpack (= 5.0.7)
18
+ actionview (= 5.0.7)
19
+ activejob (= 5.0.7)
20
+ mail (~> 2.5, >= 2.5.4)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.0.7)
23
+ actionview (= 5.0.7)
24
+ activesupport (= 5.0.7)
25
+ rack (~> 2.0)
26
+ rack-test (~> 0.6.3)
27
+ rails-dom-testing (~> 2.0)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ actionview (5.0.7)
30
+ activesupport (= 5.0.7)
31
+ builder (~> 3.1)
32
+ erubis (~> 2.7.0)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.0.7)
36
+ activesupport (= 5.0.7)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.0.7)
39
+ activesupport (= 5.0.7)
40
+ activerecord (5.0.7)
41
+ activemodel (= 5.0.7)
42
+ activesupport (= 5.0.7)
43
+ arel (~> 7.0)
44
+ activesupport (5.0.7)
45
+ concurrent-ruby (~> 1.0, >= 1.0.2)
46
+ i18n (>= 0.7, < 2)
47
+ minitest (~> 5.1)
48
+ tzinfo (~> 1.1)
49
+ appraisal (2.2.0)
50
+ bundler
51
+ rake
52
+ thor (>= 0.14.0)
53
+ arel (7.1.4)
54
+ ast (2.4.0)
55
+ builder (3.2.3)
56
+ carrierwave (1.2.3)
57
+ activemodel (>= 4.0.0)
58
+ activesupport (>= 4.0.0)
59
+ mime-types (>= 1.16)
60
+ concurrent-ruby (1.1.3)
61
+ crass (1.0.4)
62
+ database_cleaner (1.7.0)
63
+ erubis (2.7.0)
64
+ globalid (0.4.1)
65
+ activesupport (>= 4.2.0)
66
+ i18n (1.1.1)
67
+ concurrent-ruby (~> 1.0)
68
+ jaro_winkler (1.5.1)
69
+ loofah (2.2.3)
70
+ crass (~> 1.0.2)
71
+ nokogiri (>= 1.5.9)
72
+ mail (2.7.1)
73
+ mini_mime (>= 0.1.1)
74
+ method_source (0.9.2)
75
+ mime-types (3.2.2)
76
+ mime-types-data (~> 3.2015)
77
+ mime-types-data (3.2018.0812)
78
+ mini_mime (1.0.1)
79
+ mini_portile2 (2.3.0)
80
+ minitest (5.11.3)
81
+ nio4r (2.3.1)
82
+ nokogiri (1.8.5)
83
+ mini_portile2 (~> 2.3.0)
84
+ parallel (1.12.1)
85
+ parser (2.5.3.0)
86
+ ast (~> 2.4.0)
87
+ pg (1.1.3)
88
+ powerpack (0.1.2)
89
+ rack (2.0.6)
90
+ rack-test (0.6.3)
91
+ rack (>= 1.0)
92
+ rails (5.0.7)
93
+ actioncable (= 5.0.7)
94
+ actionmailer (= 5.0.7)
95
+ actionpack (= 5.0.7)
96
+ actionview (= 5.0.7)
97
+ activejob (= 5.0.7)
98
+ activemodel (= 5.0.7)
99
+ activerecord (= 5.0.7)
100
+ activesupport (= 5.0.7)
101
+ bundler (>= 1.3.0)
102
+ railties (= 5.0.7)
103
+ sprockets-rails (>= 2.0.0)
104
+ rails-dom-testing (2.0.3)
105
+ activesupport (>= 4.2.0)
106
+ nokogiri (>= 1.6)
107
+ rails-html-sanitizer (1.0.4)
108
+ loofah (~> 2.2, >= 2.2.2)
109
+ railties (5.0.7)
110
+ actionpack (= 5.0.7)
111
+ activesupport (= 5.0.7)
112
+ method_source
113
+ rake (>= 0.8.7)
114
+ thor (>= 0.18.1, < 2.0)
115
+ rainbow (3.0.0)
116
+ rake (12.3.1)
117
+ rubocop (0.60.0)
118
+ jaro_winkler (~> 1.5.1)
119
+ parallel (~> 1.10)
120
+ parser (>= 2.5, != 2.5.1.1)
121
+ powerpack (~> 0.1)
122
+ rainbow (>= 2.2.2, < 4.0)
123
+ ruby-progressbar (~> 1.7)
124
+ unicode-display_width (~> 1.4.0)
125
+ ruby-progressbar (1.10.0)
126
+ sprockets (3.7.2)
127
+ concurrent-ruby (~> 1.0)
128
+ rack (> 1, < 3)
129
+ sprockets-rails (3.2.1)
130
+ actionpack (>= 4.0)
131
+ activesupport (>= 4.0)
132
+ sprockets (>= 3.0.0)
133
+ thor (0.20.3)
134
+ thread_safe (0.3.6)
135
+ tzinfo (1.2.5)
136
+ thread_safe (~> 0.1)
137
+ unicode-display_width (1.4.0)
138
+ websocket-driver (0.6.5)
139
+ websocket-extensions (>= 0.1.0)
140
+ websocket-extensions (0.1.3)
141
+
142
+ PLATFORMS
143
+ ruby
144
+
145
+ DEPENDENCIES
146
+ appraisal (~> 2.2.0)
147
+ bundler (>= 1.0)
148
+ carrierwave (~> 1.0)
149
+ carrierwave-postgresql-table!
150
+ database_cleaner (~> 1.7.0)
151
+ minitest (~> 5.11)
152
+ rack-test (>= 0.6)
153
+ rails (~> 5.0.0)
154
+ rake (~> 12.3)
155
+ rubocop (>= 0.60)
156
+
157
+ BUNDLED WITH
158
+ 1.17.1
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "carrierwave", "~> 1.0"
6
+ gem "rails", "~> 5.1.0"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,158 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ carrierwave-postgresql-table (1.1.0)
5
+ activerecord
6
+ carrierwave
7
+ pg
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (5.1.6)
13
+ actionpack (= 5.1.6)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (~> 0.6.1)
16
+ actionmailer (5.1.6)
17
+ actionpack (= 5.1.6)
18
+ actionview (= 5.1.6)
19
+ activejob (= 5.1.6)
20
+ mail (~> 2.5, >= 2.5.4)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.1.6)
23
+ actionview (= 5.1.6)
24
+ activesupport (= 5.1.6)
25
+ rack (~> 2.0)
26
+ rack-test (>= 0.6.3)
27
+ rails-dom-testing (~> 2.0)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ actionview (5.1.6)
30
+ activesupport (= 5.1.6)
31
+ builder (~> 3.1)
32
+ erubi (~> 1.4)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.1.6)
36
+ activesupport (= 5.1.6)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.1.6)
39
+ activesupport (= 5.1.6)
40
+ activerecord (5.1.6)
41
+ activemodel (= 5.1.6)
42
+ activesupport (= 5.1.6)
43
+ arel (~> 8.0)
44
+ activesupport (5.1.6)
45
+ concurrent-ruby (~> 1.0, >= 1.0.2)
46
+ i18n (>= 0.7, < 2)
47
+ minitest (~> 5.1)
48
+ tzinfo (~> 1.1)
49
+ appraisal (2.2.0)
50
+ bundler
51
+ rake
52
+ thor (>= 0.14.0)
53
+ arel (8.0.0)
54
+ ast (2.4.0)
55
+ builder (3.2.3)
56
+ carrierwave (1.2.3)
57
+ activemodel (>= 4.0.0)
58
+ activesupport (>= 4.0.0)
59
+ mime-types (>= 1.16)
60
+ concurrent-ruby (1.1.3)
61
+ crass (1.0.4)
62
+ database_cleaner (1.7.0)
63
+ erubi (1.7.1)
64
+ globalid (0.4.1)
65
+ activesupport (>= 4.2.0)
66
+ i18n (1.1.1)
67
+ concurrent-ruby (~> 1.0)
68
+ jaro_winkler (1.5.1)
69
+ loofah (2.2.3)
70
+ crass (~> 1.0.2)
71
+ nokogiri (>= 1.5.9)
72
+ mail (2.7.1)
73
+ mini_mime (>= 0.1.1)
74
+ method_source (0.9.2)
75
+ mime-types (3.2.2)
76
+ mime-types-data (~> 3.2015)
77
+ mime-types-data (3.2018.0812)
78
+ mini_mime (1.0.1)
79
+ mini_portile2 (2.3.0)
80
+ minitest (5.11.3)
81
+ nio4r (2.3.1)
82
+ nokogiri (1.8.5)
83
+ mini_portile2 (~> 2.3.0)
84
+ parallel (1.12.1)
85
+ parser (2.5.3.0)
86
+ ast (~> 2.4.0)
87
+ pg (1.1.3)
88
+ powerpack (0.1.2)
89
+ rack (2.0.6)
90
+ rack-test (1.1.0)
91
+ rack (>= 1.0, < 3)
92
+ rails (5.1.6)
93
+ actioncable (= 5.1.6)
94
+ actionmailer (= 5.1.6)
95
+ actionpack (= 5.1.6)
96
+ actionview (= 5.1.6)
97
+ activejob (= 5.1.6)
98
+ activemodel (= 5.1.6)
99
+ activerecord (= 5.1.6)
100
+ activesupport (= 5.1.6)
101
+ bundler (>= 1.3.0)
102
+ railties (= 5.1.6)
103
+ sprockets-rails (>= 2.0.0)
104
+ rails-dom-testing (2.0.3)
105
+ activesupport (>= 4.2.0)
106
+ nokogiri (>= 1.6)
107
+ rails-html-sanitizer (1.0.4)
108
+ loofah (~> 2.2, >= 2.2.2)
109
+ railties (5.1.6)
110
+ actionpack (= 5.1.6)
111
+ activesupport (= 5.1.6)
112
+ method_source
113
+ rake (>= 0.8.7)
114
+ thor (>= 0.18.1, < 2.0)
115
+ rainbow (3.0.0)
116
+ rake (12.3.1)
117
+ rubocop (0.60.0)
118
+ jaro_winkler (~> 1.5.1)
119
+ parallel (~> 1.10)
120
+ parser (>= 2.5, != 2.5.1.1)
121
+ powerpack (~> 0.1)
122
+ rainbow (>= 2.2.2, < 4.0)
123
+ ruby-progressbar (~> 1.7)
124
+ unicode-display_width (~> 1.4.0)
125
+ ruby-progressbar (1.10.0)
126
+ sprockets (3.7.2)
127
+ concurrent-ruby (~> 1.0)
128
+ rack (> 1, < 3)
129
+ sprockets-rails (3.2.1)
130
+ actionpack (>= 4.0)
131
+ activesupport (>= 4.0)
132
+ sprockets (>= 3.0.0)
133
+ thor (0.20.3)
134
+ thread_safe (0.3.6)
135
+ tzinfo (1.2.5)
136
+ thread_safe (~> 0.1)
137
+ unicode-display_width (1.4.0)
138
+ websocket-driver (0.6.5)
139
+ websocket-extensions (>= 0.1.0)
140
+ websocket-extensions (0.1.3)
141
+
142
+ PLATFORMS
143
+ ruby
144
+
145
+ DEPENDENCIES
146
+ appraisal (~> 2.2.0)
147
+ bundler (>= 1.0)
148
+ carrierwave (~> 1.0)
149
+ carrierwave-postgresql-table!
150
+ database_cleaner (~> 1.7.0)
151
+ minitest (~> 5.11)
152
+ rack-test (>= 0.6)
153
+ rails (~> 5.1.0)
154
+ rake (~> 12.3)
155
+ rubocop (>= 0.60)
156
+
157
+ BUNDLED WITH
158
+ 1.17.1