Sha256: f19abeca9b177b21fdf73d253752935afca947ca753b6a9fda35ddb4063bb41d

Contents?: true

Size: 314 Bytes

Versions: 10

Compression:

Stored size: 314 Bytes

Contents

= For 1.0:

  * Settle on a diff format, e.g. what should the first field look like:
	[ '+', 23, "foo" ]
	[ :add, 23, "foo" ]
	[ DiffAdd, 23, "foo" ]
    or should we have classed
	class DiffAdd
		attr_reader :position, :element
	end

= Other Ideas:

  * Contextual diffs?
  * Unix diff/patch compatible wrapper


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
diff-0.3.6 TODO
diff-0.3.5 TODO
diff-0.3.4.4 TODO
diff-0.3.4.3 TODO
diff-0.3.4.2 TODO
diff-0.3.4.1 TODO
diff-0.3.4 TODO
diff-0.3.3 TODO
diff-0.3.2 TODO
diff-0.3.1 TODO