facets 1.8.51 → 1.8.54

Sign up to get free protection for your applications and to get access to all the features.
data/PROJECT CHANGED
@@ -27,6 +27,7 @@ rubyforge:
27
27
 
28
28
  scm: darcs
29
29
  changelog : doc/CHANGES
30
+ revision_changelog_style: compact
30
31
  stamp : VERSION
31
32
 
32
33
  distribute: [ -work, -test/lib ]
@@ -37,9 +38,9 @@ notes:
37
38
  labels: [ TODO, FIXME, CREDIT ]
38
39
 
39
40
  rdoc:
40
- output : doc/rdoc/core
41
- title : Facets/CORE
42
- files : [ '[A-Z]*', 'lib/facets/core/**/*' ]
41
+ output : doc/rdoc/more
42
+ title : Facets/MORE
43
+ files : [ '[A-Z]*', 'lib/facets/more/**/*', '-lib/facets/more/minitar.rb' ]
43
44
  template : jamis
44
45
  options : ['--all', '--inline-source']
45
46
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.51 stable (2007-02-19)
1
+ 1.8.54 stable (2007-03-21)
@@ -1,987 +1,354 @@
1
- Mon Feb 19 12:40:55 EST 2007 Trans <transfire@gmail.com>
1
+ = facets doc/CHANGES
2
+
3
+ 1.8.54
4
+ * added reqiure to ostruct.rb test
5
+ * fix to command.rb's initializer
6
+ * Fixed all bug reports from rubyforge tracker *except rdoc issue
7
+ ** fixed bug with times.rb beginning_of_year and beginning_of_month
8
+ ** replaced pqueue and heap with new working class (thanks to Olivier Renaud)
9
+ ** fixed bug in ormsupport.rb (this will be moved out of facets in next release)
10
+ ** added empty? to dictionary (removed old subclass of Hash)
2
11
  * significant improvements to command.rb thanks to Tyler Rick
3
-
4
- Fri Feb 16 04:10:35 EST 2007 Trans <transfire@gmail.com>
5
12
  * added tests to elementwise and tap
6
-
7
- Fri Feb 16 01:10:15 EST 2007 Trans <transfire@gmail.com>
8
13
  * fixed test for elementwise and op_tilde_self
9
-
10
- Fri Feb 16 00:58:53 EST 2007 Trans <transfire@gmail.com>
11
14
  * added enumerable/map_send
12
-
13
- Fri Feb 16 00:57:52 EST 2007 Trans <transfire@gmail.com>
14
15
  * added thread_map and thread_map_send thanks to greg
15
-
16
- Fri Feb 16 00:56:41 EST 2007 Trans <transfire@gmail.com>
17
16
  * added operator "~@" for enumerable/elementwise
18
-
19
- Fri Feb 16 00:05:06 EST 2007 Trans <transfire@gmail.com>
20
17
  * added more/consoleutils.rb
21
-
22
- Fri Feb 16 00:03:01 EST 2007 Trans <transfire@gmail.com>
23
18
  * added string/cleave
24
-
25
- Thu Feb 15 23:59:54 EST 2007 Trans <transfire@gmail.com>
26
19
  * added capitalize_all thanks to Richard Laugesen
27
-
28
- Thu Feb 15 23:58:40 EST 2007 Trans <transfire@gmail.com>
29
20
  * cartesian_product is an alias of enumerable/cart
30
-
31
- Thu Feb 15 23:57:40 EST 2007 Trans <transfire@gmail.com>
32
21
  * added array pad thanks to Richard Laugesen
33
-
34
- Thu Feb 15 23:56:49 EST 2007 Trans <transfire@gmail.com>
35
22
  * added kernel/tap
36
-
37
- Thu Feb 15 23:49:50 EST 2007 Trans <transfire@gmail.com>
38
23
  * fixed test/unit load issues
39
-
40
- Thu Feb 15 19:54:32 EST 2007 Trans <transfire@gmail.com>
41
24
  * converted facet/ requires to facets/core or facets/more as needed
42
-
43
- Thu Feb 15 19:52:13 EST 2007 Trans <transfire@gmail.com>
44
25
  * further improvements to arguments.rb (looking good!)
45
-
46
- Thu Feb 15 17:04:26 EST 2007 Trans <transfire@gmail.com>
47
26
  * improved symbol/self/generate
48
-
49
- Thu Feb 15 17:03:38 EST 2007 Trans <transfire@gmail.com>
50
27
  * bug fix kernel/autoreload arguments needed to be in opposite order
51
-
52
- Thu Feb 15 17:03:09 EST 2007 Trans <transfire@gmail.com>
53
28
  * add to_xoxo
54
-
55
- Thu Feb 15 17:02:19 EST 2007 Trans <transfire@gmail.com>
56
29
  * removed bad character codes in multiplier.rb
57
-
58
- Thu Feb 15 17:01:31 EST 2007 Trans <transfire@gmail.com>
59
30
  * used yaml to allow json.rb to work for all object in general
60
-
61
- Thu Feb 15 16:59:55 EST 2007 Trans <transfire@gmail.com>
62
31
  * improvements to functor (note: is to_a and to_proc okay?)
63
-
64
- Thu Feb 15 16:57:55 EST 2007 Trans <transfire@gmail.com>
65
32
  * add test to string/bytes.rb
66
-
67
- Thu Feb 15 16:57:24 EST 2007 Trans <transfire@gmail.com>
68
33
  * bug fix to nilclass/op_cmp
69
-
70
- Thu Feb 15 16:57:00 EST 2007 Trans <transfire@gmail.com>
71
34
  * fixed enumerable/op_pow to use enumerable/cart
72
-
73
- Thu Feb 15 16:56:38 EST 2007 Trans <transfire@gmail.com>
74
35
  * added array/op_div
75
-
76
- Thu Feb 15 16:54:06 EST 2007 Trans <transfire@gmail.com>
77
36
  * adjustments to xmlbuilder and htmlbuilder dur to buildingblock changes
78
-
79
- Thu Feb 15 16:53:34 EST 2007 Trans <transfire@gmail.com>
80
37
  * improved buildingblock.rb
81
-
82
- Thu Feb 15 16:52:11 EST 2007 Trans <transfire@gmail.com>
83
38
  * simplified interface of arguments.rb (still a little more to do)
84
-
85
- Thu Feb 15 16:50:10 EST 2007 Trans <transfire@gmail.com>
86
39
  * improvements/simplifications to Dir.multiglob
87
-
88
- Thu Feb 15 16:49:24 EST 2007 Trans <transfire@gmail.com>
89
40
  * added new authors to list
90
-
91
- Thu Feb 15 16:48:05 EST 2007 Trans <transfire@gmail.com>
92
41
  * fixed misspelling of behavior.rb (was bahvior.rb)
93
-
94
- Tue Feb 6 13:37:23 EST 2007 Trans <transfire@gmail.com>
95
42
  * removed #own from base list in facets.rb (really need a standard for "singleton class")
96
-
97
- Tue Feb 6 13:36:34 EST 2007 Trans <transfire@gmail.com>
98
43
  * minor adjustments to uploadutils
99
-
100
- Tue Feb 6 13:35:54 EST 2007 Trans <transfire@gmail.com>
101
44
  * fixed bug in aspects.rb that would not handle args of wrapped method
102
-
103
- Tue Feb 6 13:35:23 EST 2007 Trans <transfire@gmail.com>
104
45
  * Symbol#to_s optimization, had to remove freeze
105
-
106
- Tue Feb 6 13:34:16 EST 2007 Trans <transfire@gmail.com>
107
46
  * updates to fileutils/stage (stage worth keeping?)
108
-
109
- Tue Feb 6 13:32:53 EST 2007 Trans <transfire@gmail.com>
110
47
  * update to credits
111
-
112
- Tue Feb 6 13:13:51 EST 2007 Trans <transfire@gmail.com>
113
48
  * fix bug in kernel/ask, returns more than one character
114
-
115
- Tue Feb 6 13:12:39 EST 2007 Trans <transfire@gmail.com>
116
49
  * cleanup of enumerbale/graph (no effective change)
117
-
118
- Tue Feb 6 13:10:58 EST 2007 Trans <transfire@gmail.com>
119
50
  * new super fast enumerable/cart by Thomas Hafner (replaces #cross)
120
-
121
- Tue Feb 6 13:08:48 EST 2007 Trans <transfire@gmail.com>
122
51
  * improved multiglob rountines (accept '+' and '-' prefixes)
123
-
124
- Tue Feb 6 10:02:31 EST 2007 Trans <transfire@gmail.com>
125
52
  * No longer will track project file via scm until it settles
126
-
127
- Mon Feb 5 08:23:54 EST 2007 Trans <transfire@gmail.com>
128
53
  * fixed bug in attr_tester, thanks Dov!
129
-
130
- Tue Jan 30 11:48:34 EST 2007 Trans <transfire@gmail.com>
131
54
  * added weekdays to times.rb thanks to Ryan Platte and Dave Hoover
132
-
133
- Tue Jan 30 11:47:40 EST 2007 Trans <transfire@gmail.com>
134
55
  * improvements to dictionary.rb (no longer a subclass of Hash) thanks Jan!
135
-
136
- Tue Jan 30 11:43:38 EST 2007 Trans <transfire@gmail.com>
137
56
  * re-replace openhash with openobject
138
-
139
- Tue Jan 30 11:43:03 EST 2007 Trans <transfire@gmail.com>
140
57
  * improvements to ann.rb and ann_attr.rb. works, yea!
141
-
142
- Tue Jan 30 11:42:34 EST 2007 Trans <transfire@gmail.com>
143
58
  * fixed bug in string/singular.rb
144
-
145
- Tue Jan 30 11:41:29 EST 2007 Trans <transfire@gmail.com>
146
59
  * changed enumerable/cross into enumerable/cart and cartesian_product
147
-
148
- Tue Jan 30 11:40:04 EST 2007 Trans <transfire@gmail.com>
149
60
  * openobject returns (openhash was a bad name, thanks george)
150
-
151
- Tue Jan 30 11:38:57 EST 2007 Trans <transfire@gmail.com>
152
61
  * moved enumerable/cross to enumerable/cart (cartesian_product)
153
-
154
- Wed Jan 24 17:49:59 EST 2007 Trans <transfire@gmail.com>
155
- tagged 1.8
156
-
157
- Wed Jan 24 17:25:52 EST 2007 Trans <transfire@gmail.com>
62
+ 1.8
158
63
  * added buildingblock.rb, replaced builderobject.rb
159
-
160
- Wed Jan 24 17:22:54 EST 2007 Trans <transfire@gmail.com>
161
64
  * adjust require for "yored" files
162
-
163
- Wed Jan 24 17:22:20 EST 2007 Trans <transfire@gmail.com>
164
65
  * HtmlBuilder and XMLBuilder aer now based on BuildingBlock
165
-
166
- Wed Jan 24 17:21:23 EST 2007 Trans <transfire@gmail.com>
167
66
  * bug fix for command.rb
168
-
169
- Wed Jan 24 17:20:13 EST 2007 Trans <transfire@gmail.com>
170
67
  * minor improvements to basic object (object_self to access kernel methods)
171
-
172
- Wed Jan 24 17:19:08 EST 2007 Trans <transfire@gmail.com>
173
68
  * ostuct adjustment, use #instance_delegate to get underneth the open access
174
-
175
- Wed Jan 24 17:18:21 EST 2007 Trans <transfire@gmail.com>
176
69
  * module/include_as is now based on module/namespace (thanks Pit!)
177
-
178
- Wed Jan 24 17:17:04 EST 2007 Trans <transfire@gmail.com>
179
70
  * minor adjustments to methods for (class<<self;self;end)
180
-
181
- Wed Jan 24 17:16:25 EST 2007 Trans <transfire@gmail.com>
182
71
  * fixed enumerable/partition_by
183
-
184
- Wed Jan 24 17:15:49 EST 2007 Trans <transfire@gmail.com>
185
72
  * further updates to project info file (need to stop versioning this)
186
-
187
- Wed Jan 24 17:14:34 EST 2007 Trans <transfire@gmail.com>
188
73
  * deprecated (yored) builderobject.rb (poor implementation)
189
-
190
- Tue Jan 23 18:30:14 EST 2007 Trans <transfire@gmail.com>
191
74
  * added hash/insert; like store but only if key isn't already present
192
-
193
- Tue Jan 23 18:18:45 EST 2007 Trans <transfire@gmail.com>
194
75
  * added module/include_and_extend
195
-
196
- Tue Jan 23 17:44:32 EST 2007 Trans <transfire@gmail.com>
197
76
  * facets.rb now references facets/sys.rb
198
-
199
- Tue Jan 23 17:43:02 EST 2007 Trans <transfire@gmail.com>
200
77
  * added facets/automatic -- very cool, albiet expiremental way to load core methods automatically!
201
-
202
- Tue Jan 23 17:41:27 EST 2007 Trans <transfire@gmail.com>
203
78
  * added File::mulitglob_sum; accumulates file patterns, and accepts '+' and '-' prefixes
204
-
205
- Tue Jan 23 17:39:34 EST 2007 Trans <transfire@gmail.com>
206
79
  * added module/module_method; like module_function but makes method public
207
-
208
- Tue Jan 23 17:37:07 EST 2007 Trans <transfire@gmail.com>
209
80
  * added module/include_function_module; attempts to properly include one function_module into another
210
-
211
- Tue Jan 23 17:36:19 EST 2007 Trans <transfire@gmail.com>
212
81
  * kernel/yaml convenience method for YAML::load
213
-
214
- Tue Jan 23 17:34:17 EST 2007 Trans <transfire@gmail.com>
215
82
  * added kernel/supress; supress errors while executing a block (nice DHH!)
216
-
217
- Tue Jan 23 17:33:41 EST 2007 Trans <transfire@gmail.com>
218
83
  * added symbol/chomp, like string#chomp
219
-
220
- Tue Jan 23 17:33:09 EST 2007 Trans <transfire@gmail.com>
221
84
  * added proc/to_h; converts an assignment proc into a hash
222
-
223
- Tue Jan 23 17:32:13 EST 2007 Trans <transfire@gmail.com>
224
85
  * proc/bind; bind a proc to an object, returning a method
225
-
226
- Tue Jan 23 17:30:52 EST 2007 Trans <transfire@gmail.com>
227
86
  * added module/prepend; provides dyanamic method wraps for modules, and static wraps for classes
228
-
229
- Tue Jan 23 17:30:00 EST 2007 Trans <transfire@gmail.com>
230
87
  * added module/new; use a module as if it were a class
231
-
232
- Tue Jan 23 17:29:37 EST 2007 Trans <transfire@gmail.com>
233
88
  * added module/alias_accessor
234
-
235
- Tue Jan 23 17:28:41 EST 2007 Trans <transfire@gmail.com>
236
89
  * renamed #superior to #super_at
237
-
238
- Tue Jan 23 17:27:41 EST 2007 Trans <transfire@gmail.com>
239
90
  * kernel/instance_class; yet anouther meta_class name, but a more sensicle name this one
240
-
241
- Tue Jan 23 17:23:04 EST 2007 Trans <transfire@gmail.com>
242
91
  * added kernel/populate; populates an object's inst. vars from a hash or assingment block
243
-
244
- Tue Jan 23 17:21:21 EST 2007 Trans <transfire@gmail.com>
245
92
  * added kernel/daemonize; one last thanks to DHH!
246
-
247
- Tue Jan 23 17:20:07 EST 2007 Trans <transfire@gmail.com>
248
93
  * added enumerable/injecting; like inject but automatically returns the memo from the block
249
-
250
- Tue Jan 23 17:19:33 EST 2007 Trans <transfire@gmail.com>
251
94
  * added kernel/object_send, a true public-only send method
252
-
253
- Tue Jan 23 17:18:38 EST 2007 Trans <transfire@gmail.com>
254
95
  * added kernel/silence_stream; output to null device; thanks DHH!
255
-
256
- Tue Jan 23 17:17:53 EST 2007 Trans <transfire@gmail.com>
257
96
  * added kernel/instance_values, thanks DHH!
258
-
259
- Tue Jan 23 17:16:39 EST 2007 Trans <transfire@gmail.com>
260
97
  * added Config:inspect for rbconfig
261
-
262
- Tue Jan 23 17:14:40 EST 2007 Trans <transfire@gmail.com>
263
98
  * added hash/pairs_at (aking to values_at)
264
-
265
- Tue Jan 23 17:12:54 EST 2007 Trans <transfire@gmail.com>
266
99
  * added _why's metaid methods (meta_class, meta_eval, etc.)
267
-
268
- Tue Jan 23 17:11:29 EST 2007 Trans <transfire@gmail.com>
269
100
  * added kernel/enable_warnings to complement silence_warinings
270
-
271
- Tue Jan 23 17:11:06 EST 2007 Trans <transfire@gmail.com>
272
101
  * added integer/to_roman
273
-
274
- Tue Jan 23 17:09:43 EST 2007 Trans <transfire@gmail.com>
275
102
  * added logical operators for hash (and/or)
276
-
277
- Tue Jan 23 17:08:48 EST 2007 Trans <transfire@gmail.com>
278
103
  * array/to_path convert ans array to a path string
279
-
280
- Tue Jan 23 17:08:22 EST 2007 Trans <transfire@gmail.com>
281
104
  * array/index takes a block
282
-
283
- Tue Jan 23 17:03:36 EST 2007 Trans <transfire@gmail.com>
284
105
  * added fileutils/compress; very simple convenience methods for archiving folders
285
-
286
- Tue Jan 23 17:02:46 EST 2007 Trans <transfire@gmail.com>
287
106
  * added fileutils/stage adn staged, a means of transfering files accoring to preset rules
288
-
289
- Tue Jan 23 16:39:30 EST 2007 Trans <transfire@gmail.com>
290
107
  * had to remove taskable.rb for now (implementation won't work as toplevel include)
291
-
292
- Tue Jan 23 14:26:33 EST 2007 Trans <transfire@gmail.com>
293
108
  * added kernel/ask, simply command to get console input
294
-
295
- Tue Jan 23 14:21:38 EST 2007 Trans <transfire@gmail.com>
296
109
  * moved deprecated #facet_require to yore lib
297
-
298
- Tue Jan 23 14:19:10 EST 2007 Trans <transfire@gmail.com>
299
110
  * deprecated (yored) kernel/own, yet another term for the singleton class
300
-
301
- Tue Jan 23 14:17:07 EST 2007 Trans <transfire@gmail.com>
302
111
  * renamed quaclass to qua_class
303
-
304
- Tue Jan 23 13:39:03 EST 2007 Trans <transfire@gmail.com>
305
112
  * added populate.rb, mixin for classes that need on a basic initializer
306
-
307
- Tue Jan 23 13:28:20 EST 2007 Trans <transfire@gmail.com>
308
113
  * added version_number.rb (a specialized tuple)
309
-
310
- Tue Jan 23 13:25:22 EST 2007 Trans <transfire@gmail.com>
311
114
  * OpenObject = OpenHash (OpenObject will eventually be deprecated)
312
-
313
- Tue Jan 23 13:24:31 EST 2007 Trans <transfire@gmail.com>
314
115
  * added uploadutils.rb
315
-
316
- Tue Jan 23 13:20:21 EST 2007 Trans <transfire@gmail.com>
317
116
  * added Joel VanderWerf's great script.rb script
318
-
319
- Tue Jan 23 13:15:44 EST 2007 Trans <transfire@gmail.com>
320
117
  * added Austin's minitar.rb --it's just too damn useful!
321
-
322
- Tue Jan 23 13:15:07 EST 2007 Trans <transfire@gmail.com>
323
118
  * added htmlfilter.rb very nice html escape class
324
-
325
- Tue Jan 23 13:14:09 EST 2007 Trans <transfire@gmail.com>
326
119
  * added dependency.rb, allwos method to have dependend execution (like rake tasks)
327
-
328
- Tue Jan 23 13:13:15 EST 2007 Trans <transfire@gmail.com>
329
120
  * added arguments.rb this is for parsing console command arguments
330
-
331
- Tue Jan 23 13:11:32 EST 2007 Trans <transfire@gmail.com>
332
121
  * add new version of annotations: ann.rb and ann_attr.rb
333
-
334
- Tue Jan 23 12:44:30 EST 2007 Trans <transfire@gmail.com>
335
122
  * memoize should now work at toplevel
336
-
337
- Tue Jan 23 12:42:59 EST 2007 Trans <transfire@gmail.com>
338
123
  * removed dataobject.rb (was never used)
339
-
340
- Tue Jan 23 12:40:23 EST 2007 Trans <transfire@gmail.com>
341
124
  * minor doc change to instance_intercept.rb
342
-
343
- Tue Jan 23 12:37:56 EST 2007 Trans <transfire@gmail.com>
344
125
  * doc change to methodfilter.rb (maybe deprecat in future)
345
-
346
- Tue Jan 23 12:36:41 EST 2007 Trans <transfire@gmail.com>
347
126
  * deprecated (yored!) module/inject; what a silly method
348
-
349
- Tue Jan 23 12:35:07 EST 2007 Trans <transfire@gmail.com>
350
127
  * added File::yaml? to roughly detect if a file is a yaml file
351
-
352
- Tue Jan 23 12:33:51 EST 2007 Trans <transfire@gmail.com>
353
128
  * deprecated kernel/require_facet (no longer needed)
354
-
355
- Tue Jan 23 12:27:07 EST 2007 Trans <transfire@gmail.com>
356
129
  * moved old module/namespace implementation to yore
357
-
358
- Tue Jan 23 12:26:06 EST 2007 Trans <transfire@gmail.com>
359
130
  * adjust old annotation.rb (now in yore) to use openhash
360
-
361
- Tue Jan 23 12:25:33 EST 2007 Trans <transfire@gmail.com>
362
131
  * moved plugin.rb to ratchets/library project
363
-
364
- Tue Jan 23 12:24:46 EST 2007 Trans <transfire@gmail.com>
365
132
  * renamed openobject to openhash !!!
366
-
367
- Tue Jan 23 12:23:59 EST 2007 Trans <transfire@gmail.com>
368
133
  * proper credit for multiton goes to Ara T. Howard!!!! Also improvements.
369
-
370
- Tue Jan 23 12:19:21 EST 2007 Trans <transfire@gmail.com>
371
134
  * remove library.rb (move to ratchets/library project)
372
-
373
- Tue Jan 23 12:18:04 EST 2007 Trans <transfire@gmail.com>
374
135
  * minor bug fix to httpaccess
375
-
376
- Tue Jan 23 12:17:03 EST 2007 Trans <transfire@gmail.com>
377
136
  * updated autovivify.rb to use openhash
378
-
379
- Tue Jan 23 12:14:41 EST 2007 Trans <transfire@gmail.com>
380
137
  * improvement to command.rb
381
-
382
- Tue Jan 23 12:13:40 EST 2007 Trans <transfire@gmail.com>
383
138
  * imporved time/stamp
384
-
385
- Tue Jan 23 12:11:09 EST 2007 Trans <transfire@gmail.com>
386
139
  * reimplemented proc/to_method for more sensible behavior
387
-
388
- Tue Jan 23 11:05:01 EST 2007 Trans <transfire@gmail.com>
389
140
  * reimplemented module/namespace, very clever thanks to pit captain
390
-
391
- Tue Jan 23 11:03:01 EST 2007 Trans <transfire@gmail.com>
392
141
  * added module_load and module_require, e.g. load into and require into
393
-
394
- Tue Jan 23 10:59:39 EST 2007 Trans <transfire@gmail.com>
395
142
  * reimplemented instance_exec, should be much improved
396
-
397
- Tue Jan 23 10:58:28 EST 2007 Trans <transfire@gmail.com>
398
143
  * doc updates to inflect.rb
399
-
400
- Tue Jan 23 10:56:55 EST 2007 Trans <transfire@gmail.com>
401
144
  * updates to Hash op_add, reverse_merge, and rekey
402
-
403
- Tue Jan 23 10:54:51 EST 2007 Trans <transfire@gmail.com>
404
145
  * each_slice is now just an alias via enumerator & fixes to partition_by
405
-
406
- Tue Jan 23 10:54:07 EST 2007 Trans <transfire@gmail.com>
407
146
  * minor adjusment to multiglob
408
-
409
- Tue Jan 23 10:53:09 EST 2007 Trans <transfire@gmail.com>
410
147
  * modified all.rb (not recommended!) to require facets/sys
411
-
412
- Tue Jan 23 10:52:19 EST 2007 Trans <transfire@gmail.com>
413
148
  * modifications to project information file (should this be versioned?)
414
-
415
- Tue Jan 23 10:50:28 EST 2007 Trans <transfire@gmail.com>
416
149
  * created yore lib to store deprecated features (good idea!)
417
-
418
- Sun Jan 21 10:28:41 EST 2007 Trans <transfire@gmail.com>
419
150
  * modified PROJECT info file
420
-
421
- Sun Jan 21 10:26:49 EST 2007 Trans <transfire@gmail.com>
422
151
  * added module class/module_load and _require
423
-
424
- Sun Jan 21 10:23:40 EST 2007 Trans <transfire@gmail.com>
425
152
  * remove facet/ redirect lib from darcs repository
426
-
427
- Sun Jan 21 09:23:34 EST 2007 Trans <transfire@gmail.com>
428
153
  * OpenObject is now OpenHash (OpenObject still exist for backcompat)
429
-
430
- Thu Nov 30 08:59:09 EST 2006 Trans <transfire@gmail.com>
431
154
  * kernel/returning is a stub for kernel/with
432
-
433
- Thu Nov 30 08:50:13 EST 2006 Trans <transfire@gmail.com>
434
155
  * added proc/update as alias for #call per Tim Pease use of Proc as Observable
435
-
436
- Thu Nov 30 08:48:30 EST 2006 Trans <transfire@gmail.com>
437
156
  * added behavior.rb by Nobuyoshi Nakada (plan to improve)
438
-
439
- Thu Nov 30 08:46:33 EST 2006 Trans <transfire@gmail.com>
440
157
  * rewrote taskable.rb using classes to represent tasks; it is much improved
441
-
442
- Thu Nov 30 08:45:44 EST 2006 Trans <transfire@gmail.com>
443
158
  * openobject.rb doc updates
444
-
445
- Thu Nov 30 08:44:05 EST 2006 Trans <transfire@gmail.com>
446
159
  * major update to functor which is now a subclass of Proc (should be faster)
447
-
448
- Thu Nov 30 08:43:23 EST 2006 Trans <transfire@gmail.com>
449
160
  * improvements to dictionary.rb to go along with additions of first and last
450
-
451
- Thu Nov 30 08:41:19 EST 2006 Trans <transfire@gmail.com>
452
161
  * small improvements to command.rb
453
-
454
- Thu Nov 30 08:38:04 EST 2006 Trans <transfire@gmail.com>
455
162
  * removed uses of __class__ for object_class and solidified usaged of #as in basicobject.rb
456
-
457
- Thu Nov 30 08:35:10 EST 2006 Trans <transfire@gmail.com>
458
163
  * deprecated ostruct shadow methods (i.e __table__) in favor of #instance methods
459
-
460
- Thu Nov 30 08:34:36 EST 2006 Trans <transfire@gmail.com>
461
164
  * added test to module/alias_method_chain
462
-
463
- Thu Nov 30 08:33:16 EST 2006 Trans <transfire@gmail.com>
464
165
  * imporvements to instance_exec thanks to Mauricio Fernandez
465
-
466
- Thu Nov 30 08:32:07 EST 2006 Trans <transfire@gmail.com>
467
166
  * improvements to kernel/send_as
468
-
469
- Thu Nov 30 08:30:58 EST 2006 Trans <transfire@gmail.com>
470
167
  * improvements to kernel/as
471
-
472
- Thu Nov 30 08:30:19 EST 2006 Trans <transfire@gmail.com>
473
168
  * minor doc addition to kernel/as
474
-
475
- Thu Nov 30 08:29:35 EST 2006 Trans <transfire@gmail.com>
476
169
  * fixed syntax in hash/op_add.rb
477
-
478
- Thu Nov 30 08:28:27 EST 2006 Trans <transfire@gmail.com>
479
170
  * imporvements to hash/partition_by thanks to Gregory of Laurel
480
-
481
- Thu Nov 30 08:27:13 EST 2006 Trans <transfire@gmail.com>
482
171
  * added Mauricio Fernandez to authors
483
-
484
- Thu Nov 30 08:26:43 EST 2006 Trans <transfire@gmail.com>
485
172
  * added addtional work library lore
486
-
487
- Thu Nov 30 08:25:01 EST 2006 Trans <transfire@gmail.com>
488
173
  * moved "calibre" project information files
489
-
490
- Thu Nov 30 08:15:34 EST 2006 Trans <transfire@gmail.com>
491
174
  * moved a number of "in the works" libs to ToadCode project
492
-
493
- Thu Nov 30 08:14:12 EST 2006 Trans <transfire@gmail.com>
494
175
  * removed predicate.rb, an expiremental logic system, and moved to ToadCode
495
-
496
- Thu Nov 30 08:12:37 EST 2006 Trans <transfire@gmail.com>
497
176
  * Added plugin.rb, an indirect require mechinism, ie. a plugin system
498
-
499
- Thu Nov 30 08:11:32 EST 2006 Trans <transfire@gmail.com>
500
177
  * remove one.rb and moved to ToadCode project, this was just silly/fun library
501
-
502
- Thu Nov 30 08:10:06 EST 2006 Trans <transfire@gmail.com>
503
178
  * Added library.rb which is a library ledger system (used to be roll.rb)
504
-
505
- Thu Nov 30 08:07:51 EST 2006 Trans <transfire@gmail.com>
506
179
  * added kernel/with which instance_eval's a block on with's subject
507
-
508
- Thu Nov 30 08:05:33 EST 2006 Trans <transfire@gmail.com>
509
180
  * rekey is an improved version of normalize_keys (ie. the basis of symbolize_keys)
510
-
511
- Thu Nov 30 08:04:35 EST 2006 Trans <transfire@gmail.com>
512
181
  * multiglob is like glob but handles a list of patterns
513
-
514
- Thu Nov 30 08:02:03 EST 2006 Trans <transfire@gmail.com>
515
182
  * proper access to openstruct's underlying table
516
-
517
- Fri Oct 27 22:51:57 EDT 2006 Trans <transfire@gmail.com>
518
183
  * minor adjustment to taskable.rb
519
-
520
- Fri Oct 27 22:51:12 EDT 2006 Trans <transfire@gmail.com>
521
184
  * minor adjustment to #dresner docs
522
-
523
- Fri Oct 27 22:50:40 EDT 2006 Trans <transfire@gmail.com>
524
185
  * minor adjustment to #as
525
-
526
- Tue Oct 24 22:20:45 EDT 2006 Trans <transfire@gmail.com>
527
186
  * simple doc addition to setup.rb
528
-
529
- Tue Oct 24 22:19:24 EDT 2006 Trans <transfire@gmail.com>
530
187
  * doc fixes and losening toplevel constraint to Object in taskable
531
-
532
- Tue Oct 24 22:17:36 EDT 2006 Trans <transfire@gmail.com>
533
188
  * made OpenObject #update and #merge public; added to_hash
534
-
535
- Tue Oct 24 22:17:11 EDT 2006 Trans <transfire@gmail.com>
536
189
  * minor "public" fix to main_as_object
537
-
538
- Tue Oct 24 22:15:38 EDT 2006 Trans <transfire@gmail.com>
539
190
  * removed unorder_store and store_only; added first/last to dictionary
540
-
541
- Tue Oct 24 22:12:01 EDT 2006 Trans <transfire@gmail.com>
542
191
  * continued improvements to command.rb
543
192
  added some new callbacks such as option_missing;
544
193
  also handles method_missing properly now
545
-
546
- Tue Oct 24 22:10:32 EDT 2006 Trans <transfire@gmail.com>
547
194
  * minor adjustments to module::@+
548
-
549
- Tue Oct 24 22:05:38 EDT 2006 Trans <transfire@gmail.com>
550
195
  * added string/rewrite
551
-
552
- Tue Oct 24 22:04:19 EDT 2006 Trans <transfire@gmail.com>
553
196
  * test fixes to module/include_as
554
-
555
- Tue Oct 24 22:03:44 EDT 2006 Trans <transfire@gmail.com>
556
197
  * documentation fix for class_extension
557
-
558
- Tue Oct 24 22:00:54 EDT 2006 Trans <transfire@gmail.com>
559
198
  * minor edit to supermethod (also finish #superior removal)
560
-
561
- Tue Oct 24 21:59:24 EDT 2006 Trans <transfire@gmail.com>
562
199
  * cleanup kernel/set_with code
563
-
564
- Tue Oct 24 21:57:04 EDT 2006 Trans <transfire@gmail.com>
565
200
  * update kernel/metaclass can now take a block
566
-
567
- Tue Oct 24 21:56:11 EDT 2006 Trans <transfire@gmail.com>
568
201
  * added hash#+ and hash#- (op_add and op_sub)
569
-
570
- Tue Oct 24 21:54:59 EDT 2006 Trans <transfire@gmail.com>
571
202
  * added cache to enumerable/every
572
-
573
- Tue Oct 24 21:52:56 EDT 2006 Trans <transfire@gmail.com>
574
203
  * minor updates to facets.rb
575
-
576
- Tue Oct 24 21:51:42 EDT 2006 Trans <transfire@gmail.com>
577
204
  * removed kernel/superior (silly name)
578
-
579
- Tue Oct 24 21:50:38 EDT 2006 Trans <transfire@gmail.com>
580
205
  * minor modifications ot PROJECT file
581
-
582
- Sat Sep 23 14:11:47 EDT 2006 Trans <transfire@gmail.com>
583
206
  * [add] more/autovivify.rb expiremental lib.
584
-
585
- Sat Sep 23 14:10:31 EDT 2006 Trans <transfire@gmail.com>
586
207
  * [update] Minor fix to command.rb to not use Kernel methods as subcommands.
587
-
588
- Sat Sep 23 14:08:44 EDT 2006 Trans <transfire@gmail.com>
589
208
  * [update] Work on annotation.rb to improve support for :self.
590
-
591
- Fri Sep 8 20:25:37 EDT 2006 Trans <transfire@gmail.com>
592
209
  * [deprecate] enumerable/permute.rb (replaced by permutation) and minor test fix to linkedlist.rb
593
-
594
- Fri Sep 8 18:59:21 EDT 2006 Trans <transfire@gmail.com>
595
210
  * [added] linkedlist.rb (thanks Kirk Haines!)
596
-
597
- Fri Sep 8 17:59:36 EDT 2006 Trans <transfire@gmail.com>
598
211
  * [added] enumerable/sum (thanks to Gavin Kistner)
599
-
600
- Fri Sep 8 17:36:58 EDT 2006 Trans <transfire@gmail.com>
601
212
  * [added] array/each_combo and combos (Eunumerable.combinations will be deprecated eventually)
602
-
603
- Fri Sep 8 17:34:52 EDT 2006 Trans <transfire@gmail.com>
604
213
  * [rename] changed enumerable/permute to permutation
605
-
606
- Sat Sep 2 12:27:55 EDT 2006 Trans <transfire@gmail.com>
607
214
  * [update] annotation.rb, fixed :self key
608
-
609
- Sat Sep 2 12:27:27 EDT 2006 Trans <transfire@gmail.com>
610
215
  * [added] pathname/op_div
611
-
612
- Sat Sep 2 12:26:10 EDT 2006 Trans <transfire@gmail.com>
613
216
  * [deprecated] hash/each.rb
614
-
615
- Thu Aug 31 11:27:18 EDT 2006 Trans <transfire@gmail.com>
616
217
  * [removed] hash/each.rb, this variation of Hash#each is too "dangerous" in practice
617
-
618
- Wed Aug 30 23:28:12 EDT 2006 Trans <transfire@gmail.com>
619
218
  * [update] module/self/op_add.rb: fixed inclusion order
620
-
621
- Wed Aug 30 22:49:12 EDT 2006 Trans <transfire@gmail.com>
622
219
  * annotation.rb, return annotations of self when key is :self [updated]
623
-
624
- Wed Aug 30 22:33:58 EDT 2006 Trans <transfire@gmail.com>
625
220
  * module/self/op_add.rb and op_sub.rb - traits like features [added]
626
-
627
- Tue Aug 29 18:35:32 EDT 2006 Trans <transfire@gmail.com>
628
221
  * minor improvemtns to module/clone_using and integrate
629
-
630
- Sat Aug 26 06:34:30 EDT 2006 Trans <transfire@gmail.com>
631
222
  * command.rb: minor change to docs [update]
632
-
633
- Sat Aug 26 06:32:46 EDT 2006 Trans <transfire@gmail.com>
634
223
  * openobject.rb (added NilClass#to_openobject) [update]
635
-
636
- Sat Aug 26 06:27:18 EDT 2006 Trans <transfire@gmail.com>
637
224
  * enumerable/each_slice.rb [replace]
638
-
639
225
  Ruby already has #each_slice if you require 'enumerator'. And for 1.9,
640
226
  I believe, this will be present automatically. So Facets' each_slice
641
227
  has been replaced with a simple redirection to require 'enumerator'.
642
228
  Ruby's version is slightly different in that it won't check arity if
643
229
  a slice count is not given. For this, use enumerable/each_by.
644
-
645
- Sat Aug 26 06:23:12 EDT 2006 Trans <transfire@gmail.com>
646
230
  * array/delete_at.rb [removed]
647
-
648
231
  Ruby's Array class already has a #delete_at method,
649
232
  although this is another method at odds with Hash.
650
233
  Use #delete_values_at instead.
651
-
652
-
653
- Wed Aug 23 18:20:31 EDT 2006 Trans <transfire@gmail.com>
654
234
  * moved File.bitbucket to File.null (but bitbucket was so "fun"! ;)
655
-
656
- Wed Aug 23 17:58:29 EDT 2006 Trans <transfire@gmail.com>
657
235
  * added nilclass/to_path
658
-
659
- Wed Aug 23 17:58:04 EDT 2006 Trans <transfire@gmail.com>
660
236
  * added kernel/load_local
661
-
662
- Wed Aug 23 17:56:51 EDT 2006 Trans <transfire@gmail.com>
663
237
  * added kernel/callee
664
-
665
- Wed Aug 23 17:55:46 EDT 2006 Trans <transfire@gmail.com>
666
238
  * added enumerable/eachn, integer/each and integer/of
667
-
668
- Wed Aug 23 17:54:38 EDT 2006 Trans <transfire@gmail.com>
669
239
  * re-added array/delete_values_at
670
-
671
- Wed Aug 23 17:53:49 EDT 2006 Trans <transfire@gmail.com>
672
240
  * added filetest/self/root
673
-
674
- Tue Aug 22 11:43:14 EDT 2006 Trans <transfire@gmail.com>
675
241
  * added cache.rb
676
-
677
- Tue Aug 22 08:45:03 EDT 2006 Trans <transfire@gmail.com>
678
242
  * moved Dir.bitbucket to File.bitbucket
679
-
680
- Mon Aug 21 22:17:47 EDT 2006 Trans <transfire@gmail.com>
681
243
  * removed task file in favor of sake based util/
682
-
683
- Mon Aug 21 22:17:33 EDT 2006 Trans <transfire@gmail.com>
684
244
  * added main_as_module
685
-
686
- Mon Aug 21 22:16:18 EDT 2006 Trans <transfire@gmail.com>
687
245
  * added doublemetaphone (Thanks Lawrence Philps!)
688
-
689
- Mon Aug 21 22:15:38 EDT 2006 Trans <transfire@gmail.com>
690
246
  * rewrote taskable.rb
691
-
692
- Mon Aug 21 22:15:02 EDT 2006 Trans <transfire@gmail.com>
693
247
  * minor doc fix to association.rb
694
-
695
- Mon Aug 21 22:14:30 EDT 2006 Trans <transfire@gmail.com>
696
248
  * added symbol/to_s which caches the result for speed up
697
-
698
- Mon Aug 21 22:13:17 EDT 2006 Trans <transfire@gmail.com>
699
249
  * additions and adjusments related to hash/delete_at
700
-
701
- Mon Aug 21 22:12:54 EDT 2006 Trans <transfire@gmail.com>
702
250
  * added Dir.bitbucket
703
-
704
- Mon Aug 21 22:11:46 EDT 2006 Trans <transfire@gmail.com>
705
251
  * update to array/op_fetch to include op_store
706
-
707
- Mon Aug 21 22:11:08 EDT 2006 Trans <transfire@gmail.com>
708
252
  * updated docs and util tasks
709
-
710
- Mon Aug 21 22:04:23 EDT 2006 Trans <transfire@gmail.com>
711
253
  * minor changes
712
-
713
- Thu Aug 17 20:38:42 EDT 2006 Trans <transfire@gmail.com>
714
254
  * added filesystem.rb
715
-
716
- Thu Aug 17 20:33:44 EDT 2006 Trans <transfire@gmail.com>
717
255
  * taskable should now work at the toplevel too
718
-
719
- Thu Aug 17 20:30:49 EDT 2006 Trans <transfire@gmail.com>
720
256
  * still working the organization as Reap/Sake change
721
-
722
- Fri Aug 11 18:04:16 EDT 2006 Trans <transfire@gmail.com>
723
257
  * started setting project tasks up for sake
724
-
725
- Wed Aug 9 16:01:16 EDT 2006 Trans <transfire@gmail.com>
726
258
  * updates to enumerable each_slice
727
-
728
- Wed Aug 9 16:00:22 EDT 2006 Trans <transfire@gmail.com>
729
259
  * updated names of meta files
730
-
731
- Wed Aug 9 15:56:58 EDT 2006 Trans <transfire@gmail.com>
732
260
  * updates to READMEs
733
-
734
- Sat Aug 5 00:24:38 EDT 2006 Trans <transfire@gmail.com>
735
261
  * added trace to command.rb
736
-
737
- Wed Aug 2 14:49:35 EDT 2006 Trans <transfire@gmail.com>
738
262
  * organizational changes
739
-
740
- Tue Jul 25 10:06:24 EDT 2006 Trans <transfire@gmail.com>
741
- tagged 1.7
742
-
743
- Tue Jul 25 10:05:36 EDT 2006 Trans <transfire@gmail.com>
263
+ 1.7
744
264
  * fix to inifinty.rb
745
-
746
- Tue Jul 25 08:13:12 EDT 2006 Trans <transfire@gmail.com>
747
265
  * comment on cut.rb needed a quick fix
748
-
749
- Tue Jul 25 08:06:22 EDT 2006 Trans <transfire@gmail.com>
750
266
  * updated infinity
751
-
752
- Sun Jul 23 13:52:24 EDT 2006 Trans <transfire@gmail.com>
753
267
  * added tkxml.rb
754
-
755
- Sun Jul 23 13:32:07 EDT 2006 Trans <transfire@gmail.com>
756
268
  * allow tasks to to arguments (all dependent tasks must take same args)
757
-
758
- Sun Jul 23 13:31:12 EDT 2006 Trans <transfire@gmail.com>
759
269
  * update infinity.rb to conform more with common standards
760
-
761
- Sun Jul 23 07:04:39 EDT 2006 Trans <transfire@gmail.com>
762
270
  * error catch added to command.rb (thanks Jonas)
763
-
764
- Sun Jul 23 00:39:18 EDT 2006 Trans <transfire@gmail.com>
765
271
  * added singleton annotations
766
-
767
- Sun Jul 23 00:38:03 EDT 2006 Trans <transfire@gmail.com>
768
272
  * minor improvement to wrap_method and proc/compose
769
-
770
- Sat Jul 22 23:34:28 EDT 2006 Trans <transfire@gmail.com>
771
273
  * added more/infinity.rb
772
-
773
- Sat Jul 22 20:42:21 EDT 2006 Trans <transfire@gmail.com>
774
274
  * major improvement to String#singular and plural
775
-
776
- Sat Jul 22 16:21:59 EDT 2006 Trans <transfire@gmail.com>
777
275
  * update normalize_keys to take a proc instead of a "send" parameter
778
-
779
- Sat Jul 22 09:00:05 EDT 2006 Trans <transfire@gmail.com>
780
276
  * projectinfo backups change
781
-
782
- Sat Jul 22 08:59:36 EDT 2006 Trans <transfire@gmail.com>
783
277
  * added cuts implimentation
784
-
785
- Sat Jul 22 08:58:17 EDT 2006 Trans <transfire@gmail.com>
786
278
  * separated integer/op_mul from compose, op_mul now composes and Integer#of
787
-
788
- Sat Jul 22 08:57:27 EDT 2006 Trans <transfire@gmail.com>
789
279
  * wrap_method, no need to undef method before redefining it
790
-
791
- Mon Jul 17 12:29:08 EDT 2006 Trans <transfire@gmail.com>
792
280
  * move calibre files (will we do ever use?) to work/pore/meta
793
-
794
- Mon Jul 17 09:35:06 EDT 2006 Trans <transfire@gmail.com>
795
281
  * added work dir to repo
796
-
797
- Mon Jul 17 06:35:50 EDT 2006 Trans <transfire@gmail.com>
798
282
  * fix instance_interception test
799
-
800
- Mon Jul 17 06:06:08 EDT 2006 Trans <transfire@gmail.com>
801
283
  * doc cleanup
802
-
803
- Mon Jul 17 00:32:43 EDT 2006 Trans <transfire@gmail.com>
804
284
  * added hash/op_div and array/op_div to BASE.
805
-
806
- Mon Jul 17 00:31:51 EDT 2006 Trans <transfire@gmail.com>
807
285
  * remove kernel/called and fixed callee,__callee__ and __method__.
808
-
809
- Mon Jul 17 00:30:12 EDT 2006 Trans <transfire@gmail.com>
810
286
  * just about prefected OpenObject
811
-
812
- Sun Jul 16 19:45:06 EDT 2006 Trans <transfire@gmail.com>
813
287
  * keys_to_sym to symbolize_keys usage
814
-
815
- Sun Jul 16 17:35:59 EDT 2006 Trans <transfire@gmail.com>
816
288
  * remove explore dir, perhaps better to do without midstage
817
-
818
- Sun Jul 16 16:25:29 EDT 2006 Trans <transfire@gmail.com>
819
289
  * added to_a to OpenObject
820
-
821
- Sun Jul 16 16:19:12 EDT 2006 Trans <transfire@gmail.com>
822
290
  * minor touchup to opencascade
823
-
824
- Sun Jul 16 10:49:32 EDT 2006 Trans <transfire@gmail.com>
825
- tagged 1.6
826
-
827
- Sun Jul 16 10:48:35 EDT 2006 Trans <transfire@gmail.com>
291
+ 1.6
828
292
  * PrivateAccess expiremental class
829
-
830
- Sun Jul 16 10:47:58 EDT 2006 Trans <transfire@gmail.com>
831
293
  * added reverse_merge (from Active Support)
832
-
833
- Sun Jul 16 10:47:23 EDT 2006 Trans <transfire@gmail.com>
834
294
  * adjustments to stringify_keys, record normalize_keys
835
-
836
- Sun Jul 16 10:45:56 EDT 2006 Trans <transfire@gmail.com>
837
295
  * work on other Hash subclasses Dictionary, OpenCascade, and Hash#having_fallback features
838
-
839
- Sun Jul 16 10:43:09 EDT 2006 Trans <transfire@gmail.com>
840
296
  * added some core methods enumerable#divide, array and hash op_div, kernel/meta
841
-
842
- Sun Jul 16 10:41:24 EDT 2006 Trans <transfire@gmail.com>
843
297
  * deprecated generate_method_name and generate_instance_method_name
844
-
845
- Sun Jul 16 10:37:56 EDT 2006 Trans <transfire@gmail.com>
846
298
  * Hash methods keys_to_s and keys_to_sym to stringify_keys and symbolize_keys
847
299
  Both now depend on normalize_keys
848
-
849
- Sun Jul 16 10:35:38 EDT 2006 Trans <transfire@gmail.com>
850
300
  * rewrote openobject as a subclass of Hash with a method filter
851
-
852
- Sun Jul 16 10:29:16 EDT 2006 Trans <transfire@gmail.com>
853
301
  * rewrote annotation.rb and moved into more/
854
-
855
- Sat Jul 15 13:22:09 EDT 2006 Trans <transfire@gmail.com>
856
302
  * add meta docs to darcs
857
-
858
- Sat Jul 15 13:15:05 EDT 2006 Trans <transfire@gmail.com>
859
303
  * added Jan Molic's Debugger(Logger) to explore
860
-
861
- Sat Jul 15 13:11:58 EDT 2006 Trans <transfire@gmail.com>
862
304
  * calibre task (worth the effort?)
863
-
864
- Sat Jul 15 08:59:59 EDT 2006 Trans <transfire@gmail.com>
865
305
  * added Symbol::generate
866
-
867
- Sat Jul 15 08:18:49 EDT 2006 Trans <transfire@gmail.com>
868
306
  * remove generate_method_name methods
869
307
  ** removed kernel/generate_method_name
870
308
  ** removed moodule/generate_instance_method_name
871
309
  Neither were thread safe.
872
-
873
- Sat Jul 15 06:33:38 EDT 2006 Trans <transfire@gmail.com>
874
310
  * new implementation of openobject cont.
875
-
876
- Sat Jul 15 00:15:47 EDT 2006 Trans <transfire@gmail.com>
877
311
  * updated dictionary class
878
312
  1. created subclass AutoDictionary, now used by Dictionary.auto
879
313
  2. deprecated ::key_new and :value_new, use ::new.by_key and ::new.by_value instead.
880
314
  3. Retained ::alpha but changed ::auto_key to ::auto_alpha.
881
-
882
- Fri Jul 14 22:05:48 EDT 2006 Trans <transfire@gmail.com>
883
315
  * new implementation of openobject in Facets/EXPLORE
884
-
885
- Fri Jul 14 11:34:47 EDT 2006 Trans <transfire@gmail.com>
886
316
  * Added deep_clone (thanks Jan Molic)
887
-
888
- Fri Jul 14 11:03:10 EDT 2006 Trans <transfire@gmail.com>
889
317
  * project metadata work adjustments
890
-
891
- Fri Jul 14 11:02:23 EDT 2006 Trans <transfire@gmail.com>
892
318
  * minor update to tagiterator.rb
893
-
894
- Fri Jul 14 11:01:45 EDT 2006 Trans <transfire@gmail.com>
895
319
  * add _darcs expection to FileList
896
-
897
- Fri Jul 14 11:00:46 EDT 2006 Trans <transfire@gmail.com>
898
320
  * fix to nilclass#status (accept single parameter)
899
-
900
- Fri Jul 14 10:59:02 EDT 2006 Trans <transfire@gmail.com>
901
321
  * added Hash.auto (thanks Jan Molic)
902
-
903
- Fri Jul 14 10:58:03 EDT 2006 Trans <transfire@gmail.com>
904
322
  * remove blankslate alias to basicobject
905
-
906
- Tue Jul 11 14:54:24 EDT 2006 Trans <transfire@gmail.com>
907
323
  * added annotation and instance_intercept to Facets/EXPLORE
908
-
909
- Tue Jul 11 11:41:35 EDT 2006 Trans <transfire@gmail.com>
910
324
  * added Kernel#to_data
911
-
912
- Tue Jul 11 11:41:09 EDT 2006 Trans <transfire@gmail.com>
913
325
  * add Daniel Berger's Hash#to_stuct
914
-
915
- Tue Jul 11 11:39:36 EDT 2006 Trans <transfire@gmail.com>
916
326
  * moved ValueHolder in snapshot.rb to Snapshot::ValueHolder
917
-
918
- Mon Jul 10 18:06:33 EDT 2006 Trans <transfire@gmail.com>
919
327
  * minor bug fix to alias_method_chain
920
-
921
- Mon Jul 10 18:05:34 EDT 2006 Trans <transfire@gmail.com>
922
328
  * fix compatiblity with Reap
923
-
924
- Mon Jul 10 18:03:18 EDT 2006 Trans <transfire@gmail.com>
925
329
  * improved Proc#to_method and Kernel#instance_exec
926
-
927
- Fri Jul 7 17:35:40 EDT 2006 Trans <transfire@gmail.com>
928
330
  * added instance_exec (duh)
929
-
930
- Fri Jul 7 17:33:48 EDT 2006 Trans <transfire@gmail.com>
931
331
  * added object_clone and object_dup
932
332
  object_ methods are intended as non-overridable (although you cna if you must).
933
-
934
- Fri Jul 7 17:32:47 EDT 2006 Trans <transfire@gmail.com>
935
333
  * no Configuration alias for Settings
936
-
937
- Fri Jul 7 05:35:09 EDT 2006 Trans <transfire@gmail.com>
938
334
  * added facets/explore libs
939
-
940
- Thu Jul 6 11:16:38 EDT 2006 Trans <transfire@gmail.com>
941
335
  * added settings.rb from glue
942
-
943
- Thu Jul 6 11:07:47 EDT 2006 Trans <transfire@gmail.com>
944
336
  * openobject uses self[] instead of @table[]
945
337
  also update proj/infp to start 1.5 series
946
-
947
- Wed Jul 5 11:40:58 EDT 2006 transfire@gmail.com
948
338
  * deprecate BaasicObject
949
-
950
- Wed Jul 5 13:16:42 EDT 2006 Trans <transfire@gmail.com>
951
- tagged 1.4.5
952
-
953
- Wed Jul 5 11:37:00 EDT 2006 Trans <transfire@gmail.com>
339
+ 1.4.5
954
340
  * move ProjectInfo to proj/info
955
-
956
- Mon Jul 3 22:20:50 EDT 2006 Trans <transfire@gmail.com>
957
341
  * better arrangment of repository
958
-
959
- Mon Jul 3 07:32:53 EDT 2006 Trans <transfire@gmail.com>
960
342
  * Added nil#status, module#alias_method_chain and enumerable#cascade.
961
-
962
343
  nil#status - Allows a messgae to be passed through a failure chain.
963
-
964
344
  module#alias_method_chain - from rails this is clever idiom for
965
345
  module-based method wrapping. A limited solution, but since
966
346
  there's no standard solution as of yet, well support til then.
967
-
968
347
  enumerable#cascade - cascade a list of action on each element
969
348
  of an enumerable.
970
-
971
- Mon Jul 3 00:54:10 EDT 2006 Trans <transfire@gmail.com>
972
349
  * method missing in htmlbuilder effected by basic object fix
973
-
974
- Sun Jul 2 23:54:58 EDT 2006 Trans <transfire@gmail.com>
975
350
  * minor update to functor.rb
976
-
977
- Fri Jun 30 21:58:32 EDT 2006 Trans <transfire@gmail.com>
978
351
  * change WebAgent to Web
979
-
980
- Thu Jun 29 08:55:19 EDT 2006 Trans <transfire@gmail.com>
981
352
  * Removed hash/keys_to_iv b/c it is a poor name. Since the alternative of #keys_to_instance_variables conveys the wrong idea, decided to just get rid of this. Instead use the Rails compatibile hash/variablize_keys.
982
-
983
- Wed Jun 28 22:56:33 EDT 2006 Trans <transfire@gmail.com>
984
353
  * 1.4RC3
985
-
986
- Sat Jun 24 10:31:14 EDT 2006 Trans <transfire@gmail.com>
987
354
  * initial import