Skip to content

Commit

Permalink
Version 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Goldstein committed Oct 27, 2012
1 parent 1c6ade6 commit 4e48b66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 2.0.10 ==
Close tempfile after it's been written to to avoid too many open file handles

== 2.0.9 ==
Memoize calls to `which diff` which should result in a minor performance
improvement in high use environments.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.9
2.0.10
5 changes: 2 additions & 3 deletions diffy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "diffy"
s.version = "2.0.9"
s.version = "2.0.10"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sam Goldstein"]
Expand All @@ -32,8 +32,7 @@ Gem::Specification.new do |s|
"lib/diffy/format.rb",
"lib/diffy/html_formatter.rb",
"spec/demo_app.rb",
"spec/diffy_spec.rb",
"tags"
"spec/diffy_spec.rb"
]
s.homepage = "http://github.com/samg/diffy/tree/master"
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
Expand Down

0 comments on commit 4e48b66

Please sign in to comment.