Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3747555
D1787.id4531.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
630 B
Referenced Files
None
Subscribers
None
D1787.id4531.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 02:38 (16 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248569
Default Alt Text
D1787.id4531.diff (630 B)
Attached To
Mode
D1787: Declare string literal as frozen
Attached
Detach File
Event Timeline
Log In to Comment