acts-as-taggable-on-mongoid 6.1.1.11 → 6.1.1.12
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36fd05cd0515afe5ba5a4012a9d005a00e9f371b67cd197dca5b5f744dd9bec0
|
4
|
+
data.tar.gz: 8fbc55a3df382f5af8291c3569e97554904e299f8bce503e177811ef6f412121
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 598a21d16910f89bdb771329190bdbffa312ac6eb1be6b2db25ab586416dda0b8181403057e2a2dfe4d1b915ea6120656d17246cd4452f1bab5083dba851d77b
|
7
|
+
data.tar.gz: 70c7eb405020285ad773559a98e7c76fcab959e0e69f8083afce43041d2d72d71a00f572a62ef7f595ed371d6f81f75da47d1e4e44e820024232541cfac8a83b
|
data/Gemfile.lock
CHANGED
@@ -1,191 +1,187 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
acts-as-taggable-on-mongoid (6.1.1.
|
4
|
+
acts-as-taggable-on-mongoid (6.1.1.12)
|
5
5
|
activesupport (>= 5.0)
|
6
|
-
mongoid (>= 6.1.1,
|
6
|
+
mongoid (>= 6.1.1, < 8.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activemodel (5.2.
|
12
|
-
activesupport (= 5.2.
|
13
|
-
activesupport (5.2.
|
11
|
+
activemodel (5.2.6)
|
12
|
+
activesupport (= 5.2.6)
|
13
|
+
activesupport (5.2.6)
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
15
|
i18n (>= 0.7, < 2)
|
16
16
|
minitest (~> 5.1)
|
17
17
|
tzinfo (~> 1.1)
|
18
|
-
addressable (2.
|
18
|
+
addressable (2.8.0)
|
19
19
|
public_suffix (>= 2.0.2, < 5.0)
|
20
|
-
ast (2.4.
|
21
|
-
|
22
|
-
|
23
|
-
ice_nine (~> 0.11.0)
|
24
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
25
|
-
brakeman (4.10.0)
|
26
|
-
bson (4.8.2)
|
20
|
+
ast (2.4.2)
|
21
|
+
brakeman (5.0.4)
|
22
|
+
bson (4.12.1)
|
27
23
|
code_analyzer (0.5.2)
|
28
24
|
sexp_processor
|
29
|
-
|
30
|
-
|
31
|
-
codecov (0.2.12)
|
32
|
-
json
|
33
|
-
simplecov
|
34
|
-
coercible (1.0.0)
|
35
|
-
descendants_tracker (~> 0.0.1)
|
25
|
+
codecov (0.5.2)
|
26
|
+
simplecov (>= 0.15, < 0.22)
|
36
27
|
colorize (0.8.1)
|
37
|
-
concurrent-ruby (1.1.
|
28
|
+
concurrent-ruby (1.1.9)
|
38
29
|
cornucopia (0.1.56)
|
39
30
|
activesupport (> 4.0, < 6.0)
|
40
31
|
database_cleaner (1.8.5)
|
41
|
-
descendants_tracker (0.0.4)
|
42
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
43
32
|
diff-lcs (1.4.4)
|
44
|
-
docile (1.
|
45
|
-
equalizer (0.0.11)
|
33
|
+
docile (1.4.0)
|
46
34
|
erubis (2.7.0)
|
47
|
-
faraday (1.
|
35
|
+
faraday (1.4.3)
|
36
|
+
faraday-em_http (~> 1.0)
|
37
|
+
faraday-em_synchrony (~> 1.0)
|
38
|
+
faraday-excon (~> 1.1)
|
39
|
+
faraday-net_http (~> 1.0)
|
40
|
+
faraday-net_http_persistent (~> 1.1)
|
48
41
|
multipart-post (>= 1.2, < 3)
|
49
|
-
|
42
|
+
ruby2_keywords (>= 0.0.4)
|
43
|
+
faraday-em_http (1.0.0)
|
44
|
+
faraday-em_synchrony (1.0.0)
|
45
|
+
faraday-excon (1.1.0)
|
46
|
+
faraday-net_http (1.0.1)
|
47
|
+
faraday-net_http_persistent (1.2.0)
|
48
|
+
fasterer (0.9.0)
|
50
49
|
colorize (~> 0.7)
|
51
50
|
ruby_parser (>= 3.14.1)
|
52
|
-
gem-release (2.2.
|
53
|
-
gitlab (4.
|
54
|
-
httparty (~> 0.
|
51
|
+
gem-release (2.2.2)
|
52
|
+
gitlab (4.17.0)
|
53
|
+
httparty (~> 0.18)
|
55
54
|
terminal-table (~> 1.5, >= 1.5.1)
|
56
55
|
httparty (0.18.1)
|
57
56
|
mime-types (~> 3.0)
|
58
57
|
multi_xml (>= 0.5.2)
|
59
|
-
i18n (1.8.
|
58
|
+
i18n (1.8.10)
|
60
59
|
concurrent-ruby (~> 1.0)
|
61
|
-
|
62
|
-
json (2.3.1)
|
60
|
+
json (2.5.1)
|
63
61
|
kwalify (0.7.2)
|
64
62
|
mime-types (3.3.1)
|
65
63
|
mime-types-data (~> 3.2015)
|
66
|
-
mime-types-data (3.
|
67
|
-
minitest (5.14.
|
68
|
-
mongo (2.
|
64
|
+
mime-types-data (3.2021.0704)
|
65
|
+
minitest (5.14.4)
|
66
|
+
mongo (2.14.0)
|
69
67
|
bson (>= 4.8.2, < 5.0.0)
|
70
68
|
mongoid (7.0.2)
|
71
69
|
activemodel (>= 5.1, < 6.0.0)
|
72
70
|
mongo (>= 2.5.1, < 3.0.0)
|
73
71
|
multi_xml (0.6.0)
|
74
72
|
multipart-post (2.1.1)
|
75
|
-
octokit (4.
|
73
|
+
octokit (4.21.0)
|
76
74
|
faraday (>= 0.9)
|
77
75
|
sawyer (~> 0.8.0, >= 0.5.3)
|
78
|
-
parallel (1.
|
79
|
-
parser (
|
76
|
+
parallel (1.20.1)
|
77
|
+
parser (3.0.2.0)
|
80
78
|
ast (~> 2.4.1)
|
81
|
-
pronto (0.
|
82
|
-
gitlab (~> 4.
|
79
|
+
pronto (0.11.0)
|
80
|
+
gitlab (~> 4.4, >= 4.4.0)
|
83
81
|
httparty (>= 0.13.7)
|
84
82
|
octokit (~> 4.7, >= 4.7.0)
|
85
83
|
rainbow (>= 2.2, < 4.0)
|
86
|
-
|
87
|
-
|
88
|
-
|
84
|
+
rexml (~> 3.2)
|
85
|
+
rugged (>= 0.23.0, < 1.1.0)
|
86
|
+
thor (>= 0.20.3, < 2.0)
|
87
|
+
pronto-brakeman (0.11.0)
|
89
88
|
brakeman (>= 3.2.0)
|
90
|
-
pronto (~> 0.
|
89
|
+
pronto (~> 0.11.0)
|
91
90
|
pronto-circleci (1.0.1)
|
92
91
|
pronto (~> 0.9)
|
93
|
-
pronto-fasterer (0.
|
94
|
-
fasterer (~> 0.
|
95
|
-
pronto (~> 0.
|
96
|
-
pronto-rails_best_practices (0.
|
97
|
-
pronto (~> 0.
|
92
|
+
pronto-fasterer (0.11.1)
|
93
|
+
fasterer (~> 0.9.0)
|
94
|
+
pronto (~> 0.11.0)
|
95
|
+
pronto-rails_best_practices (0.11.0)
|
96
|
+
pronto (~> 0.11.0)
|
98
97
|
rails_best_practices (~> 1.16, >= 1.15.0)
|
99
|
-
pronto-reek (0.
|
100
|
-
pronto (~> 0.
|
101
|
-
reek (>= 4.2, <
|
102
|
-
pronto-rubocop (0.
|
103
|
-
pronto (~> 0.
|
104
|
-
rubocop (
|
105
|
-
psych (3.
|
98
|
+
pronto-reek (0.11.0)
|
99
|
+
pronto (~> 0.11.0)
|
100
|
+
reek (>= 4.2, < 7.0)
|
101
|
+
pronto-rubocop (0.11.1)
|
102
|
+
pronto (~> 0.11.0)
|
103
|
+
rubocop (>= 0.63.1, < 2.0)
|
104
|
+
psych (3.3.2)
|
106
105
|
public_suffix (4.0.6)
|
107
|
-
rails_best_practices (1.
|
106
|
+
rails_best_practices (1.21.0)
|
108
107
|
activesupport
|
109
|
-
code_analyzer (>= 0.5.
|
108
|
+
code_analyzer (>= 0.5.2)
|
110
109
|
erubis
|
111
110
|
i18n
|
112
111
|
json
|
113
112
|
require_all (~> 3.0)
|
114
113
|
ruby-progressbar
|
115
114
|
rainbow (3.0.0)
|
116
|
-
rake (13.0.
|
117
|
-
reek (
|
118
|
-
codeclimate-engine-rb (~> 0.4.0)
|
115
|
+
rake (13.0.4)
|
116
|
+
reek (6.0.4)
|
119
117
|
kwalify (~> 0.7.0)
|
120
|
-
parser (
|
121
|
-
psych (~> 3.1
|
118
|
+
parser (~> 3.0.0)
|
119
|
+
psych (~> 3.1)
|
122
120
|
rainbow (>= 2.0, < 4.0)
|
123
|
-
regexp_parser (1.
|
121
|
+
regexp_parser (2.1.1)
|
124
122
|
require_all (3.0.0)
|
125
|
-
rexml (3.2.
|
126
|
-
rspec (3.
|
127
|
-
rspec-core (~> 3.
|
128
|
-
rspec-expectations (~> 3.
|
129
|
-
rspec-mocks (~> 3.
|
130
|
-
rspec-core (3.
|
131
|
-
rspec-support (~> 3.
|
132
|
-
rspec-expectations (3.
|
123
|
+
rexml (3.2.5)
|
124
|
+
rspec (3.10.0)
|
125
|
+
rspec-core (~> 3.10.0)
|
126
|
+
rspec-expectations (~> 3.10.0)
|
127
|
+
rspec-mocks (~> 3.10.0)
|
128
|
+
rspec-core (3.10.1)
|
129
|
+
rspec-support (~> 3.10.0)
|
130
|
+
rspec-expectations (3.10.1)
|
133
131
|
diff-lcs (>= 1.2.0, < 2.0)
|
134
|
-
rspec-support (~> 3.
|
135
|
-
rspec-mocks (3.
|
132
|
+
rspec-support (~> 3.10.0)
|
133
|
+
rspec-mocks (3.10.2)
|
136
134
|
diff-lcs (>= 1.2.0, < 2.0)
|
137
|
-
rspec-support (~> 3.
|
138
|
-
rspec-support (3.
|
135
|
+
rspec-support (~> 3.10.0)
|
136
|
+
rspec-support (3.10.2)
|
139
137
|
rspec_junit_formatter (0.4.1)
|
140
138
|
rspec-core (>= 2, < 4, != 2.12.0)
|
141
|
-
rubocop (
|
139
|
+
rubocop (1.18.3)
|
142
140
|
parallel (~> 1.10)
|
143
|
-
parser (>=
|
141
|
+
parser (>= 3.0.0.0)
|
144
142
|
rainbow (>= 2.2.2, < 4.0)
|
145
|
-
regexp_parser (>= 1.
|
143
|
+
regexp_parser (>= 1.8, < 3.0)
|
146
144
|
rexml
|
147
|
-
rubocop-ast (>=
|
145
|
+
rubocop-ast (>= 1.7.0, < 2.0)
|
148
146
|
ruby-progressbar (~> 1.7)
|
149
|
-
unicode-display_width (>= 1.4.0, <
|
150
|
-
rubocop-ast (
|
151
|
-
parser (>=
|
152
|
-
rubocop-performance (1.
|
153
|
-
rubocop (>=
|
147
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
148
|
+
rubocop-ast (1.8.0)
|
149
|
+
parser (>= 3.0.1.1)
|
150
|
+
rubocop-performance (1.11.4)
|
151
|
+
rubocop (>= 1.7.0, < 2.0)
|
154
152
|
rubocop-ast (>= 0.4.0)
|
155
|
-
ruby-progressbar (1.
|
156
|
-
|
157
|
-
|
158
|
-
|
153
|
+
ruby-progressbar (1.11.0)
|
154
|
+
ruby2_keywords (0.0.4)
|
155
|
+
ruby_parser (3.16.0)
|
156
|
+
sexp_processor (~> 4.15, >= 4.15.1)
|
157
|
+
rugged (1.0.1)
|
159
158
|
sawyer (0.8.2)
|
160
159
|
addressable (>= 2.3.5)
|
161
160
|
faraday (> 0.8, < 2.0)
|
162
|
-
sexp_processor (4.15.
|
163
|
-
simplecov (0.
|
161
|
+
sexp_processor (4.15.3)
|
162
|
+
simplecov (0.21.2)
|
164
163
|
docile (~> 1.1)
|
165
164
|
simplecov-html (~> 0.11)
|
165
|
+
simplecov_json_formatter (~> 0.1)
|
166
166
|
simplecov-html (0.12.3)
|
167
167
|
simplecov-rcov (0.2.3)
|
168
168
|
simplecov (>= 0.4.1)
|
169
|
+
simplecov_json_formatter (0.1.3)
|
169
170
|
terminal-table (1.8.0)
|
170
171
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
171
|
-
thor (
|
172
|
+
thor (1.1.0)
|
172
173
|
thread_safe (0.3.6)
|
173
|
-
timecop (0.9.
|
174
|
-
tzinfo (1.2.
|
174
|
+
timecop (0.9.4)
|
175
|
+
tzinfo (1.2.9)
|
175
176
|
thread_safe (~> 0.1)
|
176
177
|
unicode-display_width (1.7.0)
|
177
|
-
virtus (1.0.5)
|
178
|
-
axiom-types (~> 0.1)
|
179
|
-
coercible (~> 1.0)
|
180
|
-
descendants_tracker (~> 0.0, >= 0.0.3)
|
181
|
-
equalizer (~> 0.0, >= 0.0.9)
|
182
178
|
|
183
179
|
PLATFORMS
|
184
180
|
ruby
|
185
181
|
|
186
182
|
DEPENDENCIES
|
187
183
|
acts-as-taggable-on-mongoid!
|
188
|
-
codecov (~> 0.
|
184
|
+
codecov (~> 0.5.1, ~> 0.1)
|
189
185
|
cornucopia
|
190
186
|
database_cleaner
|
191
187
|
gem-release
|
@@ -32,9 +32,9 @@ Gem::Specification.new do |spec|
|
|
32
32
|
spec.require_paths = ["lib"]
|
33
33
|
|
34
34
|
spec.add_dependency "activesupport", ">= 5.0"
|
35
|
-
spec.add_dependency "mongoid", ">= 6.1.1", "
|
35
|
+
spec.add_dependency "mongoid", ">= 6.1.1", "< 8.0"
|
36
36
|
|
37
|
-
spec.add_development_dependency "codecov", "~> 0.1", "~> 0.
|
37
|
+
spec.add_development_dependency "codecov", "~> 0.1", "~> 0.5.1"
|
38
38
|
spec.add_development_dependency "cornucopia"
|
39
39
|
spec.add_development_dependency "database_cleaner"
|
40
40
|
spec.add_development_dependency "pronto"
|
@@ -9,7 +9,7 @@ module ActsAsTaggableOnMongoid
|
|
9
9
|
included do
|
10
10
|
### ASSOCIATIONS:
|
11
11
|
|
12
|
-
has_many :taggings, dependent: :destroy, class_name: "ActsAsTaggableOnMongoid::Models::Tagging"
|
12
|
+
has_many :taggings, dependent: :destroy, class_name: "ActsAsTaggableOnMongoid::Models::Tagging", inverse_of: :tag
|
13
13
|
belongs_to :owner, polymorphic: true, optional: true, index: true
|
14
14
|
|
15
15
|
after_save :atom_unset_blank_owner
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acts-as-taggable-on-mongoid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.1.1.
|
4
|
+
version: 6.1.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- RealNobody
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -31,9 +31,9 @@ dependencies:
|
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 6.1.1
|
34
|
-
- - "
|
34
|
+
- - "<"
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version:
|
36
|
+
version: '8.0'
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -41,9 +41,9 @@ dependencies:
|
|
41
41
|
- - ">="
|
42
42
|
- !ruby/object:Gem::Version
|
43
43
|
version: 6.1.1
|
44
|
-
- - "
|
44
|
+
- - "<"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version:
|
46
|
+
version: '8.0'
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: codecov
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
version: '0.1'
|
54
54
|
- - "~>"
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 0.
|
56
|
+
version: 0.5.1
|
57
57
|
type: :development
|
58
58
|
prerelease: false
|
59
59
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -63,7 +63,7 @@ dependencies:
|
|
63
63
|
version: '0.1'
|
64
64
|
- - "~>"
|
65
65
|
- !ruby/object:Gem::Version
|
66
|
-
version: 0.
|
66
|
+
version: 0.5.1
|
67
67
|
- !ruby/object:Gem::Dependency
|
68
68
|
name: cornucopia
|
69
69
|
requirement: !ruby/object:Gem::Requirement
|
@@ -377,7 +377,7 @@ homepage: http://www.cardtapp.com
|
|
377
377
|
licenses:
|
378
378
|
- MIT
|
379
379
|
metadata: {}
|
380
|
-
post_install_message:
|
380
|
+
post_install_message:
|
381
381
|
rdoc_options: []
|
382
382
|
require_paths:
|
383
383
|
- lib
|
@@ -393,7 +393,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
393
393
|
version: '0'
|
394
394
|
requirements: []
|
395
395
|
rubygems_version: 3.1.2
|
396
|
-
signing_key:
|
396
|
+
signing_key:
|
397
397
|
specification_version: 4
|
398
398
|
summary: A partial mongoid implementation of tagging based on/inspired by acts-as-taggable-on.
|
399
399
|
test_files: []
|