ooyala-rails 0.4.2 → 0.4.3

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: a3e51fbb41fb9cf1871ed6dc8b2d704de859712d
4
- data.tar.gz: 57a7e22f816cf200fd4e5abfb4fb70774684103e
3
+ metadata.gz: 89a09d90d6d8f43c370d2c7542da991e84d97c13
4
+ data.tar.gz: 8b1fd7e0453aa59117f0aadef43cb83943846bd1
5
5
  SHA512:
6
- metadata.gz: 54012120003c71b5ff1b5ddb3111e26cd54fa7598e487655aa7da3b2caacb7fcb87ca86fea18b70031ee4148b4c1e710fb91df3989f2ed5a2be2864c3e6be3c5
7
- data.tar.gz: 51cc60efd1866506647d2a289973a19f676eb84225c9a3897a7244a03f274be56a36811c3a070bcf95e76896176dd9b7dee4c72ca3484971f47c5d31c8314ebc
6
+ metadata.gz: 9ee429abeae1cc0a4f45851e4d9d328bba17daba1fc541cfcb8eed9d797bdd641314b514e44f87f4d9f48333204c036a4bc371b2b451583d41731f93ab87f31d
7
+ data.tar.gz: 257b58755737908d00b3614ff09e575e947967e418dcdf1ede17b6726800e307a03db3bfd1f8c10cbd097d332735dac7640c3bf3ceb1e2153ecf27e5041567e0
data/README.md CHANGED
@@ -4,10 +4,14 @@ Integrates [Ooyala](http://www.ooyala.com/) with Rails
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line to your application's Gemfile:
7
+ Add the following to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
10
  gem 'ooyala-rails'
11
+
12
+ source 'https://rails-assets.org' do
13
+ gem 'rails-assets-jquery-ooyala'
14
+ end
11
15
  ```
12
16
 
13
17
  And then execute:
@@ -1,5 +1,5 @@
1
1
  module Ooyala
2
2
  module Rails
3
- VERSION = '0.4.2'
3
+ VERSION = '0.4.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ooyala-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zubin Henner