From 85505e71dc076a74c800aa37e750d5e62c5f3a0c Mon Sep 17 00:00:00 2001 From: Sewer Aplikacji Date: Thu, 28 Sep 2017 22:13:09 +0200 Subject: [PATCH] Initial changes --- bin/bundle | 2 +- bin/rails | 7 +------ bin/rake | 7 +------ bin/setup | 2 +- bin/spring | 17 ----------------- bin/update | 2 +- public/index.html | 40 ---------------------------------------- 7 files changed, 5 insertions(+), 72 deletions(-) mode change 100755 => 100644 bin/bundle mode change 100755 => 100644 bin/rails mode change 100755 => 100644 bin/rake mode change 100755 => 100644 bin/setup delete mode 100755 bin/spring mode change 100755 => 100644 bin/update delete mode 100644 public/index.html diff --git a/bin/bundle b/bin/bundle old mode 100755 new mode 100644 index 66e9889..e3c2f62 --- a/bin/bundle +++ b/bin/bundle @@ -1,3 +1,3 @@ -#!/usr/bin/env ruby +#!/usr/bin/env ruby.exe ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) load Gem.bin_path('bundler', 'bundle') diff --git a/bin/rails b/bin/rails old mode 100755 new mode 100644 index 5badb2f..bec72ac --- a/bin/rails +++ b/bin/rails @@ -1,9 +1,4 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end +#!/usr/bin/env ruby.exe APP_PATH = File.expand_path('../config/application', __dir__) require_relative '../config/boot' require 'rails/commands' diff --git a/bin/rake b/bin/rake old mode 100755 new mode 100644 index d87d5f5..f6ed5a2 --- a/bin/rake +++ b/bin/rake @@ -1,9 +1,4 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end +#!/usr/bin/env ruby.exe require_relative '../config/boot' require 'rake' Rake.application.run diff --git a/bin/setup b/bin/setup old mode 100755 new mode 100644 index e620b4d..929edb7 --- a/bin/setup +++ b/bin/setup @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/env ruby.exe require 'pathname' require 'fileutils' include FileUtils diff --git a/bin/spring b/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/bin/update b/bin/update old mode 100755 new mode 100644 index a8e4462..deb1df2 --- a/bin/update +++ b/bin/update @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/env ruby.exe require 'pathname' require 'fileutils' include FileUtils diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 0e5c85c..0000000 --- a/public/index.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - ThisCRM - - - - -
-ThisCRM -

Copyright © FireStorm

-
- - -