From 5ef8a20cdc475533aab74bc3bf6d61c9e8e3ebdc Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Wed, 20 Nov 2013 11:11:42 +0100 Subject: [PATCH] Update Gemfile with errbit_plugin and errbit_github_plugin --- Gemfile.lock | 25 +++++++++---------------- app/assets/images/github_create.png | Bin 2187 -> 0 bytes app/assets/images/github_inactive.png | Bin 1080 -> 0 bytes 3 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 app/assets/images/github_create.png delete mode 100644 app/assets/images/github_inactive.png diff --git a/Gemfile.lock b/Gemfile.lock index d20f390..51d40e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,14 @@ -PATH - remote: vendor/gems/errbit_github_plugin +GIT + remote: https://github.com/errbit/errbit_github_plugin.git + revision: c0f3b366110b4c5e61b06a0acbdb3e19aa2b0379 specs: errbit_github_plugin (0.0.1) errbit_plugin octokit -PATH - remote: vendor/gems/errbit_plugin +GIT + remote: https://github.com/errbit/errbit_plugin.git + revision: 87345bdd9adefb834dc3df7485c3d7b9d80545f4 specs: errbit_plugin (0.0.1) @@ -153,8 +155,6 @@ GEM launchy (2.3.0) addressable (~> 2.3) libv8 (3.16.14.3) - linecache (0.46) - rbx-require-relative (> 0.0.4) mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) @@ -196,8 +196,8 @@ GEM jwt (~> 0.1.4) multi_json (~> 1.0) rack (~> 1.2) - octokit (2.1.2) - sawyer (~> 0.5.0) + octokit (2.6.0) + sawyer (~> 0.5.1) omniauth (1.1.4) hashie (>= 1.2, < 3) rack @@ -258,7 +258,6 @@ GEM thor (>= 0.14.6, < 2.0) raindrops (0.12.0) rake (10.1.0) - rbx-require-relative (0.0.9) rdoc (3.12.2) json (~> 1.4) ref (1.0.5) @@ -281,16 +280,11 @@ GEM rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) rspec-mocks (~> 2.14.0) - ruby-debug (0.10.4) - columnize (>= 0.1) - ruby-debug-base (~> 0.10.4.0) - ruby-debug-base (0.10.4) - linecache (>= 0.3) rushover (0.3.0) json rest-client safe_yaml (0.9.7) - sawyer (0.5.0) + sawyer (0.5.1) addressable (~> 2.3.5) faraday (~> 0.8, < 0.10) simplecov (0.7.1) @@ -396,7 +390,6 @@ DEPENDENCIES railties (~> 3.2.15) ri_cal rspec-rails - ruby-debug rushover strong_parameters therubyracer diff --git a/app/assets/images/github_create.png b/app/assets/images/github_create.png deleted file mode 100644 index 8bc8e9d..0000000 Binary files a/app/assets/images/github_create.png and /dev/null differ diff --git a/app/assets/images/github_inactive.png b/app/assets/images/github_inactive.png deleted file mode 100644 index 1bcffc7..0000000 Binary files a/app/assets/images/github_inactive.png and /dev/null differ -- libgit2 0.21.2