From 240d5fcc4afbcf0d311c3246e6ab4fe7894abf75 Mon Sep 17 00:00:00 2001 From: Prelang Builder Date: Thu, 27 Feb 2014 23:58:16 +0000 Subject: [PATCH] Initial 'bundle install' to create Gemfile.lock --- Gemfile | 27 +++++ Gemfile.lock | 213 +++++++++++++++++++++++++++++++++ vendor/bundle/bin/erubis | 16 +++ vendor/bundle/bin/rackup | 16 +++ vendor/bundle/bin/rails | 16 +++ vendor/bundle/bin/rake | 16 +++ vendor/bundle/bin/rdoc | 16 +++ vendor/bundle/bin/ri | 16 +++ vendor/bundle/bin/sass | 16 +++ vendor/bundle/bin/sass-convert | 16 +++ vendor/bundle/bin/scss | 16 +++ vendor/bundle/bin/sdoc | 16 +++ vendor/bundle/bin/sdoc-merge | 16 +++ vendor/bundle/bin/sprockets | 16 +++ vendor/bundle/bin/thor | 16 +++ vendor/bundle/bin/tilt | 16 +++ vendor/bundle/bin/tt | 16 +++ 17 files changed, 480 insertions(+) create mode 100644 Gemfile.lock create mode 100755 vendor/bundle/bin/erubis create mode 100755 vendor/bundle/bin/rackup create mode 100755 vendor/bundle/bin/rails create mode 100755 vendor/bundle/bin/rake create mode 100755 vendor/bundle/bin/rdoc create mode 100755 vendor/bundle/bin/ri create mode 100755 vendor/bundle/bin/sass create mode 100755 vendor/bundle/bin/sass-convert create mode 100755 vendor/bundle/bin/scss create mode 100755 vendor/bundle/bin/sdoc create mode 100755 vendor/bundle/bin/sdoc-merge create mode 100755 vendor/bundle/bin/sprockets create mode 100755 vendor/bundle/bin/thor create mode 100755 vendor/bundle/bin/tilt create mode 100755 vendor/bundle/bin/tt diff --git a/Gemfile b/Gemfile index 292c232..0dbcc23 100644 --- a/Gemfile +++ b/Gemfile @@ -43,3 +43,30 @@ end # Use debugger # gem 'debugger', group: [:development, :test] +gem 'bundler' + +gem 'bootstrap-sass', github: 'twbs/bootstrap-sass' + +gem 'bootstrap-sass-extras' + +gem 'devise', github: 'plataformatec/devise' + +gem 'omniauth' + +gem 'omniauth-facebook' + +gem 'delayed_job', github: 'collectiveidea/delayed_job' + +gem 'delayed_job_active_record', github: 'collectiveidea/delayed_job_active_record' + +gem 'better_errors', group: :development + +gem 'binding_of_caller' + +gem 'google-analytics-rails' + +gem 'rails_config' + +gem 'rails_12factor', group: :production + +gem 'rails_on_heroku', group: :production \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..0eb5e61 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,213 @@ +GIT + remote: git://github.com/collectiveidea/delayed_job.git + revision: 885074f0affcbb6beee8b67055d6c325a68a80e9 + specs: + delayed_job (4.0.0) + activesupport (>= 3.0, < 4.1) + +GIT + remote: git://github.com/collectiveidea/delayed_job_active_record.git + revision: 711f08d9ad4388086840c5205784a3b2adb49e21 + specs: + delayed_job_active_record (4.0.0) + activerecord (>= 3.0, < 4.1) + delayed_job (>= 3.0, < 4.1) + +GIT + remote: git://github.com/plataformatec/devise.git + revision: aea82d0b03a8aa150be8f692bf880d140e477d2e + specs: + devise (3.2.3) + bcrypt (~> 3.0) + orm_adapter (~> 0.1) + railties (>= 3.2.6, < 5) + thread_safe (~> 0.1) + warden (~> 1.2.3) + +GIT + remote: git://github.com/twbs/bootstrap-sass.git + revision: 3ad23084e3526f5c2dbf066a173f1c9df45bc94e + specs: + bootstrap-sass (3.1.1.0) + sass (~> 3.2) + +GEM + remote: https://rubygems.org/ + specs: + actionmailer (4.0.2) + actionpack (= 4.0.2) + mail (~> 2.5.4) + actionpack (4.0.2) + activesupport (= 4.0.2) + builder (~> 3.1.0) + erubis (~> 2.7.0) + rack (~> 1.5.2) + rack-test (~> 0.6.2) + activemodel (4.0.2) + activesupport (= 4.0.2) + builder (~> 3.1.0) + activerecord (4.0.2) + activemodel (= 4.0.2) + activerecord-deprecated_finders (~> 1.0.2) + activesupport (= 4.0.2) + arel (~> 4.0.0) + activerecord-deprecated_finders (1.0.3) + activesupport (4.0.2) + i18n (~> 0.6, >= 0.6.4) + minitest (~> 4.2) + multi_json (~> 1.3) + thread_safe (~> 0.1) + tzinfo (~> 0.3.37) + arel (4.0.2) + atomic (1.1.15) + bcrypt (3.1.7) + better_errors (1.1.0) + coderay (>= 1.0.0) + erubis (>= 2.6.6) + binding_of_caller (0.7.2) + debug_inspector (>= 0.0.1) + bootstrap-sass-extras (0.0.5) + rails (>= 3.1.0) + builder (3.1.4) + coderay (1.1.0) + coffee-rails (4.0.1) + coffee-script (>= 2.2.0) + railties (>= 4.0.0, < 5.0) + coffee-script (2.2.0) + coffee-script-source + execjs + coffee-script-source (1.7.0) + debug_inspector (0.0.2) + erubis (2.7.0) + execjs (2.0.2) + faraday (0.9.0) + multipart-post (>= 1.2, < 3) + google-analytics-rails (0.0.4) + hashie (2.0.5) + hike (1.2.3) + i18n (0.6.9) + jbuilder (1.5.3) + activesupport (>= 3.0.0) + multi_json (>= 1.2.0) + jquery-rails (3.1.0) + railties (>= 3.0, < 5.0) + thor (>= 0.14, < 2.0) + json (1.8.1) + jwt (0.1.11) + multi_json (>= 1.5) + mail (2.5.4) + mime-types (~> 1.16) + treetop (~> 1.4.8) + mime-types (1.25.1) + minitest (4.7.5) + multi_json (1.8.4) + multi_xml (0.5.5) + multipart-post (2.0.0) + oauth2 (0.9.3) + faraday (>= 0.8, < 0.10) + jwt (~> 0.1.8) + multi_json (~> 1.3) + multi_xml (~> 0.5) + rack (~> 1.2) + omniauth (1.2.1) + hashie (>= 1.2, < 3) + rack (~> 1.0) + omniauth-facebook (1.6.0) + omniauth-oauth2 (~> 1.1) + omniauth-oauth2 (1.1.2) + faraday (>= 0.8, < 0.10) + multi_json (~> 1.3) + oauth2 (~> 0.9.3) + omniauth (~> 1.2) + orm_adapter (0.5.0) + polyglot (0.3.4) + rack (1.5.2) + rack-test (0.6.2) + rack (>= 1.0) + rails (4.0.2) + actionmailer (= 4.0.2) + actionpack (= 4.0.2) + activerecord (= 4.0.2) + activesupport (= 4.0.2) + bundler (>= 1.3.0, < 2.0) + railties (= 4.0.2) + sprockets-rails (~> 2.0.0) + rails_12factor (0.0.2) + rails_serve_static_assets + rails_stdout_logging + rails_config (0.3.3) + activesupport (>= 3.0) + rails_on_heroku (0.0.2) + rails_serve_static_assets + rails_stdout_logging + rails_serve_static_assets (0.0.2) + rails_stdout_logging (0.0.3) + railties (4.0.2) + actionpack (= 4.0.2) + activesupport (= 4.0.2) + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (10.1.1) + rdoc (4.1.1) + json (~> 1.4) + sass (3.2.14) + sass-rails (4.0.1) + railties (>= 4.0.0, < 5.0) + sass (>= 3.1.10) + sprockets-rails (~> 2.0.0) + sdoc (0.4.0) + json (~> 1.8) + rdoc (~> 4.0, < 5.0) + sprockets (2.11.0) + hike (~> 1.2) + multi_json (~> 1.0) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + sprockets-rails (2.0.1) + actionpack (>= 3.0) + activesupport (>= 3.0) + sprockets (~> 2.8) + sqlite3 (1.3.9) + thor (0.18.1) + thread_safe (0.2.0) + atomic (>= 1.1.7, < 2) + tilt (1.4.1) + treetop (1.4.15) + polyglot + polyglot (>= 0.3.1) + turbolinks (2.2.1) + coffee-rails + tzinfo (0.3.38) + uglifier (2.4.0) + execjs (>= 0.3.0) + json (>= 1.8.0) + warden (1.2.3) + rack (>= 1.0) + +PLATFORMS + ruby + +DEPENDENCIES + better_errors + binding_of_caller + bootstrap-sass! + bootstrap-sass-extras + bundler + coffee-rails (~> 4.0.0) + delayed_job! + delayed_job_active_record! + devise! + google-analytics-rails + jbuilder (~> 1.2) + jquery-rails + omniauth + omniauth-facebook + rails (= 4.0.2) + rails_12factor + rails_config + rails_on_heroku + sass-rails (~> 4.0.0) + sdoc + sqlite3 + turbolinks + uglifier (>= 1.3.0) diff --git a/vendor/bundle/bin/erubis b/vendor/bundle/bin/erubis new file mode 100755 index 0000000..00d8e0d --- /dev/null +++ b/vendor/bundle/bin/erubis @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'erubis' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('erubis', 'erubis') diff --git a/vendor/bundle/bin/rackup b/vendor/bundle/bin/rackup new file mode 100755 index 0000000..e936252 --- /dev/null +++ b/vendor/bundle/bin/rackup @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'rackup' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('rack', 'rackup') diff --git a/vendor/bundle/bin/rails b/vendor/bundle/bin/rails new file mode 100755 index 0000000..7e48af3 --- /dev/null +++ b/vendor/bundle/bin/rails @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'rails' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('railties', 'rails') diff --git a/vendor/bundle/bin/rake b/vendor/bundle/bin/rake new file mode 100755 index 0000000..7be045a --- /dev/null +++ b/vendor/bundle/bin/rake @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'rake' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('rake', 'rake') diff --git a/vendor/bundle/bin/rdoc b/vendor/bundle/bin/rdoc new file mode 100755 index 0000000..34d66f0 --- /dev/null +++ b/vendor/bundle/bin/rdoc @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'rdoc' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('rdoc', 'rdoc') diff --git a/vendor/bundle/bin/ri b/vendor/bundle/bin/ri new file mode 100755 index 0000000..7dca788 --- /dev/null +++ b/vendor/bundle/bin/ri @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'ri' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('rdoc', 'ri') diff --git a/vendor/bundle/bin/sass b/vendor/bundle/bin/sass new file mode 100755 index 0000000..c86a142 --- /dev/null +++ b/vendor/bundle/bin/sass @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'sass' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('sass', 'sass') diff --git a/vendor/bundle/bin/sass-convert b/vendor/bundle/bin/sass-convert new file mode 100755 index 0000000..33dbea1 --- /dev/null +++ b/vendor/bundle/bin/sass-convert @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'sass-convert' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('sass', 'sass-convert') diff --git a/vendor/bundle/bin/scss b/vendor/bundle/bin/scss new file mode 100755 index 0000000..f144501 --- /dev/null +++ b/vendor/bundle/bin/scss @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'scss' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('sass', 'scss') diff --git a/vendor/bundle/bin/sdoc b/vendor/bundle/bin/sdoc new file mode 100755 index 0000000..d364444 --- /dev/null +++ b/vendor/bundle/bin/sdoc @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'sdoc' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('sdoc', 'sdoc') diff --git a/vendor/bundle/bin/sdoc-merge b/vendor/bundle/bin/sdoc-merge new file mode 100755 index 0000000..4619c72 --- /dev/null +++ b/vendor/bundle/bin/sdoc-merge @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'sdoc-merge' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('sdoc', 'sdoc-merge') diff --git a/vendor/bundle/bin/sprockets b/vendor/bundle/bin/sprockets new file mode 100755 index 0000000..68035e7 --- /dev/null +++ b/vendor/bundle/bin/sprockets @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'sprockets' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('sprockets', 'sprockets') diff --git a/vendor/bundle/bin/thor b/vendor/bundle/bin/thor new file mode 100755 index 0000000..b3772a8 --- /dev/null +++ b/vendor/bundle/bin/thor @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'thor' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('thor', 'thor') diff --git a/vendor/bundle/bin/tilt b/vendor/bundle/bin/tilt new file mode 100755 index 0000000..57dc656 --- /dev/null +++ b/vendor/bundle/bin/tilt @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'tilt' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('tilt', 'tilt') diff --git a/vendor/bundle/bin/tt b/vendor/bundle/bin/tt new file mode 100755 index 0000000..d722603 --- /dev/null +++ b/vendor/bundle/bin/tt @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'tt' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('treetop', 'tt')