From 728668dfc7ee372d83938e238849f1036b000666 Mon Sep 17 00:00:00 2001 From: Tim Morgan Date: Thu, 9 Jan 2014 15:46:42 -0800 Subject: [PATCH] restore bin files --- bin/bundle | 15 --------------- bin/rails | 15 --------------- bin/rake | 15 --------------- 3 files changed, 45 deletions(-) diff --git a/bin/bundle b/bin/bundle index 96879282..66e9889e 100755 --- a/bin/bundle +++ b/bin/bundle @@ -1,18 +1,3 @@ #!/usr/bin/env ruby - -# Copyright 2014 Square Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) load Gem.bin_path('bundler', 'bundle') diff --git a/bin/rails b/bin/rails index da8f9ecf..728cd85a 100755 --- a/bin/rails +++ b/bin/rails @@ -1,19 +1,4 @@ #!/usr/bin/env ruby - -# Copyright 2014 Square Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - APP_PATH = File.expand_path('../../config/application', __FILE__) require_relative '../config/boot' require 'rails/commands' diff --git a/bin/rake b/bin/rake index 8fe9bf45..17240489 100755 --- a/bin/rake +++ b/bin/rake @@ -1,19 +1,4 @@ #!/usr/bin/env ruby - -# Copyright 2014 Square Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - require_relative '../config/boot' require 'rake' Rake.application.run