Skip to content

Commit

Permalink
Release 1.2 in 2013, not 2012 or 2102.
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Jan 21, 2013
1 parent 1dc0f29 commit 1cd8f36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions History.rdoc
@@ -1,8 +1,9 @@
== 1.2.0 / 2013-01-20
== 1.2.0 / 2013-01-21
* Minor Enhancements:
* Added special case handling for Diff::LCS.patch so that it handles patches
that are empty or contain no changes.
* Added two new methods (#patch_me and #unpatch_me) to the includable module.
* Added two new methods (#patch\_me and #unpatch\_me) to the includable
module.
* Bugs Fixed:
* Fixed issue #1 patch direction detection.
https://github.com/halostatue/diff-lcs/issues/1
Expand All @@ -18,9 +19,9 @@
#unpatch! where they implied that they would replace the original value.
Given that Diff::LCS.patch always returns a copy, the documentation was
incorrect and has been corrected. To provide the behaviour that was
originally documented, two new methods (#patch_me and #unpatch_me) were
added to provide this behaviour. Found by scooter-dangle in issue #12.
Thanks! https://github.com/halostatue/diff-lcs/issues/12
originally documented, two new methods were added to provide this
behaviour. Found by scooter-dangle in issue #12. Thanks!
https://github.com/halostatue/diff-lcs/issues/12
* Code Style Changes:
* Removed trailing spaces.
* Calling class methods using '.' instead of '::'.
Expand Down Expand Up @@ -71,7 +72,7 @@
exist already. Removed the existing batch files as they didn't work.

== 1.0.3 / -
* Fixed a problem with #traverse_sequences where the first difference from the
* Fixed a problem with #traverse\_sequences where the first difference from the
left sequence might not be appropriately captured.

== 1.0.2 / -
Expand Down
2 changes: 1 addition & 1 deletion lib/diff/lcs.rb
Expand Up @@ -110,7 +110,7 @@ module Diff; end unless defined? Diff
# Mark-Jason Dominus.
#
# == Licence
# Copyright © 2004–2102 Austin Ziegler
# Copyright © 2004–2013 Austin Ziegler
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Ruby, or alternatively under the Perl Artistic
# licence.
Expand Down
2 changes: 1 addition & 1 deletion lib/diff/lcs/ldiff.rb
Expand Up @@ -33,7 +33,7 @@
module Diff::LCS::Ldiff
BANNER = <<-COPYRIGHT
ldiff #{Diff::LCS::VERSION}
Copyright 2004-2012 Austin Ziegler
Copyright 2004-2013 Austin Ziegler
Part of Diff::LCS.
http://rubyforge.org/projects/ruwiki/
Expand Down

0 comments on commit 1cd8f36

Please sign in to comment.