algorithm-diff 0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.ja +56 -0
- data/algorithm-diff.gemspec +13 -0
- data/lib/algorithm/diff.rb +254 -0
- data/setup.rb +1331 -0
- metadata +41 -0
metadata
ADDED
@@ -0,0 +1,41 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: "0.8"
|
3
|
+
specification_version: 1
|
4
|
+
name: algorithm-diff
|
5
|
+
version: !ruby/object:Gem::Version
|
6
|
+
version: "0.1"
|
7
|
+
date: 2004-10-25
|
8
|
+
summary: Computes the differences between two arrays of elements
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
author: MoonWolf
|
12
|
+
email: moonwolf@moonwolf.com
|
13
|
+
homepage: http://moonwolf.com/
|
14
|
+
rubyforge_project:
|
15
|
+
description:
|
16
|
+
autorequire: algorithm/diff
|
17
|
+
default_executable:
|
18
|
+
bindir: bin
|
19
|
+
has_rdoc: false
|
20
|
+
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
21
|
+
requirements:
|
22
|
+
-
|
23
|
+
- ">"
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: 0.0.0
|
26
|
+
version:
|
27
|
+
platform: ruby
|
28
|
+
files:
|
29
|
+
- lib
|
30
|
+
- README.ja
|
31
|
+
- setup.rb
|
32
|
+
- algorithm-diff.gemspec
|
33
|
+
- lib/algorithm
|
34
|
+
- lib/algorithm/diff.rb
|
35
|
+
test_files: []
|
36
|
+
rdoc_options: []
|
37
|
+
extra_rdoc_files: []
|
38
|
+
executables: []
|
39
|
+
extensions: []
|
40
|
+
requirements: []
|
41
|
+
dependencies: []
|