From 617b99437bf82d589c793ddb3e8535250657d71a Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Sat, 15 Nov 2014 20:01:02 -0800 Subject: [PATCH] Add Gemfiles --- Gemfile | 6 ++++++ Gemfile.lock | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 Gemfile create mode 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..a4a3b43 --- /dev/null +++ b/Gemfile @@ -0,0 +1,6 @@ +# MumbleDJ Gemfile +source "https://rubygems.org" + +gem "mumble-ruby" +gem "spotify" + diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..41bae5f --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,40 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (4.1.7) + i18n (~> 0.6, >= 0.6.9) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.1) + tzinfo (~> 1.1) + ffi (1.9.6) + hashie (3.3.1) + i18n (0.6.11) + json (1.8.1) + libspotify (12.1.51.4) + minitest (5.4.3) + mumble-ruby (1.1.2) + activesupport + hashie + opus-ruby + ruby_protobuf + wavefile + opus-ruby (1.0.1) + ffi + performer (1.0.1) + ruby_protobuf (0.4.11) + spotify (12.6.0) + ffi (~> 1.0, >= 1.0.11) + libspotify (~> 12.1.51) + performer (~> 1.0) + thread_safe (0.3.4) + tzinfo (1.2.2) + thread_safe (~> 0.1) + wavefile (0.6.0) + +PLATFORMS + ruby + +DEPENDENCIES + mumble-ruby + spotify