Hello kosmos.

This commit is contained in:
2020-11-07 14:49:32 +01:00
commit 2a23fb95cf
83 changed files with 9367 additions and 0 deletions

9
bin/rake Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
require_relative '../config/boot'
require 'rake'
Rake.application.run