qtip2-jquery-rails 2.1.1.3 → 2.1.1.4
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/lib/qtip2-jquery-rails/version.rb +1 -1
- data/qtip2-jquery-rails.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23a85f108b46c7255147e293a4a56e91c4a8007a
|
|
4
|
+
data.tar.gz: 30772cc3c6072434a5e48e7ea80efa505a1a1755
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9acef093a495ca56e47b8e5de088118822d51483b64d9a9690d68396da3355b99e07fdfcb965931cedf2371696574d83bdae41351fafe0efcee1496c82e26d73
|
|
7
|
+
data.tar.gz: 5d574f3c198e541f9617d699950b35bfebcfa3e96c903f64627a4aac115ba77d11e41acb78e649344f47c22e1b7cf271825f1f7b21d077a51197ea4b940fbb72
|
data/qtip2-jquery-rails.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Qtip2Jquery::Rails::VERSION
|
|
9
9
|
spec.authors = ["Doc Walker"]
|
|
10
10
|
spec.email = ["doc.walker@jameshardie.com"]
|
|
11
|
-
spec.description = %q{qTip2 jQuery plugin}
|
|
11
|
+
spec.description = %q{Provides the `qTip2` jQuery plugin packaged for the Rails 3.1+ asset pipeline.}
|
|
12
12
|
spec.summary = %q{Provides the `qTip2` jQuery plugin packaged for the Rails 3.1+ asset pipeline.}
|
|
13
13
|
spec.homepage = "https://github.com/jhx/gem-qtip2-jquery-rails"
|
|
14
14
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: qtip2-jquery-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.1.
|
|
4
|
+
version: 2.1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Doc Walker
|
|
@@ -52,7 +52,8 @@ dependencies:
|
|
|
52
52
|
- - ! '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: qTip2 jQuery plugin
|
|
55
|
+
description: Provides the `qTip2` jQuery plugin packaged for the Rails 3.1+ asset
|
|
56
|
+
pipeline.
|
|
56
57
|
email:
|
|
57
58
|
- doc.walker@jameshardie.com
|
|
58
59
|
executables: []
|