code_buddy 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- code_buddy (0.0.3)
4
+ code_buddy (0.0.4)
5
5
  coderay (~> 0.9.6)
6
6
  json_pure (~> 1.4.6)
7
7
  rack
@@ -20,7 +20,7 @@
20
20
 
21
21
  <% traces.each do |name, trace| %>
22
22
  <div id="<%= name.gsub /\s/, '-' %>" style="display: <%= name == "Application Trace" ? 'block' : 'none' %>;">
23
- <pre><code><%= trace.enum_with_index.collect { |line, index| link_to line, "code_buddy/stack/#{index}" }.join("\n").html_safe -%></code></pre>
23
+ <pre><code><%= trace.enum_with_index.collect { |line, index| link_to line, "code_buddy/stack/#{index}" }.join("\n") -%></code></pre>
24
24
  </div>
25
25
  <% end %>
26
26
  </div>
@@ -1,3 +1,3 @@
1
1
  module CodeBuddy
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pat Shaughnessy, Alex Rothenberg, Daniel Higginbotham