tribute 2.2.0.0 → 3.1.3.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/LICENSE.txt +1 -1
 - data/lib/tribute/version.rb +1 -1
 - data/vendor/assets/javascripts/tribute/index.js +292 -127
 - data/vendor/assets/stylesheets/tribute/index.css +3 -0
 - metadata +3 -3
 
| 
         @@ -11,6 +11,7 @@ 
     | 
|
| 
       11 
11 
     | 
    
         
             
              .tribute-container ul {
         
     | 
| 
       12 
12 
     | 
    
         
             
                margin: 0;
         
     | 
| 
       13 
13 
     | 
    
         
             
                margin-top: 2px;
         
     | 
| 
      
 14 
     | 
    
         
            +
                padding: 0;
         
     | 
| 
       14 
15 
     | 
    
         
             
                list-style: none;
         
     | 
| 
       15 
16 
     | 
    
         
             
                background: #efefef; }
         
     | 
| 
       16 
17 
     | 
    
         
             
              .tribute-container li {
         
     | 
| 
         @@ -20,5 +21,7 @@ 
     | 
|
| 
       20 
21 
     | 
    
         
             
                  background: #ddd; }
         
     | 
| 
       21 
22 
     | 
    
         
             
                .tribute-container li span {
         
     | 
| 
       22 
23 
     | 
    
         
             
                  font-weight: bold; }
         
     | 
| 
      
 24 
     | 
    
         
            +
                .tribute-container li.no-match {
         
     | 
| 
      
 25 
     | 
    
         
            +
                  cursor: default; }
         
     | 
| 
       23 
26 
     | 
    
         
             
              .tribute-container .menu-highlighted {
         
     | 
| 
       24 
27 
     | 
    
         
             
                font-weight: bold; }
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: tribute
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version:  
     | 
| 
      
 4 
     | 
    
         
            +
              version: 3.1.3.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Zoran
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: exe
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date:  
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2017-12-13 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: bundler
         
     | 
| 
         @@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       94 
94 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       95 
95 
     | 
    
         
             
            requirements: []
         
     | 
| 
       96 
96 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       97 
     | 
    
         
            -
            rubygems_version: 2. 
     | 
| 
      
 97 
     | 
    
         
            +
            rubygems_version: 2.6.11
         
     | 
| 
       98 
98 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       99 
99 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       100 
100 
     | 
    
         
             
            summary: Tribute.js @mentions for Rails.
         
     |