From c06e4263201314d8fbc914fe0da5de3c283763a4 Mon Sep 17 00:00:00 2001 From: luciano Date: Wed, 13 May 2015 21:55:22 -0300 Subject: [PATCH] add google_drive gem and credentials to config --- Gemfile | 1 + Gemfile.lock | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ config.yml | 4 ++++ 3 files changed, 64 insertions(+) diff --git a/Gemfile b/Gemfile index 3c073c9..ea20314 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,3 @@ source 'https://rubygems.org' gem 'ruby-trello' +gem 'google_drive' diff --git a/Gemfile.lock b/Gemfile.lock index 7ef81d3..30e0b7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,22 +11,80 @@ GEM thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.3.8) + autoparse (0.3.3) + addressable (>= 2.3.1) + extlib (>= 0.9.15) + multi_json (>= 1.0.0) builder (3.2.2) + extlib (0.9.16) + faraday (0.9.1) + multipart-post (>= 1.2, < 3) + google-api-client (0.8.6) + activesupport (>= 3.2) + addressable (~> 2.3) + autoparse (~> 0.3) + extlib (~> 0.9) + faraday (~> 0.9) + googleauth (~> 0.3) + launchy (~> 2.4) + multi_json (~> 1.10) + retriable (~> 1.4) + signet (~> 0.6) + google_drive (1.0.1) + google-api-client (>= 0.7.0) + nokogiri (>= 1.4.4, != 1.5.2, != 1.5.1) + oauth (>= 0.3.6) + oauth2 (>= 0.5.0) + googleauth (0.4.1) + faraday (~> 0.9) + jwt (~> 1.4) + logging (~> 2.0) + memoist (~> 0.12) + multi_json (= 1.11) + signet (~> 0.6) i18n (0.7.0) json (1.8.2) + jwt (1.5.0) + launchy (2.4.3) + addressable (~> 2.3) + little-plugger (1.1.3) + logging (2.0.0) + little-plugger (~> 1.1) + multi_json (~> 1.10) + memoist (0.12.0) mime-types (2.5) + mini_portile (0.6.2) minitest (5.6.1) + multi_json (1.11.0) + multi_xml (0.5.5) + multipart-post (2.0.0) netrc (0.10.3) + nokogiri (1.6.6.2) + mini_portile (~> 0.6.0) oauth (0.4.7) + oauth2 (1.0.0) + faraday (>= 0.8, < 0.10) + jwt (~> 1.0) + multi_json (~> 1.3) + multi_xml (~> 0.5) + rack (~> 1.2) + rack (1.6.1) rest-client (1.7.3) mime-types (>= 1.16, < 3.0) netrc (~> 0.7) + retriable (1.4.1) ruby-trello (1.2.1) activemodel (>= 3.2.0) addressable (~> 2.3) json oauth (~> 0.4.5) rest-client (~> 1.7.2) + signet (0.6.0) + addressable (~> 2.3) + extlib (~> 0.9) + faraday (~> 0.9) + jwt (~> 1.0) + multi_json (~> 1.10) thread_safe (0.3.5) tzinfo (1.2.2) thread_safe (~> 0.1) @@ -35,4 +93,5 @@ PLATFORMS ruby DEPENDENCIES + google_drive ruby-trello diff --git a/config.yml b/config.yml index 15ef79f..a310a71 100644 --- a/config.yml +++ b/config.yml @@ -7,6 +7,10 @@ trello: api_key: member_token: +google_drive: + client_id: + client_secret: + source: trello template: default board_name: <%= ENV['BOARD'] %>