From e3dadf9c4b222d856a35e0699c979c6ee212f652 Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Wed, 15 Oct 2014 15:17:03 -0500 Subject: [PATCH] VRFS-2032 : Youtube test account app name/developer key. --- ruby/Gemfile | 1 - web/Gemfile | 2 +- web/config/environments/development.rb | 1 + web/config/environments/test.rb | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ruby/Gemfile b/ruby/Gemfile index a91503b42..8457d4649 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -48,7 +48,6 @@ gem 'rest-client' gem 'iso-639' gem 'rubyzip' gem 'sanitize' -gem 'youtube_it' # Access youtube API via oauth group :test do gem 'simplecov', '~> 0.7.1' diff --git a/web/Gemfile b/web/Gemfile index d0dcdabf6..4c31c7956 100644 --- a/web/Gemfile +++ b/web/Gemfile @@ -43,6 +43,7 @@ gem 'omniauth', '1.1.1' gem 'omniauth-facebook', '1.4.1' gem 'omniauth-twitter' gem 'omniauth-google-oauth2', '0.2.1' +gem 'google-api-client' gem 'twitter' gem 'fb_graph', '2.5.9' gem 'sendgrid', '1.2.0' @@ -79,7 +80,6 @@ gem 'rubyzip' gem 'slim' gem 'htmlentities' gem 'sanitize' -gem 'youtube_it' # Access youtube API via oauth group :development, :test do gem 'rspec-rails', '2.14.2' diff --git a/web/config/environments/development.rb b/web/config/environments/development.rb index 8a4a4545c..96431df93 100644 --- a/web/config/environments/development.rb +++ b/web/config/environments/development.rb @@ -85,4 +85,5 @@ SampleApp::Application.configure do # For product = JamKazamDev config.youtube_developer_key = "AI39si5bPqiNc5GQHscWJh9Wl1WTAr9aZqr_YncUvaR7Kz0rgPdBVWVubHZ94xZ3KLIBqtE9mu3VZe-UpMU80QxXoC66kBNp7A" + config.youtube_app_name = "JamKazamDev" end diff --git a/web/config/environments/test.rb b/web/config/environments/test.rb index a4d7933f0..0c9d096b0 100644 --- a/web/config/environments/test.rb +++ b/web/config/environments/test.rb @@ -77,6 +77,7 @@ SampleApp::Application.configure do config.twitter_app_secret = 'PfG1jAUMnyrimPcDooUVQaJrG1IuDjUyGg5KciOo' config.youtube_developer_key = "AI39si4VB6mzeQxS0CGWsZhnOvV3nptz7vtuyeMc6pw1Kwtv6J_O1b0ZMj0QLULFtv7hnfAkimAPFy9RfJJFWsds4vUAZjnDVg" + config.youtube_app_name = "JamKazamTest" config.use_promos_on_homepage = false