Skip to content

Commit

Permalink
Fix bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed May 10, 2014
1 parent 037d43e commit 11d3b01
Show file tree
Hide file tree
Showing 29 changed files with 8 additions and 460 deletions.
16 changes: 0 additions & 16 deletions bin/a2h

This file was deleted.

16 changes: 0 additions & 16 deletions bin/autospec

This file was deleted.

16 changes: 0 additions & 16 deletions bin/bcat

This file was deleted.

16 changes: 0 additions & 16 deletions bin/btee

This file was deleted.

16 changes: 0 additions & 16 deletions bin/cdiff

This file was deleted.

16 changes: 0 additions & 16 deletions bin/cucumber

This file was deleted.

16 changes: 0 additions & 16 deletions bin/decolor

This file was deleted.

16 changes: 0 additions & 16 deletions bin/edit_json.rb

This file was deleted.

16 changes: 0 additions & 16 deletions bin/enum

This file was deleted.

16 changes: 0 additions & 16 deletions bin/erubis

This file was deleted.

16 changes: 0 additions & 16 deletions bin/htmldiff

This file was deleted.

16 changes: 0 additions & 16 deletions bin/launchy

This file was deleted.

16 changes: 0 additions & 16 deletions bin/ldiff

This file was deleted.

16 changes: 0 additions & 16 deletions bin/nokogiri

This file was deleted.

16 changes: 0 additions & 16 deletions bin/prettify_json.rb

This file was deleted.

16 changes: 0 additions & 16 deletions bin/rackup

This file was deleted.

20 changes: 8 additions & 12 deletions bin/rails
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
#!/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.
#
# This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application.

require 'pathname'
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)
ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/forem/engine', __FILE__)

require 'rubygems'
require 'bundler/setup'
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])

load Gem.bin_path('railties', 'rails')
require 'rails/all'
require 'rails/engine/commands'
16 changes: 0 additions & 16 deletions bin/rake

This file was deleted.

16 changes: 0 additions & 16 deletions bin/rake2thor

This file was deleted.

16 changes: 0 additions & 16 deletions bin/rdiscount

This file was deleted.

16 changes: 0 additions & 16 deletions bin/rdoc

This file was deleted.

16 changes: 0 additions & 16 deletions bin/redcarpet

This file was deleted.

16 changes: 0 additions & 16 deletions bin/ri

This file was deleted.

Loading

0 comments on commit 11d3b01

Please sign in to comment.