less-rails-semantic_ui 2.2.3.0 → 2.2.4.0
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 +4 -4
- data/assets/javascripts/semantic_ui/definitions/modules/search.js +3 -3
- data/assets/stylesheets/semantic_ui/definitions/collections/message.less +1 -1
- data/assets/stylesheets/semantic_ui/themes/default/collections/message.variables +1 -0
- data/lib/less/rails/semantic_ui/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d35b6037a80fa7bb8b858084271872714b06464
|
|
4
|
+
data.tar.gz: 4bfbd97790b1a09a199ed887bcda08171c53165b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f5f784e47461cd7a4997d5f08c2ea916455288bc9abf1bb9448c615532b56dfcb5f05e7ce69c75d91f9f1c464e3926818533c5a7bff91375eb7a0633531c894
|
|
7
|
+
data.tar.gz: 1b05c57d9c681c75269430982610952f2141f95a197f0a37a6ec5b846875dba93143e0782108cabcefca6c29b283246019a48c90335970533a757129f3bc3bd4
|
|
@@ -394,10 +394,10 @@ $.fn.search = function(parameters) {
|
|
|
394
394
|
get: {
|
|
395
395
|
inputEvent: function() {
|
|
396
396
|
var
|
|
397
|
-
prompt
|
|
398
|
-
inputEvent
|
|
397
|
+
prompt = $prompt[0],
|
|
398
|
+
inputEvent = (prompt !== undefined && prompt.oninput !== undefined)
|
|
399
399
|
? 'input'
|
|
400
|
-
: (prompt
|
|
400
|
+
: (prompt !== undefined && prompt.onpropertychange !== undefined)
|
|
401
401
|
? 'propertychange'
|
|
402
402
|
: 'keyup'
|
|
403
403
|
;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: less-rails-semantic_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maxim Dobryakov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-10-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: less-rails
|
|
@@ -62,16 +62,16 @@ dependencies:
|
|
|
62
62
|
name: rack
|
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
|
64
64
|
requirements:
|
|
65
|
-
- - "
|
|
65
|
+
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version:
|
|
67
|
+
version: '1'
|
|
68
68
|
type: :development
|
|
69
69
|
prerelease: false
|
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
|
-
- - "
|
|
72
|
+
- - "~>"
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version:
|
|
74
|
+
version: '1'
|
|
75
75
|
- !ruby/object:Gem::Dependency
|
|
76
76
|
name: minispec
|
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -2465,7 +2465,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2465
2465
|
version: '0'
|
|
2466
2466
|
requirements: []
|
|
2467
2467
|
rubyforge_project:
|
|
2468
|
-
rubygems_version: 2.4.
|
|
2468
|
+
rubygems_version: 2.4.8
|
|
2469
2469
|
signing_key:
|
|
2470
2470
|
specification_version: 4
|
|
2471
2471
|
summary: Semantic UI assets for Rails
|