gems installed

This commit is contained in:
Senad Uka
2016-02-20 09:33:32 +01:00
parent d3847d4a00
commit 3b213c855a
57 changed files with 1013 additions and 0 deletions

9
web/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