git_goggles 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ module GitGoggles
37
37
  :author => "#{commit.author.name.force_encoding("ISO-8859-1").encode("UTF-8")} <#{commit.author.email.force_encoding("ISO-8859-1").encode("UTF-8")}>",
38
38
  :message => commit.message.force_encoding("ISO-8859-1").encode("UTF-8"),
39
39
  :date => commit.date.to_s.force_encoding("ISO-8859-1").encode("UTF-8"),
40
- :diffs => commit.diffs.map(&:diff).force_encoding("ISO-8859-1").encode("UTF-8")
40
+ :diffs => commit.diffs.map { |diff| diff.diff.force_encoding("ISO-8859-1").encode("UTF-8") }
41
41
  }
42
42
  end
43
43
  end
@@ -1,3 +1,3 @@
1
1
  module GitGoggles
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_goggles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: