lorax 0.1.0

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.
metadata ADDED
@@ -0,0 +1,216 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lorax
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 1
8
+ - 0
9
+ version: 0.1.0
10
+ platform: ruby
11
+ authors:
12
+ - Mike Dalessio
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain:
16
+ - |
17
+ -----BEGIN CERTIFICATE-----
18
+ MIIDPDCCAiSgAwIBAgIBADANBgkqhkiG9w0BAQUFADBEMRYwFAYDVQQDDA1taWtl
19
+ LmRhbGVzc2lvMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ
20
+ FgNjb20wHhcNMDkwODExMDU0MjQ5WhcNMTAwODExMDU0MjQ5WjBEMRYwFAYDVQQD
21
+ DA1taWtlLmRhbGVzc2lvMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJ
22
+ k/IsZAEZFgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDANjr7
23
+ lZ1DKtK8YvNp+5kBzIpwrpClHRrosqo01qmWfGBxZckQUtrJUwGPxpzvIHVq1VKp
24
+ a9FXU/QWYek/1S0vhkOf9XGmFBnVCtbJhwGeyzsQFFSoQIfs2hd5gO0dSRpuKdi3
25
+ slfJAXzFKg1u/7OCVPgrY/mkdh34MzL5p0gSDzPt7vLPibctHg0GoepYT5Fh1tMQ
26
+ luzgrN0weTw/QoEWTMQcNk6CyUpzv0pOe7d0qEPQ9Lx7Lz64gIym3f0pKFpWLfME
27
+ l7PFLeR95zw2zsuZQwCR5ma5zjXD3mo2jk1mVqiI8qplOL1u30FU7hRhTV5n/Qe9
28
+ elDQoZW9Xz0R5JGDAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0G
29
+ A1UdDgQWBBRXWlUJZXcR1jkZPE24+mjUTCqNxjANBgkqhkiG9w0BAQUFAAOCAQEA
30
+ jDh5M41sg1MZKG1DXzQmo/IADeWRmXyb3EZaED9lhFFpoQqaralgpgmvuc0GswvO
31
+ QIZijh03tPQz8lgp1U1OFZod2ZwbEVTtVZpxs1ssjMraOA6KzlsNROH0XonIiy6j
32
+ r2Q0UF35ax8pvr3D5Y6AKzIW1F3aeiREylUDJlb/i1dPQ2PVK0yRrSQoK2epwM9E
33
+ zoczlHTTJc/tRvH5Up3Agcv9y+J0U9a1Af9NRsnHPVBdo2H32MsJ99x5NRDWJmJg
34
+ ohH37UR7njcc6j4fo22IwTqXaaXJdtVdAWjXP/xs5B3cPYSP6uqFnR46Jf86Iqj1
35
+ FlqnTjy13J3nD30uxy9a1g==
36
+ -----END CERTIFICATE-----
37
+
38
+ date: 2010-03-09 00:00:00 -05:00
39
+ default_executable:
40
+ dependencies:
41
+ - !ruby/object:Gem::Dependency
42
+ name: nokogiri
43
+ prerelease: false
44
+ requirement: &id001 !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ segments:
49
+ - 1
50
+ - 4
51
+ - 0
52
+ version: 1.4.0
53
+ type: :runtime
54
+ version_requirements: *id001
55
+ - !ruby/object:Gem::Dependency
56
+ name: rubyforge
57
+ prerelease: false
58
+ requirement: &id002 !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ segments:
63
+ - 2
64
+ - 0
65
+ - 3
66
+ version: 2.0.3
67
+ type: :development
68
+ version_requirements: *id002
69
+ - !ruby/object:Gem::Dependency
70
+ name: gemcutter
71
+ prerelease: false
72
+ requirement: &id003 !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ segments:
77
+ - 0
78
+ - 3
79
+ - 0
80
+ version: 0.3.0
81
+ type: :development
82
+ version_requirements: *id003
83
+ - !ruby/object:Gem::Dependency
84
+ name: rspec
85
+ prerelease: false
86
+ requirement: &id004 !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ segments:
91
+ - 1
92
+ - 2
93
+ - 9
94
+ version: 1.2.9
95
+ type: :development
96
+ version_requirements: *id004
97
+ - !ruby/object:Gem::Dependency
98
+ name: rr
99
+ prerelease: false
100
+ requirement: &id005 !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ segments:
105
+ - 0
106
+ - 10
107
+ - 4
108
+ version: 0.10.4
109
+ type: :development
110
+ version_requirements: *id005
111
+ - !ruby/object:Gem::Dependency
112
+ name: hoe
113
+ prerelease: false
114
+ requirement: &id006 !ruby/object:Gem::Requirement
115
+ requirements:
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ segments:
119
+ - 2
120
+ - 5
121
+ - 0
122
+ version: 2.5.0
123
+ type: :development
124
+ version_requirements: *id006
125
+ description: |-
126
+ The Lorax is a full diff and patch library for XML/HTML documents, based on Nokogiri.
127
+
128
+ It can tell you whether two XML/HTML documents are identical, or if
129
+ they're not, tell you what's different. In trivial cases, it can even
130
+ apply the patch.
131
+
132
+ It's based loosely on Gregory Cobena's master's thesis paper, which
133
+ generates deltas in less than O(n * log n) time, accepting some
134
+ tradeoffs in the size of the delta set. You can find his paper at
135
+ http://gregory.cobena.free.fr/www/Publications/thesis.html.
136
+ email:
137
+ - mike.dalessio@gmail.com
138
+ executables:
139
+ - lorax
140
+ extensions: []
141
+
142
+ extra_rdoc_files:
143
+ - Manifest.txt
144
+ - CHANGELOG.rdoc
145
+ - README.rdoc
146
+ files:
147
+ - CHANGELOG.rdoc
148
+ - LICENSE
149
+ - Manifest.txt
150
+ - README.rdoc
151
+ - Rakefile
152
+ - TODO
153
+ - bin/lorax
154
+ - lib/lorax.rb
155
+ - lib/lorax/delta.rb
156
+ - lib/lorax/delta/delete_delta.rb
157
+ - lib/lorax/delta/insert_delta.rb
158
+ - lib/lorax/delta/modify_delta.rb
159
+ - lib/lorax/delta_set.rb
160
+ - lib/lorax/delta_set_generator.rb
161
+ - lib/lorax/fast_matcher.rb
162
+ - lib/lorax/match.rb
163
+ - lib/lorax/match_set.rb
164
+ - lib/lorax/signature.rb
165
+ - spec/fast_matcher_spec.rb
166
+ - spec/files/Michael-Dalessio-200909.html
167
+ - spec/files/Michael-Dalessio-201001.html
168
+ - spec/files/slashdot-1.html
169
+ - spec/files/slashdot-2.html
170
+ - spec/files/slashdot-3.html
171
+ - spec/files/slashdot-4.html
172
+ - spec/integration/lorax_spec.rb
173
+ - spec/match_spec.rb
174
+ - spec/spec.opts
175
+ - spec/spec_helper.rb
176
+ - spec/unit/delta/delete_delta_spec.rb
177
+ - spec/unit/delta/insert_delta_spec.rb
178
+ - spec/unit/delta/modify_delta_spec.rb
179
+ - spec/unit/delta_set_generator_spec.rb
180
+ - spec/unit/delta_set_spec.rb
181
+ - spec/unit/lorax_spec.rb
182
+ - spec/unit/match_set_spec.rb
183
+ - spec/unit/signature_spec.rb
184
+ has_rdoc: true
185
+ homepage: http://github.com/flavorjones/lorax
186
+ licenses: []
187
+
188
+ post_install_message:
189
+ rdoc_options:
190
+ - --main
191
+ - README.rdoc
192
+ require_paths:
193
+ - lib
194
+ required_ruby_version: !ruby/object:Gem::Requirement
195
+ requirements:
196
+ - - ">="
197
+ - !ruby/object:Gem::Version
198
+ segments:
199
+ - 0
200
+ version: "0"
201
+ required_rubygems_version: !ruby/object:Gem::Requirement
202
+ requirements:
203
+ - - ">="
204
+ - !ruby/object:Gem::Version
205
+ segments:
206
+ - 0
207
+ version: "0"
208
+ requirements: []
209
+
210
+ rubyforge_project: lorax
211
+ rubygems_version: 1.3.6
212
+ signing_key:
213
+ specification_version: 3
214
+ summary: The Lorax is a full diff and patch library for XML/HTML documents, based on Nokogiri
215
+ test_files: []
216
+
metadata.gz.sig ADDED
@@ -0,0 +1,3 @@
1
+ B�̪�Y;n�D�$ة��3��@i�ëd<��i�a��V���k�m<˘�͙���ϴ:n���%�44���t��n_�3����<
2
+ ����$��� 1m#��_�����U\�!N�÷2u����<{eU�][<�GkAV4��Vc��;>Pq����e��*)]�2�9w� �ƪz� �-����߰j��E�6����l�M��>wQ9{��U�EOi��v�z�|�����k*E �]kc�$
3
+ �b/7@