Initial 'bundle install' to create Gemfile.lock
This commit is contained in:
27
Gemfile
27
Gemfile
@@ -43,3 +43,30 @@ end
|
|||||||
|
|
||||||
# Use debugger
|
# Use debugger
|
||||||
# gem 'debugger', group: [:development, :test]
|
# 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
|
||||||
213
Gemfile.lock
Normal file
213
Gemfile.lock
Normal file
@@ -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)
|
||||||
16
vendor/bundle/bin/erubis
vendored
Executable file
16
vendor/bundle/bin/erubis
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/rackup
vendored
Executable file
16
vendor/bundle/bin/rackup
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/rails
vendored
Executable file
16
vendor/bundle/bin/rails
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/rake
vendored
Executable file
16
vendor/bundle/bin/rake
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/rdoc
vendored
Executable file
16
vendor/bundle/bin/rdoc
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/ri
vendored
Executable file
16
vendor/bundle/bin/ri
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/sass
vendored
Executable file
16
vendor/bundle/bin/sass
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/sass-convert
vendored
Executable file
16
vendor/bundle/bin/sass-convert
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/scss
vendored
Executable file
16
vendor/bundle/bin/scss
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/sdoc
vendored
Executable file
16
vendor/bundle/bin/sdoc
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/sdoc-merge
vendored
Executable file
16
vendor/bundle/bin/sdoc-merge
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/sprockets
vendored
Executable file
16
vendor/bundle/bin/sprockets
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/thor
vendored
Executable file
16
vendor/bundle/bin/thor
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/tilt
vendored
Executable file
16
vendor/bundle/bin/tilt
vendored
Executable file
@@ -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')
|
||||||
16
vendor/bundle/bin/tt
vendored
Executable file
16
vendor/bundle/bin/tt
vendored
Executable file
@@ -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')
|
||||||
Reference in New Issue
Block a user