pretty-diff 0.1.2 → 0.1.3

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
data/lib/pretty-diff.rb CHANGED
@@ -94,7 +94,7 @@ module PrettyDiff
94
94
  end
95
95
  end.join("\n")
96
96
  if @options[:list_style]
97
- lines = "<#{@options[:list_style]} class="pretty-diff">\n#{lines}\n</#{@options[:list_style]}>"
97
+ lines = "<#{@options[:list_style]} class=\"pretty-diff\">\n#{lines}\n</#{@options[:list_style]}>"
98
98
  end
99
99
  return lines
100
100
  end
data/pretty-diff.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pretty-diff}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["atom smith"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pretty-diff
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - atom smith
@@ -92,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - ">="
94
94
  - !ruby/object:Gem::Version
95
- hash: 388320096975589997
95
+ hash: 2005010436620108725
96
96
  segments:
97
97
  - 0
98
98
  version: "0"