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
@@ -4,5 +4,6 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "carrierwave", "~> 1.0.0"
6
6
  gem "rails", "~> 4.2.7"
7
+ gem "pg", "~> 0.21.0"
7
8
 
8
- gemspec :path => "../"
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.0.0)
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.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
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "carrierwave", "~> 1.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.1.0)
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.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
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "carrierwave", "~> 1.2.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.2.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