jquery-oembed-rails 0.1.0 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f468c6d365e2be534c8d4c641a38678c4900bec6
4
- data.tar.gz: 4d22d5a60040bb2a2e246766ffd2737dac615578
3
+ metadata.gz: 0d00ea8227fd0883e63bf2be5324b5e454e41f7d
4
+ data.tar.gz: 64aab102fc535b7955e8e8ea20951ebd295f589e
5
5
  SHA512:
6
- metadata.gz: a42604dbab574cfb674db3fe6a60260880de04d83f29d57600add510c454e94c445a5e434cb22d25579eb081b2000571c3117530bd0826cd0db8b9364853796d
7
- data.tar.gz: f964ce76cac1f2bef4688fcde86d06ac1dbb69df6fb25f854d84ef701d50ec78db59c3e9f602cb0833754ff97b6537fcba4cc46478e5ff6ec807970dd5228ede
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/starfishmod/jquery-oembed-all) plugin.
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/starfishmod/jquery-oembed-all/blob/master/README.md)
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