ecm_tags 2.2.0 → 2.2.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c945d6d6af9410f87c7fd89d1cf1effbca21afba
|
|
4
|
+
data.tar.gz: 5cc23399e32223d10bf8d2e99561cfb52fe2443f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8ebe78ae409952454128853c01aa877f8fcd04e4a7a317a9f036b687fe1638cea284be30963e5050f88283568dc4628eac39848f1e4a81cd437f24d0f35d867
|
|
7
|
+
data.tar.gz: 8076630e59d02369fa127bfa3073b0e4ca6bf6d5e779847ad1f60c5af2cd3f97d740ad0a948d17da9c9c4b5a5cd80dc346bc2d7b26a5724f423e91c44aa7c222
|
data/lib/ecm/tags/version.rb
CHANGED
|
@@ -22,10 +22,4 @@ Ecm::Tags.configure do |config|
|
|
|
22
22
|
# Default: config.taggable_class_names = %w()
|
|
23
23
|
#
|
|
24
24
|
config.taggable_class_names = %w()
|
|
25
|
-
|
|
26
|
-
# Specify the models the can tag things.
|
|
27
|
-
#
|
|
28
|
-
# Default: config.tagger_class_names = %w()
|
|
29
|
-
#
|
|
30
|
-
config.tagger_class_names = %w()
|
|
31
25
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ecm_tags
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roberto Vasquez Angel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|