taggle 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 4685912cbd63a7d702f56cc4a3b2ccf731a6c1df
4
- data.tar.gz: 9336e5b718c9035e10693c6434adc416aa6a5b33
3
+ metadata.gz: fa553e1d694a844fe040585290de12a0787596af
4
+ data.tar.gz: 106ebaff1a3efccdf6cff1a9432ceb9881b38c1b
5
5
  SHA512:
6
- metadata.gz: b6025e06e6ec661730e08c168705338287f515f79058852a14fd805635a5a8dedaa17f58e39222ecfa3f1399c2af4001e9cbb99940c8bf6b5477a64788601a9e
7
- data.tar.gz: bd4ad9bc08899563788c49c587976b21a9d928a5e49800440b955026a590da8505ca3a31a1f74c1d61a6c6e0a90cb0c23f0478cf7f88991fcb579eda7b792f9a
6
+ metadata.gz: c48bee8c34f94c27676641908e27434d19f4f669a9dca87a83964b7988095c0d0e89c8f013f2f49627744e33fea1144c04f2d4461b196fbf768bab229fbc7f0e
7
+ data.tar.gz: 7c2c093677179b4c17dc5d5044c73db1893f3d835ae1f6e3aade780da6b76e5634859d60970686af01f53481be205d00fda725f267c9253236f8f2442e9a3bd3
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Taggle
2
+ [![Gem Version](https://badge.fury.io/rb/taggle.svg)](https://badge.fury.io/rb/taggle)
2
3
 
3
4
  This gem is a wrapper of the [Taggle.js project](https://sean.is/poppin/tags), that allows you to include Taggle.js in your Rails app, using the asset pipeline. The gem currently includes v1.11.1 of Taggle.js.
4
5
 
@@ -71,10 +71,11 @@ div.taggle {
71
71
  text-decoration: none;
72
72
  padding-left: 2px;
73
73
  padding-top: 3px;
74
+ padding-bottom: 4px;
75
+ padding-right: 0px;
74
76
  line-height: 0.5;
75
77
  color: #ccc;
76
78
  color: rgba(0, 0, 0, 0.2);
77
- padding-bottom: 4px;
78
79
  display: none;
79
80
  border: 0;
80
81
  background: none;
@@ -111,6 +112,7 @@ div.taggle {
111
112
  input.taggle_input {
112
113
  border: none;
113
114
  outline: none;
115
+ box-shadow: none;
114
116
  padding: 8px;
115
117
  padding-left: 0;
116
118
  float: left;
@@ -1,3 +1,3 @@
1
1
  module Taggle
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -6,7 +6,7 @@ require 'taggle/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "taggle"
8
8
  spec.version = Taggle::VERSION
9
- spec.date = '2016-09-20'
9
+ spec.date = '2016-09-21'
10
10
  spec.authors = ["Henrique Gubert"]
11
11
  spec.email = ["guberthenrique@hotmail.com"]
12
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taggle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henrique Gubert
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-20 00:00:00.000000000 Z
11
+ date: 2016-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails