qtip2-jquery-rails 2.1.1.4 → 2.1.1.5

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: 23a85f108b46c7255147e293a4a56e91c4a8007a
4
- data.tar.gz: 30772cc3c6072434a5e48e7ea80efa505a1a1755
3
+ metadata.gz: 8afc0817e94f941b763411df9919b2b26c61f671
4
+ data.tar.gz: 080526f4f1ba0e9042de8e301aacc616d16764ed
5
5
  SHA512:
6
- metadata.gz: 9acef093a495ca56e47b8e5de088118822d51483b64d9a9690d68396da3355b99e07fdfcb965931cedf2371696574d83bdae41351fafe0efcee1496c82e26d73
7
- data.tar.gz: 5d574f3c198e541f9617d699950b35bfebcfa3e96c903f64627a4aac115ba77d11e41acb78e649344f47c22e1b7cf271825f1f7b21d077a51197ea4b940fbb72
6
+ metadata.gz: 8b35730e98ebcc8e49d0e419dd177d1fa3b803eaf830ceab6b24e99d62d1197eeb52899f44f40d26fa17a7e7054639d3685612a791047d8ecdf17651c2378434
7
+ data.tar.gz: 4c6ed30852de37889a3ba4f792b926621a4ecdfe0a1497480194cf6b9fcc4ce79d7c9cc13e0970238c284baca4051d5e1b1f7803607755dfa135aad865e56ac8
data/README.md CHANGED
@@ -1,23 +1,29 @@
1
1
  # qtip2-jquery-rails [![Gem Version](https://badge.fury.io/rb/qtip2-jquery-rails.png)](http://badge.fury.io/rb/qtip2-jquery-rails)
2
2
 
3
- > Created by Doc Walker
3
+ > Gemified by Doc Walker
4
4
 
5
5
  Provides the `qTip2` jQuery plugin packaged for the Rails 3.1+ asset pipeline.
6
6
 
7
7
  ## Installation
8
8
 
9
- Add these lines to your application's Gemfile:
9
+ Add these lines to your application's `Gemfile`:
10
10
 
11
- # qtip2 jquery plugin packaged for the rails asset pipeline
12
- gem 'qtip2-jquery-rails', '~> 2.0.0'
11
+ ```rb
12
+ # qtip2 jquery plugin packaged for the rails asset pipeline
13
+ gem 'qtip2-jquery-rails', '~> 2.1.1'
14
+ ```
13
15
 
14
16
  And then execute:
15
17
 
16
- $ bundle
18
+ ```sh
19
+ $ bundle
20
+ ```
17
21
 
18
22
  Or install it yourself as:
19
23
 
20
- $ gem install qtip2-jquery-rails
24
+ ```sh
25
+ $ gem install qtip2-jquery-rails
26
+ ```
21
27
 
22
28
  Gem version notes:
23
29
 
@@ -28,13 +34,17 @@ Gem version notes:
28
34
 
29
35
  Add these lines to `app/assets/javascripts/application.js`
30
36
 
31
- // provides speech bubble tips from gem 'qtip2-jquery-rails':
32
- //= require jquery.qtip
37
+ ```js
38
+ // provides speech bubble tips from gem 'qtip2-jquery-rails':
39
+ //= require qtip2-jquery-rails
40
+ ```
33
41
 
34
42
  Add these lines to `app/assets/stylesheets/application.css`
35
43
 
36
- provides speech bubble tips from gem 'qtip2-jquery-rails':
37
- = require jquery.qtip
44
+ ```css
45
+ provides speech bubble tips from gem 'qtip2-jquery-rails':
46
+ = require qtip2-jquery-rails
47
+ ```
38
48
 
39
49
  ## Contributing
40
50
 
@@ -7,6 +7,6 @@ module Qtip2Jquery
7
7
  # "2.0.0.pre"
8
8
  # "2.0.0.beta"
9
9
  # Refer to Semantic Versioning 2.0.0 (http://semver.org).
10
- VERSION = "2.1.1.4"
10
+ VERSION = "2.1.1.5"
11
11
  end
12
12
  end
@@ -0,0 +1 @@
1
+ //= require jquery.qtip
@@ -0,0 +1,3 @@
1
+ /*
2
+ = require jquery.qtip
3
+ */
metadata CHANGED
@@ -1,14 +1,14 @@
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
4
+ version: 2.1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doc Walker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-28 00:00:00.000000000 Z
11
+ date: 2013-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -70,7 +70,9 @@ files:
70
70
  - lib/qtip2-jquery-rails/version.rb
71
71
  - qtip2-jquery-rails.gemspec
72
72
  - vendor/assets/javascripts/jquery.qtip.js
73
+ - vendor/assets/javascripts/qtip2-jquery-rails.js
73
74
  - vendor/assets/stylesheets/jquery.qtip.css
75
+ - vendor/assets/stylesheets/qtip2-jquery-rails.css
74
76
  homepage: https://github.com/jhx/gem-qtip2-jquery-rails
75
77
  licenses:
76
78
  - MIT