difflcs 0.6.5 → 0.6.6

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.
Files changed (4) hide show
  1. data/CHANGELOG +5 -0
  2. data/README +1 -2
  3. data/lib/diff_l_c_s/version.rb +1 -1
  4. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ *0.6.6* (4 June 2009)
2
+
3
+ * Fixed rdoc-generation bug in README
4
+
5
+
1
6
  *0.6.5* (26 May 2009)
2
7
 
3
8
  * Updated README
data/README CHANGED
@@ -1,6 +1,5 @@
1
1
  = Diff Longest Common Sub String Gem documentation
2
-
3
- -- The diff sniffing out texts every move
2
+ "The diff sniffing out texts every move"
4
3
 
5
4
  A resonably fast diff algoritm using longest common substrings that
6
5
  can also find text that has moved.
@@ -2,7 +2,7 @@ module DiffLCS
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 6
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: difflcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wybo Wiersma
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-26 00:00:00 +02:00
12
+ date: 2009-06-06 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - none
72
72
  rubyforge_project: difflcs
73
- rubygems_version: 1.3.3
73
+ rubygems_version: 1.3.4
74
74
  signing_key:
75
75
  specification_version: 3
76
76
  summary: Diffing that sniffs out moved text.