jquery-oembed-rails 0.1.0 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/app/assets/javascripts/jquery.oembed.js +821 -658
- data/lib/jquery/oembed/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d00ea8227fd0883e63bf2be5324b5e454e41f7d
|
4
|
+
data.tar.gz: 64aab102fc535b7955e8e8ea20951ebd295f589e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d20809ca406708a534bde9e53a19c56b2c5a4307da98909ba04da2d3424f022e3793fc96dbbf474f9f99448bd6ce7f519f099f89e2025b6db3732ce4524bf230
|
7
|
+
data.tar.gz: ac510f011dc4b6b4948b8f617a0209d0ca7dac3de578934d7e234a10e96a8f59967d7829ba17b904d64d35e88cf5b52c5cda9c3df0383ae14427a19190c409c1
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# jquery-oembed-rails
|
1
|
+
# jquery-oembed-rails [![Gem Version](https://badge.fury.io/rb/jquery-oembed-rails.svg)](http://badge.fury.io/rb/jquery-oembed-rails) [![Build Status](https://travis-ci.org/ecleel/jquery-oembed-rails.svg)](https://travis-ci.org/ecleel/jquery-oembed-rails)
|
2
2
|
|
3
|
-
Rails assets gem for the amazing [jquery-oembed-all](https://github.com/
|
3
|
+
Rails assets gem for the amazing [jquery-oembed-all](https://github.com/nfl/jquery-oembed-all) plugin.
|
4
4
|
|
5
5
|
## oEmbed
|
6
6
|
|
@@ -43,7 +43,7 @@ Add `class="embed"` to anchor tag which contains the URL you wish to embed.
|
|
43
43
|
Ex: `<a href="http://www.youtube.com/watch?v=8mwKq7_JlS8" class="embed"></a>`
|
44
44
|
or use `link_to` helper method `<%= link_to link.url, link.url, class: 'embed' %>`
|
45
45
|
|
46
|
-
for more information about plugin options read [Jquery-Oembed-All readme file] (https://github.com/
|
46
|
+
for more information about plugin options read [Jquery-Oembed-All readme file] (https://github.com/nfl/jquery-oembed-all/blob/master/README.md)
|
47
47
|
|
48
48
|
## Contributing
|
49
49
|
|