active_frontend 14.1.14 → 14.1.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/javascripts/base/_tag.js +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b4d6ae0b5992eb53a2578b5e46f03af238756e7
|
4
|
+
data.tar.gz: b5ec706ceb70e819af6542b9b8e824b120d69729
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c76368dee27166e6924b06005810810f97e8a6e5be0c9ee5a69019b135b697287955c79df4cbe8d8c88d3bb1b5076181522d39fb2f533f7ad41bb04ab795e2e
|
7
|
+
data.tar.gz: c32ba9425c3442e8f6773cbe83ad6e91e6bd17570c825dd283ae1922ce84807be84f942322d53201346e0d19f51f9bf1dfcf9f4f3fc391ff4276147526dd0ebf
|
@@ -35,7 +35,7 @@
|
|
35
35
|
},
|
36
36
|
onTagExists: function(item, $tag) {},
|
37
37
|
tagClass: function(item) {
|
38
|
-
return 'label label-color-primary label-color-inverted';
|
38
|
+
return 'label label-color-primary label-color-inverted label-outline';
|
39
39
|
},
|
40
40
|
addOnBlur: true,
|
41
41
|
allowDuplicates: false,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_frontend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.1.
|
4
|
+
version: 14.1.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|