store_base_sti_class 1.2.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +5 -5
  2. data/Appraisals +8 -65
  3. data/Gemfile.lock +16 -18
  4. data/LICENSE.txt +1 -1
  5. data/README.md +20 -9
  6. data/gemfiles/rails_4.2.11.gemfile +8 -0
  7. data/gemfiles/rails_5.0.7.gemfile +8 -0
  8. data/gemfiles/rails_5.1.6.gemfile +8 -0
  9. data/gemfiles/rails_5.2.2.gemfile +8 -0
  10. data/gemfiles/rails_6.0.0.gemfile +8 -0
  11. data/lib/store_base_sti_class.rb +3 -5
  12. data/lib/store_base_sti_class/version.rb +1 -1
  13. data/lib/store_base_sti_class_for_5_0.rb +16 -0
  14. data/lib/store_base_sti_class_for_5_1.rb +16 -0
  15. data/lib/store_base_sti_class_for_6_0.rb +153 -0
  16. data/store_base_sti_class.gemspec +1 -2
  17. metadata +10 -85
  18. data/gemfiles/rails_4.0.0.gemfile +0 -7
  19. data/gemfiles/rails_4.0.1.gemfile +0 -7
  20. data/gemfiles/rails_4.0.10.gemfile +0 -7
  21. data/gemfiles/rails_4.0.11.1.gemfile +0 -7
  22. data/gemfiles/rails_4.0.11.gemfile +0 -7
  23. data/gemfiles/rails_4.0.12.gemfile +0 -7
  24. data/gemfiles/rails_4.0.13.gemfile +0 -7
  25. data/gemfiles/rails_4.0.2.gemfile +0 -7
  26. data/gemfiles/rails_4.0.3.gemfile +0 -7
  27. data/gemfiles/rails_4.0.4.gemfile +0 -7
  28. data/gemfiles/rails_4.0.5.gemfile +0 -7
  29. data/gemfiles/rails_4.0.6.gemfile +0 -7
  30. data/gemfiles/rails_4.0.7.gemfile +0 -7
  31. data/gemfiles/rails_4.0.8.gemfile +0 -7
  32. data/gemfiles/rails_4.0.9.gemfile +0 -7
  33. data/gemfiles/rails_4.1.0.gemfile +0 -7
  34. data/gemfiles/rails_4.1.1.gemfile +0 -7
  35. data/gemfiles/rails_4.1.10.gemfile +0 -7
  36. data/gemfiles/rails_4.1.11.gemfile +0 -7
  37. data/gemfiles/rails_4.1.12.gemfile +0 -7
  38. data/gemfiles/rails_4.1.13.gemfile +0 -7
  39. data/gemfiles/rails_4.1.14.1.gemfile +0 -7
  40. data/gemfiles/rails_4.1.14.2.gemfile +0 -7
  41. data/gemfiles/rails_4.1.14.gemfile +0 -7
  42. data/gemfiles/rails_4.1.15.gemfile +0 -7
  43. data/gemfiles/rails_4.1.2.gemfile +0 -7
  44. data/gemfiles/rails_4.1.3.gemfile +0 -7
  45. data/gemfiles/rails_4.1.4.gemfile +0 -7
  46. data/gemfiles/rails_4.1.5.gemfile +0 -7
  47. data/gemfiles/rails_4.1.6.gemfile +0 -7
  48. data/gemfiles/rails_4.1.7.1.gemfile +0 -7
  49. data/gemfiles/rails_4.1.7.gemfile +0 -7
  50. data/gemfiles/rails_4.1.8.gemfile +0 -7
  51. data/gemfiles/rails_4.1.9.gemfile +0 -7
  52. data/gemfiles/rails_4.2.0.gemfile +0 -7
  53. data/gemfiles/rails_4.2.1.gemfile +0 -7
  54. data/gemfiles/rails_4.2.10.gemfile +0 -7
  55. data/gemfiles/rails_4.2.2.gemfile +0 -7
  56. data/gemfiles/rails_4.2.3.gemfile +0 -7
  57. data/gemfiles/rails_4.2.4.gemfile +0 -7
  58. data/gemfiles/rails_4.2.5.1.gemfile +0 -7
  59. data/gemfiles/rails_4.2.5.2.gemfile +0 -7
  60. data/gemfiles/rails_4.2.5.gemfile +0 -7
  61. data/gemfiles/rails_4.2.6.gemfile +0 -7
  62. data/gemfiles/rails_4.2.7.1.gemfile +0 -7
  63. data/gemfiles/rails_4.2.7.gemfile +0 -7
  64. data/gemfiles/rails_4.2.8.gemfile +0 -7
  65. data/gemfiles/rails_4.2.9.gemfile +0 -7
  66. data/gemfiles/rails_5.0.0.1.gemfile +0 -7
  67. data/gemfiles/rails_5.0.0.gemfile +0 -7
  68. data/gemfiles/rails_5.0.1.gemfile +0 -7
  69. data/gemfiles/rails_5.0.2.gemfile +0 -7
  70. data/gemfiles/rails_5.0.3.gemfile +0 -7
  71. data/gemfiles/rails_5.0.4.gemfile +0 -7
  72. data/gemfiles/rails_5.0.5.gemfile +0 -7
  73. data/gemfiles/rails_5.0.6.gemfile +0 -7
  74. data/gemfiles/rails_5.1.0.gemfile +0 -7
  75. data/gemfiles/rails_5.1.1.gemfile +0 -7
  76. data/gemfiles/rails_5.1.2.gemfile +0 -7
  77. data/gemfiles/rails_5.1.3.gemfile +0 -7
  78. data/gemfiles/rails_5.1.4.gemfile +0 -7
  79. data/gemfiles/rails_5.1.5.gemfile +0 -7
  80. data/gemfiles/rails_5.2.0.gemfile +0 -7
  81. data/lib/store_base_sti_class_for_4_0.rb +0 -337
  82. data/lib/store_base_sti_class_for_4_1.rb +0 -360
  83. data/store_base_sti_class-1.1.0.gem +0 -0
@@ -20,11 +20,10 @@ Gem::Specification.new do |s|
20
20
  s.homepage = 'http://github.com/appfolio/store_base_sti_class'
21
21
  s.licenses = ['MIT']
22
22
  s.rubygems_version = '2.2.2'
23
- s.summary = 'Modifies ActiveRecord 4.0.x - 5.0.x with the ability to store the actual class (instead of the base class) in polymorhic _type columns when using STI'
23
+ s.summary = 'Modifies ActiveRecord 4.2.x - 6.0.x with the ability to store the actual class (instead of the base class) in polymorhic _type columns when using STI'
24
24
 
25
25
  s.add_runtime_dependency(%q<activerecord>, ['>= 4.0'])
26
26
  s.add_development_dependency(%q<minitest>, ['>= 4.0'])
27
- s.add_development_dependency(%q<sqlite3>, ['>= 0'])
28
27
  s.add_development_dependency(%q<appraisal>, ['>= 0'])
29
28
  s.add_development_dependency(%q<bundler>, ['>= 0'])
30
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: store_base_sti_class
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-11 00:00:00.000000000 Z
11
+ date: 2019-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -38,20 +38,6 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '4.0'
41
- - !ruby/object:Gem::Dependency
42
- name: sqlite3
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: appraisal
57
43
  requirement: !ruby/object:Gem::Requirement
@@ -98,78 +84,18 @@ files:
98
84
  - LICENSE.txt
99
85
  - README.md
100
86
  - Rakefile
101
- - gemfiles/rails_4.0.0.gemfile
102
- - gemfiles/rails_4.0.1.gemfile
103
- - gemfiles/rails_4.0.10.gemfile
104
- - gemfiles/rails_4.0.11.1.gemfile
105
- - gemfiles/rails_4.0.11.gemfile
106
- - gemfiles/rails_4.0.12.gemfile
107
- - gemfiles/rails_4.0.13.gemfile
108
- - gemfiles/rails_4.0.2.gemfile
109
- - gemfiles/rails_4.0.3.gemfile
110
- - gemfiles/rails_4.0.4.gemfile
111
- - gemfiles/rails_4.0.5.gemfile
112
- - gemfiles/rails_4.0.6.gemfile
113
- - gemfiles/rails_4.0.7.gemfile
114
- - gemfiles/rails_4.0.8.gemfile
115
- - gemfiles/rails_4.0.9.gemfile
116
- - gemfiles/rails_4.1.0.gemfile
117
- - gemfiles/rails_4.1.1.gemfile
118
- - gemfiles/rails_4.1.10.gemfile
119
- - gemfiles/rails_4.1.11.gemfile
120
- - gemfiles/rails_4.1.12.gemfile
121
- - gemfiles/rails_4.1.13.gemfile
122
- - gemfiles/rails_4.1.14.1.gemfile
123
- - gemfiles/rails_4.1.14.2.gemfile
124
- - gemfiles/rails_4.1.14.gemfile
125
- - gemfiles/rails_4.1.15.gemfile
126
- - gemfiles/rails_4.1.2.gemfile
127
- - gemfiles/rails_4.1.3.gemfile
128
- - gemfiles/rails_4.1.4.gemfile
129
- - gemfiles/rails_4.1.5.gemfile
130
- - gemfiles/rails_4.1.6.gemfile
131
- - gemfiles/rails_4.1.7.1.gemfile
132
- - gemfiles/rails_4.1.7.gemfile
133
- - gemfiles/rails_4.1.8.gemfile
134
- - gemfiles/rails_4.1.9.gemfile
135
- - gemfiles/rails_4.2.0.gemfile
136
- - gemfiles/rails_4.2.1.gemfile
137
- - gemfiles/rails_4.2.10.gemfile
138
- - gemfiles/rails_4.2.2.gemfile
139
- - gemfiles/rails_4.2.3.gemfile
140
- - gemfiles/rails_4.2.4.gemfile
141
- - gemfiles/rails_4.2.5.1.gemfile
142
- - gemfiles/rails_4.2.5.2.gemfile
143
- - gemfiles/rails_4.2.5.gemfile
144
- - gemfiles/rails_4.2.6.gemfile
145
- - gemfiles/rails_4.2.7.1.gemfile
146
- - gemfiles/rails_4.2.7.gemfile
147
- - gemfiles/rails_4.2.8.gemfile
148
- - gemfiles/rails_4.2.9.gemfile
149
- - gemfiles/rails_5.0.0.1.gemfile
150
- - gemfiles/rails_5.0.0.gemfile
151
- - gemfiles/rails_5.0.1.gemfile
152
- - gemfiles/rails_5.0.2.gemfile
153
- - gemfiles/rails_5.0.3.gemfile
154
- - gemfiles/rails_5.0.4.gemfile
155
- - gemfiles/rails_5.0.5.gemfile
156
- - gemfiles/rails_5.0.6.gemfile
157
- - gemfiles/rails_5.1.0.gemfile
158
- - gemfiles/rails_5.1.1.gemfile
159
- - gemfiles/rails_5.1.2.gemfile
160
- - gemfiles/rails_5.1.3.gemfile
161
- - gemfiles/rails_5.1.4.gemfile
162
- - gemfiles/rails_5.1.5.gemfile
163
- - gemfiles/rails_5.2.0.gemfile
87
+ - gemfiles/rails_4.2.11.gemfile
88
+ - gemfiles/rails_5.0.7.gemfile
89
+ - gemfiles/rails_5.1.6.gemfile
90
+ - gemfiles/rails_5.2.2.gemfile
91
+ - gemfiles/rails_6.0.0.gemfile
164
92
  - lib/store_base_sti_class.rb
165
93
  - lib/store_base_sti_class/version.rb
166
- - lib/store_base_sti_class_for_4_0.rb
167
- - lib/store_base_sti_class_for_4_1.rb
168
94
  - lib/store_base_sti_class_for_4_2.rb
169
95
  - lib/store_base_sti_class_for_5_0.rb
170
96
  - lib/store_base_sti_class_for_5_1.rb
171
97
  - lib/store_base_sti_class_for_5_2.rb
172
- - store_base_sti_class-1.1.0.gem
98
+ - lib/store_base_sti_class_for_6_0.rb
173
99
  - store_base_sti_class.gemspec
174
100
  homepage: http://github.com/appfolio/store_base_sti_class
175
101
  licenses:
@@ -190,10 +116,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
116
  - !ruby/object:Gem::Version
191
117
  version: '0'
192
118
  requirements: []
193
- rubyforge_project:
194
- rubygems_version: 2.6.13
119
+ rubygems_version: 3.0.3
195
120
  signing_key:
196
121
  specification_version: 4
197
- summary: Modifies ActiveRecord 4.0.x - 5.0.x with the ability to store the actual
122
+ summary: Modifies ActiveRecord 4.2.x - 6.0.x with the ability to store the actual
198
123
  class (instead of the base class) in polymorhic _type columns when using STI
199
124
  test_files: []
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.0"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.1"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.10"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.11.1"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.11"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.12"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.13"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.2"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.3"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.4"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.5"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.6"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.7"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.8"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.0.9"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.0"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.1"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.10"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.11"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.12"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.13"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.14.1"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.14.2"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.14"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.15"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.2"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.3"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.4"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.5"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.6"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.7.1"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.7"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.8"
6
-
7
- gemspec :path => "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "4.1.9"
6
-
7
- gemspec :path => "../"