Page MenuHomeDevCentral

D1787.id4532.diff
No OneTemporary

D1787.id4532.diff

diff --git a/Gemfile b/Gemfile
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
source 'http://rubygems.org'
gem 'activesupport'
gem 'hashie'
diff --git a/config.ru b/config.ru
--- a/config.ru
+++ b/config.ru
@@ -1,2 +1,4 @@
+# frozen_string_literal: true
+
require './tommy'
run Sinatra::Application
diff --git a/tommy.rb b/tommy.rb
--- a/tommy.rb
+++ b/tommy.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
# -------------------------------------------------------------
# Tommy - Visualisation dashboard for Jenkins
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 02:38 (16 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248569
Default Alt Text
D1787.id4532.diff (630 B)

Event Timeline