facets 2.5.0 → 2.5.1

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 (191) hide show
  1. data/AUTHORS +1 -1
  2. data/CHANGES +28 -45
  3. data/MANIFEST +35 -4
  4. data/README +3 -14
  5. data/RELEASE +36 -70
  6. data/VERSION +1 -1
  7. data/doc/archive/RELEASE-2.5.0 +83 -0
  8. data/doc/log/basic_stats/index.html +4 -4
  9. data/doc/log/changelog.html +509 -2
  10. data/doc/log/changelog.txt +130 -1522
  11. data/doc/rdoc/core/classes/Array.html +366 -141
  12. data/doc/rdoc/core/classes/Binding.html +45 -45
  13. data/doc/rdoc/core/classes/Class.html +38 -38
  14. data/doc/rdoc/core/classes/Comparable.html +26 -26
  15. data/doc/rdoc/core/classes/Enumerable.html +174 -170
  16. data/doc/rdoc/core/classes/Enumerable/Enumerator.html +130 -0
  17. data/doc/rdoc/core/classes/Enumerator.html +132 -0
  18. data/doc/rdoc/core/classes/Exception.html +8 -8
  19. data/doc/rdoc/core/classes/File.html +58 -58
  20. data/doc/rdoc/core/classes/FileTest.html +4 -4
  21. data/doc/rdoc/core/classes/Float.html +8 -8
  22. data/doc/rdoc/core/classes/Functor.html +12 -12
  23. data/doc/rdoc/core/classes/Hash.html +447 -263
  24. data/doc/rdoc/core/classes/Indexable.html +110 -110
  25. data/doc/rdoc/core/classes/Integer.html +2 -2
  26. data/doc/rdoc/core/classes/Kernel.html +329 -329
  27. data/doc/rdoc/core/classes/Lazy/Promise.html +1 -1
  28. data/doc/rdoc/core/classes/MatchData.html +15 -15
  29. data/doc/rdoc/core/classes/Module.html +176 -157
  30. data/doc/rdoc/core/classes/NilClass.html +23 -23
  31. data/doc/rdoc/core/classes/Numeric.html +27 -27
  32. data/doc/rdoc/core/classes/Object.html +8 -8
  33. data/doc/rdoc/core/classes/ObjectSpace.html +5 -5
  34. data/doc/rdoc/core/classes/Proc.html +22 -22
  35. data/doc/rdoc/core/classes/Regexp.html +1 -1
  36. data/doc/rdoc/core/classes/Stackable.html +31 -31
  37. data/doc/rdoc/core/classes/String.html +332 -291
  38. data/doc/rdoc/core/classes/Symbol.html +1 -1
  39. data/doc/rdoc/core/classes/TrueClass.html +8 -8
  40. data/doc/rdoc/core/classes/UnboundMethod.html +18 -13
  41. data/doc/rdoc/core/created.rid +1 -1
  42. data/doc/rdoc/core/files/README.html +7 -29
  43. data/doc/rdoc/core/files/lib/core/facets/array/product_rb.html +1 -1
  44. data/doc/rdoc/core/files/lib/core/facets/enumerable/collect_rb.html +10 -1
  45. data/doc/rdoc/core/files/lib/core/facets/enumerable/compact_map_rb.html +92 -0
  46. data/doc/rdoc/core/files/lib/core/facets/enumerable/map_with_index_rb.html +92 -0
  47. data/doc/rdoc/core/files/lib/core/facets/enumerable/split_rb.html +1 -1
  48. data/doc/rdoc/core/files/lib/core/facets/hash/collate_rb.html +1 -1
  49. data/doc/rdoc/core/files/lib/core/facets/hash/group_by_value_rb.html +92 -0
  50. data/doc/rdoc/core/files/lib/core/facets/hash/new_with_rb.html +92 -0
  51. data/doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html +1 -1
  52. data/doc/rdoc/core/files/lib/core/facets/module/extend_rb.html +92 -0
  53. data/doc/rdoc/core/files/lib/core/facets/string/align_rb.html +1 -1
  54. data/doc/rdoc/core/files/lib/core/facets/string/file_rb.html +96 -0
  55. data/doc/rdoc/core/files/lib/core/facets/string/xor_rb.html +1 -1
  56. data/doc/rdoc/core/files/lib/core/facets/to_hash_rb.html +5 -1
  57. data/doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html +1 -1
  58. data/doc/rdoc/core/fr_class_index.html +2 -0
  59. data/doc/rdoc/core/fr_file_index.html +6 -0
  60. data/doc/rdoc/core/fr_method_index.html +386 -373
  61. data/doc/rdoc/lore/classes/OpenStruct.html +6 -4
  62. data/doc/rdoc/lore/created.rid +1 -1
  63. data/doc/rdoc/lore/files/README.html +7 -29
  64. data/doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html +1 -1
  65. data/doc/rdoc/more/classes/ANSICode.html +66 -66
  66. data/doc/rdoc/more/classes/Advisable.html +37 -37
  67. data/doc/rdoc/more/classes/Advisable/Method.html +20 -20
  68. data/doc/rdoc/more/classes/Archive/Tar/Minitar.html +27 -27
  69. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html +28 -28
  70. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html +19 -19
  71. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html +31 -31
  72. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html +33 -33
  73. data/doc/rdoc/more/classes/Association.html +67 -53
  74. data/doc/rdoc/more/classes/Association/Kernel.html +11 -12
  75. data/doc/rdoc/more/classes/BBCode.html +36 -36
  76. data/doc/rdoc/more/classes/BaseX.html +16 -16
  77. data/doc/rdoc/more/classes/BiCrypt.html +67 -67
  78. data/doc/rdoc/more/classes/BinReadable.html +85 -85
  79. data/doc/rdoc/more/classes/BinReadable/ByteOrder.html +25 -25
  80. data/doc/rdoc/more/classes/Binding.html +8 -8
  81. data/doc/rdoc/more/classes/Buildable.html +4 -4
  82. data/doc/rdoc/more/classes/Cloneable.html +4 -4
  83. data/doc/rdoc/more/classes/ConsoleUtils.html +18 -18
  84. data/doc/rdoc/more/classes/Crypt.html +16 -16
  85. data/doc/rdoc/more/classes/CssTree.html +8 -8
  86. data/doc/rdoc/more/classes/Dictionary.html +52 -45
  87. data/doc/rdoc/more/classes/Enumerable.html +50 -50
  88. data/doc/rdoc/more/classes/Enumerable/Elementor.html +16 -16
  89. data/doc/rdoc/more/classes/Enumerable/Enumerator.html +4 -4
  90. data/doc/rdoc/more/classes/Enumerable/Filterable.html +30 -30
  91. data/doc/rdoc/more/classes/EnumerablePass.html +15 -15
  92. data/doc/rdoc/more/classes/Equatable.html +16 -16
  93. data/doc/rdoc/more/classes/Expirable.html +17 -17
  94. data/doc/rdoc/more/classes/Fileable.html +14 -14
  95. data/doc/rdoc/more/classes/Fileable/DSL.html +41 -41
  96. data/doc/rdoc/more/classes/Hash2Xml.html +4 -4
  97. data/doc/rdoc/more/classes/Hook.html +162 -0
  98. data/doc/rdoc/more/classes/HtmlFilter.html +9 -9
  99. data/doc/rdoc/more/classes/Instantiable.html +9 -9
  100. data/doc/rdoc/more/classes/Instantize.html +8 -8
  101. data/doc/rdoc/more/classes/Interval.html +187 -187
  102. data/doc/rdoc/more/classes/It.html +12 -12
  103. data/doc/rdoc/more/classes/Matcher.html +38 -38
  104. data/doc/rdoc/more/classes/Matcher/MatchData.html +4 -4
  105. data/doc/rdoc/more/classes/Memoizer.html +21 -21
  106. data/doc/rdoc/more/classes/Multiton.html +12 -12
  107. data/doc/rdoc/more/classes/Multiton/MetaMethods.html +28 -28
  108. data/doc/rdoc/more/classes/Net/SMTP.html +8 -8
  109. data/doc/rdoc/more/classes/OpEsc.html +5 -5
  110. data/doc/rdoc/more/classes/OpenCascade.html +4 -4
  111. data/doc/rdoc/more/classes/OpenHash.html +9 -9
  112. data/doc/rdoc/more/classes/OpenStructable.html +36 -36
  113. data/doc/rdoc/more/classes/PQueue.html +84 -84
  114. data/doc/rdoc/more/classes/Paramix.html +16 -16
  115. data/doc/rdoc/more/classes/Paramix/Delegator.html +16 -16
  116. data/doc/rdoc/more/classes/RWDelegator.html +16 -16
  117. data/doc/rdoc/more/classes/Random.html +5 -5
  118. data/doc/rdoc/more/classes/Random/Array.html +37 -37
  119. data/doc/rdoc/more/classes/Random/Hash.html +52 -52
  120. data/doc/rdoc/more/classes/Random/Object.html +4 -4
  121. data/doc/rdoc/more/classes/Random/String.html +34 -34
  122. data/doc/rdoc/more/classes/Random/String/Self.html +9 -9
  123. data/doc/rdoc/more/classes/Registerable.html +13 -13
  124. data/doc/rdoc/more/classes/Stash.html +28 -28
  125. data/doc/rdoc/more/classes/String/Mask.html +72 -72
  126. data/doc/rdoc/more/classes/String/Words.html +31 -31
  127. data/doc/rdoc/more/classes/System.html +253 -253
  128. data/doc/rdoc/more/classes/Timer.html +48 -48
  129. data/doc/rdoc/more/classes/Timer/Dummy.html +9 -9
  130. data/doc/rdoc/more/classes/Tuple.html +170 -170
  131. data/doc/rdoc/more/classes/TypeCast/Class.html +4 -4
  132. data/doc/rdoc/more/classes/TypeCast/Object.html +4 -4
  133. data/doc/rdoc/more/classes/Uninheritable.html +6 -6
  134. data/doc/rdoc/more/classes/X.html +117 -0
  135. data/doc/rdoc/more/classes/XOXO.html +11 -11
  136. data/doc/rdoc/more/classes/ZipUtils.html +88 -88
  137. data/doc/rdoc/more/classes/ZipUtils/DryRun.html +68 -68
  138. data/doc/rdoc/more/classes/ZipUtils/NoWrite.html +68 -68
  139. data/doc/rdoc/more/classes/ZipUtils/Verbose.html +60 -60
  140. data/doc/rdoc/more/created.rid +1 -1
  141. data/doc/rdoc/more/files/README.html +7 -29
  142. data/doc/rdoc/more/files/lib/more/facets/association_rb.html +1 -1
  143. data/doc/rdoc/more/files/lib/more/facets/dictionary_rb.html +1 -1
  144. data/doc/rdoc/more/files/lib/more/facets/hook_rb.html +96 -0
  145. data/doc/rdoc/more/files/lib/more/facets/paramix_rb.html +1 -1
  146. data/doc/rdoc/more/files/lib/more/facets/xoxo_rb.html +2 -2
  147. data/doc/rdoc/more/fr_class_index.html +2 -0
  148. data/doc/rdoc/more/fr_file_index.html +1 -0
  149. data/doc/rdoc/more/fr_method_index.html +686 -681
  150. data/lib/core/facets/array/product.rb +6 -23
  151. data/lib/core/facets/enumerable/collect.rb +3 -53
  152. data/lib/core/facets/enumerable/compact_map.rb +35 -0
  153. data/lib/core/facets/enumerable/map_with_index.rb +23 -0
  154. data/lib/core/facets/enumerable/split.rb +3 -3
  155. data/lib/core/facets/hash/collate.rb +45 -14
  156. data/lib/core/facets/hash/group_by_value.rb +65 -0
  157. data/lib/core/facets/hash/new_with.rb +15 -0
  158. data/lib/core/facets/module/extend.rb +11 -0
  159. data/lib/core/facets/string/align.rb +19 -18
  160. data/lib/core/facets/string/file.rb +17 -0
  161. data/lib/core/facets/string/xor.rb +9 -3
  162. data/lib/core/facets/to_hash.rb +274 -17
  163. data/lib/core/facets/unboundmethod/name.rb +4 -2
  164. data/lib/lore/facets/ostruct.rb +3 -0
  165. data/lib/more/facets/association.rb +28 -12
  166. data/lib/more/facets/dictionary.rb +10 -4
  167. data/lib/more/facets/hook.rb +65 -0
  168. data/lib/more/facets/paramix.rb +5 -5
  169. data/meta/abstract +13 -0
  170. data/meta/authors +1 -0
  171. data/meta/contact +1 -0
  172. data/meta/contributors +48 -0
  173. data/meta/created +1 -0
  174. data/meta/homepage +1 -0
  175. data/meta/license +1 -0
  176. data/meta/loadpath +3 -0
  177. data/meta/releases +14 -0
  178. data/meta/slogan +1 -0
  179. data/meta/summary +1 -0
  180. data/task/test.rake +116 -18
  181. data/test/core/array/test_product.rb +0 -6
  182. data/test/core/binding/test_local_variables.rb +9 -3
  183. data/test/core/enumerable/test_split.rb +19 -0
  184. data/test/core/module/test_conflict.rb +8 -3
  185. data/test/core/test_to_hash.rb +152 -0
  186. data/test/core/unboundmethod/test_arguments.rb +1 -1
  187. data/test/core/unboundmethod/test_name.rb +2 -2
  188. metadata +39 -8
  189. data/doc/log/bstats/stats.html +0 -39
  190. data/doc/log/stats.html +0 -25
  191. data/test/more/test_to_hash.rb +0 -58
@@ -1,1609 +1,217 @@
1
- 2008-09-11 transami
2
-
3
- * Add VERSION stamp file.
4
- * Moved METADATA into meta/* files.
5
- * Added comment loading benchmark.
6
- * Removed admin directory.
7
- * Moved admin/site to web.
8
- * Moved admin/depot to work.
9
- * Added doc/news.html and doc/authors.html to website (temporarily).
10
- * Added deprecated work file.
11
- * Added a misc work file.
12
- * Moved admin/forms to gen.
13
- * Moved archive of old changelogs to doc/archive.
14
- * Moved .roll to .config/roll.ini.
15
- * Moved admin/config/ to .config/.
16
- * Array#index now takes a block (this is a core override). [minor]
17
- * Change #index_of to #index which now takes a block.
18
- * Speed up of Integer odd/even methods. [minor]
19
- * OpenCascade automatically creates nodes, use foo? to query. [minor]
20
-
21
-
22
- 2008-09-08 transami
23
-
24
- * Fixed Pathname#glob to ensure use of ::File.
25
- * Added zlib.rb to Lore library.
26
-
27
-
28
- 2008-09-06 transami
29
-
30
- * OpenStruct.new can now take a default block, like Hash.new.
31
-
32
-
33
- 2008-09-02 transami
34
-
35
- * Removed Rope class. If anything this will have a separate project.
36
-
37
-
38
- 2008-09-01 transami
39
-
40
- * Tag 2.4.4
41
- * Added news section to reap config.
42
- * Adjusted tests to match recent fixes.
43
- * Added warning to annotations.rb.
44
- * Fixed facets.rb to use relative paths.
45
- * Added Time#advance. [minor]
46
- * date.rb (stamp) fixed ref to constant FORMAT.
47
- * Updated all per-class loaders to use relative paths.
48
- * Added qua_class.rb. Yea. It really is my favorite.
49
- * Moved variablize methods out of metaid.rb and into separate files (string/ and symbol/). [minor]
50
- * Deprecated String#to_time.
51
- * This method reqiures the loading of a number of other standard libs.
52
- * We can reconsider adding it again if we decide these other libs should be core.
53
- * Or if we find a more suitable way to define the method.
54
- * Deprecated kernel/suppress. Use Exception.suppress from now on. [major]
55
- * Fixed require of string/xor in bicrypt.rb. [bug]
56
- * Fixed cgi.rb (CGI is a class not a module).
57
- * Update reap rdoc services.
58
- * Added a benchmark for measuring how fast Facets loads. (Core < 1sec!)
59
- * Place old news posts in doc/news.
60
- * Until 2.4.0 these are mostly just changelog entries.
61
- * Moved README.* to doc/.
62
- * Added simple functional test that loads all of Facets.
63
- * Updated tests to head syntax warnings.
64
- * Added doc/book.
65
- * Remove doc/notes and add README.* files.
66
- * Added Instantise as a synonym for Instantize.
67
- * General improvements to More libs to correct syntax warnings.
68
- * Much improved date.rb extension now in Lore library. [major]
69
- * adjusted Ruby 1.9 condition
70
- * Made Module#alias_method_chaing a public method (for better Rails support).
71
- * Wrapped Nilclass#to_f in 1.9 condition.
72
- * float/round.rb redirects to numeric/round.rb.
73
- * numeric/float.rb holds rounding methods for all classed Numeric, Integer and Float.
74
- * Replace Kernel#instance_exec with Mauricio's version.
75
- * Fixed warning about parenthesis.
76
- * Minor improvements to Time extensions.
77
- * Wrapped String#to_time in Ruby 1.9 condition.
78
- * Improved String#each_char to work like Ruby 1.9.
79
- * This loads strscan.rb.
80
- * It is wrapped in a 1.9 condition.
81
- * Removed a comment from pathname.rb.
82
- * OpenStruct#to_h dups internal table. [bug]
83
- * Re-added date.rb to lore library, and removed from core. [major]
84
-
85
-
86
- 2008-08-31 transami
87
-
88
- * Add facets class files (eg. facets/string) have been made dynamic. [minor]
89
- * Removed Time#to_date.
90
- * Due to clobberd RI Docs (!) this should have been in Lore lib date.rb
91
- * Moved to Lore date.rb. [major]
92
- * Added Symbol#plain?, Symbol#query? and Symbol#setter? [major]
93
- * Move admin/sow to admin/share.
94
- * Moved old changelogs to archive.
95
- * Added a log/archive.
96
- * Fixed tests for BasicObject and Hash#slice.
97
- * Added admin/share dirctory.
98
- * Moved Hash#<< from hash/update.rb to hash/op_push.rb [minor]
99
- * Array#index accepts a block (one of the few core overrides). [minor]
100
- * Module#instance_method_define? now only applies to public methods. [minor]
101
- * Renamed string/subtract to string/op_sub.
102
- Old name will remain for time being for compatability. [minor]
103
- * Hash#<< now return self [bug]
104
- * BasicObject is now just a synonm for BlankSlate unless Ruby 1.9. [major]
105
- * Added #glob and #glob_first as extensions to Pathname.
106
- * Moved style.rb to string/stylize.rb [minor]
107
- * Added string/mask providing powerful string manipulation. [major]
108
- * Added warning to bytes --use RichUnits instead.
109
- * Added Jim Weirich's BlankSlate class.
110
- * This is a temporary measure be compatible w/ AcitveSupport's BasicObject.
111
-
112
-
113
- 2008-08-29 transami
114
-
115
- * Added block to Array#index.
116
- * This is one of the few core overrides in Facets.
117
- * It is a feature already in Ruby 1.9.
118
-
119
-
120
- 2008-08-25 transami
121
-
122
- * Added niclass/ergo whic points back to kernel/ergo.
123
-
124
-
125
- 2008-08-23 transami
126
-
127
- * Added reap and sow to admin/.
128
- * Made core/facets/hash.rb dynamic.
129
-
130
-
131
- 2008-08-22 transami
132
-
133
- * Renamed arguments.rb and CLI::Arguments to argvector.rb and Argvector.*
134
- * Added #bump method to VersionNumber class.*
135
- * Updated warn line fore eventual deprecation of fileshell and arguments.*
136
-
137
-
138
- 2008-08-18 transami
139
-
140
- * Added facets-load.rb to allow old school cherry picking.*
141
- * Between 2.0 and 2.4 require 'facets' simply added core to LOAD_PATH.
142
- * Starting with 2.4 it loads all of core automatically instead.
143
- * facets-load.rb provides a way to use the old behavior.
144
- require 'facets-load.rb
145
- require 'kernel/with'
146
- require 'symbol/to_proc'
147
- * It adds the path to the end of LOAD_PATH to prevent any load conflicts.
148
- * Added file/split_root.*
149
- * Made module/alias_method_chain and alias_accessor separate files.*
150
-
151
-
152
- 2008-08-15 transami
153
-
154
- * Split module/alias.rb up into alias_accessor, alias_module_function and alias_method_chain.
155
-
156
-
157
- 2008-08-14 transami
158
-
159
- * Renamed Instantise to Instantize.
160
-
161
-
162
- 2008-08-13 transami
163
-
164
- * Modified script/test to display $LOAD_PATH before running tests.
165
- * Fixed dir tests to require 'fileutils'.
166
- * Upped version to 2.4.3.
167
- * Updated NEWS and CHANGES.
168
- * Moved Indexable and Stackable to core.
169
- * Update news and added svn entry to reap.yaml.
170
- * Fixed string/pathize.
171
- * Move test_partial to more tests.
172
- * Split out Enumerable#probability tests, etc.
173
- * Split tests for String#words, etc.
174
- * Remove module/test_clone.
175
- * Modified website copyright notice section.
176
- * Split out String #word_wrap, #words and #each_word.
177
- * Split out enumerable methods probability, commonality, entropy and frequency.
178
- * Remove more/facets/module --there's nothing in it.
179
- * Worked through core lib breaking up a few remaining large method bunches.
180
- * Added module directory to more lib, as well as hash/symbolize_keys and stringify_keys.
181
- * Split revise.rb up into separate methods.
182
- * Split kernel/load.rb into require_all.rb and require_local.rb.
183
- * Deprecate Hash#keys_to_s and Hash#keys_to_sym.
184
- * These are the original versions of these methods.
185
- * But now we can use #rekey(:to_s) and #rekey(:to_sym) instead.
186
- * Added had directory to more library.
187
- * Renamed Class#to_pathname and #to_methodname to #pathize and #methodize.
188
- * Moved binding/opvars from core to more.
189
- * Added a binding directory to more lib.
190
- * Deprecated Console:: namespace for ANSICode.
191
-
192
-
193
- 2008-08-12 transami
194
-
195
- * Added sow generation forms.
196
- * Updated READMEs.
197
- * Spilt Time#trunc into separate file.
198
- * Remove old log files --shouldn't version control these.
199
- * Added note to FileList to add glob options parameter.
200
-
201
-
202
- 2008-08-10 transami
203
-
204
- * Added Ken Bloom's DictionaryMatcher class from Ruby Quiz #103.
205
- * Note this class will probably be renamed in the future.
206
- * IMPORTANT! Changed File#rewrite to not use the inplace change of the string.
207
- * If you were using the function, change your code to use File#rewrite! instead.
208
- * Or, modify your code ot use the new behavior.
209
- * This change can make for a slippery bug, so be sure to check for it!
210
- * Moved test-old to test/more.
211
- * Remove test/more --we'll just copy test-old at this point.
212
- * Move "lore" tests to test/lore (lore are extensions to Ruby's standard lib).
213
- * Moved test-old core test to test/core.
214
- * Added test/core, test/lore and test/more.
215
- * Added new test directory.
216
- * Temporarily move test to test-old.
217
- * Added time/test_round.rb
218
- * Updated user scripts.
219
- * Updated reap configuration.
220
- * Updated test to correspond with previous changs.
221
- * Adjusted require path for facets.rb.
222
- * Added array/recursively.
223
- * Added time/round.
224
- * Time#to_date makes the public (it already existed in Ruby!)
225
- * Fixed Time#hence to flip year correctly when adding months.
226
- * Split hash/recurisve_merge out from hash/recursively.
227
- * Added optional argument to Dictionary#first and #last.
228
- * Moved facets.rb to core/.
229
- * Removed intermediate facets directory.
230
- * Moved live.rb to facets-live.rb.
231
- * Removed intermediate facets directory for lib/.
232
-
233
-
234
- 2008-08-09 transami
235
-
236
- * Move facets to more/.
237
- * Recreate more directory.
238
- * Temporarily move more to facets/.
239
- * Move facets to lore/.
240
- * Recreate lore directory.
241
- * Temorarily move lore to facets/.
242
- * Moved facets to core/.
243
- * Added core directory back.
244
- * Temporary move of core to facets.
245
- * Removed remaining requires of 'ruby.rb'.
246
- * Completed moving test_ruby.rb tests to separate files.
247
- * Removed test/test_ruby.
248
- * Updated tests.
249
- * Removed test_ruby/array.
250
- * Updated array test which were moved from ruby.rb.
251
- * Moved history.rdoc and notes.rodc to doc/notes.
252
- * Added doc/notes directory.
253
- * Moved doc/html to admin/site/doc.
254
- * Removed site/doc --only to be relplaced by doc/html.
255
- * Update web docs.
256
- * Added kernel/instance method which provides a fluent interface to private object space.
257
- * Work on documentation using new Sow system.
258
- * Moved meta.rb to more/kernel/meta.rb and merged facets/core.rb into facets.rb.
259
- * Added more/kernel directory --hey not every extension can be core.
260
- * Adjusted loadpath and moved lazy.rb to core!
261
- * Moved remaing files to subdirectory locations.
262
- * Moved most core libs to core/.
263
- * Move most more files to the more directory.
264
- * Added lore and more directories.
265
- * Added facets/core directory. Yes, I'm spiliting the lib again.
266
- * Loadpath will be used, so user inteface will stay the same.
267
- * Setup.rb will be adjusted to recognaize loadpath.
268
-
269
-
270
- 2008-08-08 transami
271
-
272
- * Update metadata and added admin/config to repository.
273
-
274
-
275
- 2008-08-07 transami
276
-
277
- * Removed work directory.
278
- * Finished moving old work content to depot.
279
- * Move work/old to depot/deprecated.
280
- * Moved work/ref to depot/reference.
281
- * Moved work/new and work/sandbox to depot.
282
- * Added depot to admin directory to store odd files.
283
- * This used to be calle work/.
284
- * Is used to store scrap code, reference code, etc.
285
- * Moved setup.rb to script/setup.
286
- * This will either be replaced with configure/install scripts.
287
- * Or, depend on a separate ruby setup.rb project.
288
- * Metadata modifications.
289
-
290
-
291
- 2008-08-06 transami
292
-
293
- * Moved work to admin.
294
- * Added recorder.rb to consider in work directory.
295
- * Moved site to admin.
296
- * Moved log/ to admin/.
297
- * Update to testlog and changelog.
298
- * Added admin directory.
299
- * Added doc/news to store archives of part release notes.
300
- * Added website images.
301
- * Added test for paramix.rb.
302
- * Updated website with cleaner look.
303
- * Added "TO BE DEPRECATED" message to ruby.rb.
304
- * Added all methods from ruby.rb as individual core methods.
305
- * These are the methods that overlap with 1.9.
306
- * They are encased in 'unless RUBY_VERSION' caluses.
307
-
308
-
309
- 2008-08-01 transami
310
-
311
- * Imporved file/rootname --now much more robust.
312
- * Added Kernel#to_yamlfrag to yaml.rb as way to output yaml w/o the "---" header.
313
- * Perhaps not the most robust solution, but okay for now.
314
- * Maybe a poor name for the method, but you got a better one?
315
-
316
-
317
- 2008-06-11 tylerrick
318
-
319
- * Made FileUtils#whereis a module_function again like it used to be. Because:
320
- (1) that seems to be the way most other FileUtils methods are (cd, mkdir, cp, ...) and the most obvious way that users would WANT to use FileUtils: FileUtils.whereis("ruby").
321
- (3) I see module_function used in other comparible parts of Facets: UploadUtils, ConsoleUtils, ZipUtils, FileUtils#safe_ln, ...
322
- (3) My code that relied on the old module_function behavior was breaking
323
- What were you thinkin changing it?? ;)
324
-
325
-
326
- 2008-04-05 transami
327
-
328
- * Paramix is all spiffy again.
329
- * There a no longer capitialize module methods at all.
330
- * Use Module#[] and mixin_params[] instead.
331
-
332
-
333
- 2008-04-03 transami
334
-
335
- * Update to notes and changes.
336
- * Added doc/notes.rdoc
337
- * Renamed.
338
- * Update metadata for 2.4.1.
339
- * Added new logs.
340
- * Removed old logs.
341
- * Removed old xml changelogs.
342
- * Added .rsync-filter and .htaccess to site/.
343
- * Fixed methods and conflicts scripts to compare extension libraries.
344
- * Updated tests for reatomizations.
345
- * Continued work on reatomizing core extensions (nearly complete now).
1
+ 2009-02-28 Sandor Szücs <sandor.szuecs@fu-berlin.de>
346
2
 
3
+ * fixed: Hash#dearray_singluar_values
4
+ added: tests for Hash#dearray_singluar_values and Hash#dearray_values
5
+ Signed-off-by: trans <transfire@gmail.com>
347
6
 
348
- 2008-03-30 transami
349
7
 
350
- * Work on kernel instance methods.
8
+ 2009-02-27 Sandor Szücs <sandor.szuecs@fu-berlin.de>
351
9
 
10
+ * added tests for Array#to_h vs Array#to_h_* dispatch
11
+ Signed-off-by: trans <transfire@gmail.com>
12
+ 2009-02-27 trans <transfire@gmail.com>
352
13
 
353
- 2008-03-27 transami
14
+ * added String#file
15
+ * added to_h_auto and fixed return bug
354
16
 
355
- * Added basex.rb and deprecated bahavior.rb.
356
17
 
18
+ 2009-02-26 trans <transfire@gmail.com>
357
19
 
358
- 2008-03-24 transami
20
+ * corrected ostruct.rb to test for frozen state on updates [minor]
359
21
 
360
- * Updated website a little.
361
- * Split off some time tests.
362
- * Updated logs.
363
- * Update CHANGES and NOTES.
364
- * Fixed minor bugs to pass tests.
365
- * Split up include.rb.
366
- * Split up include.rb.
367
- * Moved test/test_one_nine.rb to test/test_ruby.rb.
368
- * Removed use of Console namepspace. command.rb and arguments.rb now use CLI.
369
- * Renamed ArgVector to CLI::Arguments
370
- * Removed rdoc script (will replace in future).
371
- * Added ri generation to setup.rb.
372
- * Added site/doc soft link to doc/html.
373
- * Moved one_nine.rb to ruby.rb
374
- * Update d requires for "one_nine" to just "ruby" b/c of backports to 1.8.7.
375
- * Added some work files.
376
- * Added some expirments in "safe" extensions.
377
- * Added html docs.
378
- * Added tests.
379
- * Added amazon books.
380
- * Add some addition separation to extensions.
381
- * Renamed task/ to script/, since the community is used to it b/c of Rails.
382
- * Fixed up tasks.
383
- * Clean up task system and docs.
384
- * Update metadata.
385
- * Test updates.
386
- * Minor updates.
387
22
 
23
+ 2009-02-11 trans <transfire@gmail.com>
388
24
 
389
- 2008-03-22 transami
25
+ * overhauled to_hash.rb, now has multiple methods
390
26
 
391
- * Update annotations for to_hash.rb.
392
- * Added headers to docs.
393
- * Updated docs.
394
27
 
28
+ 2009-02-08 trans <transfire@gmail.com>
395
29
 
396
- 2008-03-16 transami
30
+ * added Hash#new_with (Pit Capitan)
397
31
 
398
- * Added the new split-off tests.
399
- * Splinter remaining clumped tests.
400
- * Removed test_array.
401
- * Splintered array tests.
402
- * Added some finer-grain to core method.
403
- * Some deprecated libs added to work/old.
404
- * Tests are now to th epoint of passing again. Yea!
405
32
 
33
+ 2009-02-03 Sandor Szücs <sandor.szuecs@fu-berlin.de>
406
34
 
407
- 2008-03-15 transami
35
+ * fixed doc on Array#product
36
+ 2009-02-03 trans <transfire@gmail.com>
408
37
 
409
- * Continued touching up tests.
410
- * Moved some old tests to proper place in work/old.
411
- * Deprecated files moved to work/old.
412
- * Coninuted work on tests.
38
+ * Merge: cd6fd7d... 7c70691...
39
+ Merge commit 'origin/master'
40
+ * added module/extend.rb, now can take a block.
41
+ * Merge: 20022d2... fa22296...
42
+ removed block from Array#product.rb
43
+ * updated product.rb
413
44
 
414
45
 
415
- 2008-03-14 transami
46
+ 2009-02-02 Sandor Szücs <sandor.szuecs@fu-berlin.de>
416
47
 
417
- * Adjusted module tests.
418
- * Removed cli directory.
419
- * Removed prime test directory and moved cli test up a level.
420
- * Adjust test to match lib (again).
421
- * Some deprecated extensions place in work/old for possible future reference.
48
+ * fixed test of Module#conflict according ruby19
49
+ * fixed: Array#to_h, h={} was not initialized
50
+ * ruby19 compatability: return symbols instead of strings
51
+ * changed product to make it compatible to ruby 19, deleted block parameter
422
52
 
423
53
 
424
- 2008-03-12 transami
54
+ 2009-01-29 trans <transfire@gmail.com>
425
55
 
426
- * Umph... there it is.
427
- * Removed prime directory.
428
- * Make way for class extensions.
429
- * Added warning to Rick Kilmers's unit system.
430
- * Moving Rich Kilmers's units system to it's own package.
431
- * Three are alternate unit systems available and Facets should work with any of them.
432
- * Will keep a fair amount of the Time extensions though.
433
-
434
-
435
- 2008-03-10 transami
436
-
437
- * Move core method decisions (I sware there are only a few more!)
438
- * Moved cli libs to toplevel. Added a few methods to prime library.
439
- * And so on...
440
-
441
-
442
- 2008-03-08 transami
443
-
444
- * Cleandup symbol and class extra extensions.
445
- * Moved nil/status.rb to nilstatus.rb
446
- * Got rid of Method#curry and Method#partial since they just convert to Procs.
447
- * Divied prime methods to sepearate files after all.
448
-
449
-
450
- 2008-03-07 transami
451
-
452
- * General cleanup pushing toward 3.0 release.
453
- * Finished the reorganization of Enumerable extensions.
454
- * Loose end additions.
455
- * Cleanup module tests.
456
- * Cleanup hash tests.
457
- * Cleanup enumerable tests.
458
- * Added new test/kernel directory.
459
- * Removed old test/kernel directory.
460
- * Moved test_let to prime/kernel in order to move prime/kernel.
461
- * Cleanup array and time tests.
462
- * Cleanup file tests.
463
- * Cleanup string tests.
464
- * Continued test cleanup. Oh, so, fun fun ;)
465
- * Removed uneeded test directories.
466
- * Continued organizing tests.
467
- * Move integer tests cleanup.
468
- * Cleaned up integer tests.
469
- * Continued fixing tests.
470
- * Working on test organization.
471
- * Cleaned up binding tests.
472
- * Removed old core/more test directories.
473
- * Moved remaining tests to top test directory.
474
- * MOved extra extension test to toplevel.
475
- * Again moved more files to top level.
476
- * MOved more test to toplevel.
477
- * Moved remaining core test to top test level.
478
- * Moved ext/core to prime/.
479
- * Will not combine the per-method tests for the moment.
480
- * Will save that for later (unless we decide to div prime again :p)
481
- * Fixed requires for prime/ directory.
482
- * Moved all "prime" libs to subdir (yes, like they were).
483
- * Cleaned up remaining extranerous files.
484
-
485
-
486
- 2008-03-06 transami
487
-
488
- * Further touchups to website.
489
- * Added some extra pages to website.
490
- * OVerhaul website for version 3.
491
-
492
-
493
- 2008-03-05 transami
494
-
495
- * Made op_esc.rb a separate module rather thanan extension.
496
- * REmoved more extraneous files and moved a few to work area.
497
-
498
-
499
- 2008-03-04 transami
500
-
501
- * Added some tasks and a couple of file to work old.
502
- * Cleaned up extra binding extensions.
503
- * Continued considations (almost there).
504
- * Continued consolidation and removing extraneous files.
505
- * Deprecated with_reader, with_writer and with_accessor for attr_singleton_reader, &c.
506
- * Removed extraneous Enumerable files.
507
-
508
-
509
- 2008-03-03 transami
510
-
511
- * Removed extraneous module alias and attr files.
512
- * Deprecated Hash#pairs_at. Use Hash#slice instead from core.
513
- * Removed extraneous kernel extension files.
514
- * Removed extraneous String extextion files.
515
- * Removed some work folders.
516
- * Partial adjustments for work area dure to organization changes.
517
- * Scrap code.
518
- * Removed vestiges of transfers to core extensions and consolidations.
519
- * Fixed require in core libraries.
520
- * Fixed the namespaces of some extensions.
521
- * It is finished!
522
- * Move all "prime" libs to top.
523
- * Removed extra/.
524
- * Moved extra/continuation to top.
525
- * Move the rest of extra directories.
526
- * Moved all "extra" extensions to top facets/ directory.
527
- * Few more.
528
- * Added some file that were added before in the transition.
529
-
530
-
531
- 2008-03-02 transami
532
-
533
- * Removed remains vestigaes of old organization. (Now just ot fix the new one!)
534
- * The big wadoozy.
535
- * Remove empty directories for more/ext.
536
- * Move add classes and module to facets/.
537
- * Move more extensions to facets/extra.
538
- * Move a few more/ext to prime.
539
- * Moved core/facets to facets/extra.
540
- * Removed empty ext directories.
541
- * Added prime directory and files.
542
- * Removed some dir methods that are now in prime.
543
- * Remove some now empty directories from core/ext, due to the "prime" transfer.
544
- * Removed all "prime" extension files.
545
- * Move mattr to module.
546
-
547
-
548
- 2008-03-01 transami
549
-
550
- * Fixed require bug in time methods.
551
- * Reverted memomize.rb back to original code --will come back to later.
552
- * Moved random.rb to sys/.
553
- * Added stylizer.rb to replace stylize.rb
554
- * Removed old stylize.rb library --see new stylizer.rb.
555
- * Array #recursively is not only called #traverse.
556
- * Added case/stylize methods to more/facets/string.
557
- * Renamed more/string/facets/titlecase to captialize_all.
558
-
559
-
560
- 2008-02-29 transami
561
-
562
- * Added uri and xoxo tests.
563
- * Cleaning up more/ext tests.
564
- * Some more reorganization in test/core.
565
- * Removed finaly vestage of old dir structure.
566
- * Moved remaing test to more/add.
567
- * Removed some outdated test and organized.
568
- * Moved more/ext tests out of more/add/.
569
- * Added ext, cli and sys to test/more/.
570
- * Removed test/mixin.
571
- * Moved test from mixin to more/add.
572
- * Moved add to test/more.
573
- * Added test/more.
574
- * Moved test/more to add.
575
- * Moved ext tests to core subdir.
576
- * Added test/core.
577
- * Move text/core to test/ext.
578
- * Updated .roll file for new organization.
579
- * Updated .reap file.
580
- * Updated metadata to fit new organization. (Happy Days!)
581
- * Moved facets.rb up a level.
582
- * Temporarily moved console libs to cli --mainly to ease working on them.
583
- * Moved condole to add.
584
- * Moved system to more/sys.
585
- * Moved "lore" to add/. Yea!
586
- * Moved libs to ext.
587
- * Added more/ext directory.
588
- * Progressive work on memoize and elementor.
589
- * Moved systematic libs from ext/ to sys/.
590
- * Moved classes and modules from ext/ to add/.
591
- * Added facets directory to add/ directory.
592
- * dded add/ directory to core/.
593
- * Moved facets/ to ext/.
594
- * Added ext directory.
595
- * Minor doc change.
596
- * Functor no longer privatizes =, == and =~.
597
- * Minor doc fix.
598
- * Properly split conversion.rb.
599
- * Some string methods extracted from stylize.rb.
600
-
601
-
602
- 2008-02-28 transami
603
-
604
- * Continued structuring.
605
- * Moved lore/console up a notch.
606
- * Moved lore/system up a notch.
607
- * Moved random.rb to more/.
608
- * Renamed namespace.eb to methodspace.rb.
609
- * Moved autoreload to more/facets/kernel.
610
- * Moved four remaing web libs to common directory (use web/ subdir?).
611
-
612
-
613
- 2008-02-26 transami
614
-
615
- * Moved some modules from system to common.
616
- * Moved all mixins back in with classes.
617
- * Moved class/facets up a level.
618
- * Removed old curry.rb.
619
- * More as standard and extraneous core extensions is progressing.
620
- * Added enumerable directory to more.
621
- * Moved some libs from system to more.
622
- * Added string directory to more.
623
- * Added kernel directory to more extensions.
624
- * Recreated more to house standard extensions.
625
- * More as standard extensions, and Lore (?) for the rest.
626
- * Added some web related libraries.
627
-
628
-
629
- 2008-02-25 transami
630
-
631
- * Added cgi.rb with some standard extensions.
632
- * Fixed bug with #peek in stackable.
633
- * Deprecated paramix.rb.
634
-
635
-
636
- 2008-02-24 transami
637
-
638
- * Added xmlhash.rb and returned uri.rb extensions to the library.
639
- * Moved getoptlong/rb to standard extensions folder.
640
- * Added #method_name to Date class.
641
-
642
-
643
- 2008-02-22 transami
644
-
645
- * Removed extraneous level in doc.
646
- * REmove cut-bases AOP, now in it's own library.
647
- * Converted compare_on.rb to Paramtric Mixins.
648
-
649
-
650
- 2008-02-21 transami
651
-
652
- * Split fileutils up into individual methods.
653
- * Update metadata to reflect organization changes.
654
- * Moved standard library extensions to more/extend.
655
- * Added facets directory to more/extend.
656
- * Continued organization.
657
- * Moved console related libs to more/console.
658
- * Added facets subdir to console.
659
- * Added more/console; trying something a bit different in organization.
660
- * Added more/class/facets/net and moved set and ostruct to class as well.
661
- * more/system, rather than systems.
662
- * Moved class, mixin, and system to more.
663
- * Added new more directory.
664
- * Moved more to systems.
665
-
666
-
667
- 2008-02-20 transami
668
-
669
- * Added test for command.rb.
670
-
671
-
672
- 2008-02-19 transami
673
-
674
- * Renamed console.rb to whate it should be consoleutils.rb.
675
- * Update to command.rb integrating MasterCommand and Command into a single class.
676
- * The Console::Command is not nice and simple command parser I've been aiming torward.
677
- * Barring some major oversite, this class will not change in an incompatible way ever again.
678
- * Basic tests pass. More eleborate test will follow to ensure more complex designs also work.
679
-
680
-
681
- 2008-02-18 transami
682
-
683
- * Added doc directory.
684
- * Updated README and allowed doc/ to be included in package.
685
- * Added site/rdoc, which is a symlink.
686
- * Added log/Changelog.txt too.
687
- * Update logs. (Should these even be under version control?)
688
- * Added Rakefile to redirect to task/*.
689
- * Fixed bug in Kernel#object_hexid.
690
- * Fixed test for hash/collate.
691
- * Added test task and temporary rdoc task.
692
- * Added options back into multiglob_r.
693
- * Fixed bug in multiglob_r so it will NOT follow symlinks.
694
- * Moved work/reference to work/ref.
695
- * Moved work/current to new (can you tell I have a new naming scheme for work/?)
696
- * Moved work/outdated to old.
697
- * Added some outdated tasks to work. Will eventually delete.
56
+ * fixed coruption of reciever by Hash#collate (thanks to Tilo Sloboda)
57
+ * added test for enumerable/split
58
+ * improvements to website
59
+ * association.rb stores refernce when using #new
698
60
 
699
61
 
700
- 2008-02-11 transami
62
+ 2009-01-27 trans <transfire@gmail.com>
701
63
 
702
- * Moved doc/ to site/.
703
- * Added remaining doc files.
704
- * Converted website to XML.
64
+ * fixed Enumreable#split when reciever is empty array
65
+ * added Hash#group_by_value (thanks to Erik Veenstra)
66
+ * fixed conflict between test_name.rb and test_arguments.rb
67
+ * Doc'd that UnboundMethod#name returns Symbol in 1.9, but String in 1.8
705
68
 
706
69
 
707
- 2008-02-09 transami
70
+ 2009-01-26 trans <transfire@gmail.com>
708
71
 
709
- * Automated learn and quick doc menus.
710
- * Convert website from html to xml.
711
- * Finishing touches for next release.
712
- * Saved old rdoc script.
72
+ * added suggestion
73
+ * move test_to_hash.rb from more to core
74
+ * applied sandor's patch to test task
75
+ * applied sander's patch to to_hash.rb
713
76
 
714
77
 
715
- 2008-02-06 transami
78
+ 2009-01-04 trans <transfire@gmail.com>
716
79
 
717
- * Updates to tests as embedded tests are no more.
718
- * Finally completed removal of all embedded tests.
719
- * Organized tests according to new lib organization.
720
- * Improved cloneable.rb to be a true deep dup/clone mixin using Ken Bloom's suggestion.
80
+ * Dictionary#replace can take regular Hash too
81
+ * improved Array#to_h for 1.9 using flatten(1)
721
82
 
722
83
 
723
- 2008-02-05 transami
84
+ 2008-12-05 trans <transfire@gmail.com>
724
85
 
725
- * Working on end-user tasks.
726
- * Added work/outdated/task.
727
- * Updated the way rdocs are generated.
728
- * Organized all libs between core, more, class and mixin.
729
- * Moved class libraries to lib/class/facets.
730
- * Added lib/class.
731
- * Added tasksystem.rb.
732
- * Remove some admin task files no longer needed thanks to Reap.
733
- * Move admin/ to work/outdated. We'll be using reap instead.
734
- * Moved meta/facets.roll to .roll.
735
- * This is related to an update of Rolls...
736
- * It's better to have good SOC here regardless of some metadata redundancy.
737
- * Added meta/authors.
738
- * Moved old changelogs to log/ and move meta/config.yaml to .reap per new reap design.
739
- * Updaed reap config and removed icli.yaml.
740
- * Added doc/ads directory.
741
- * Removed dev/ directory.
742
- * Moved remaining dev files to work/ (will cleanup later).
743
- * Moved dev/sandbox to work/.
744
- * Moved dev/task and reference material to work directory.
745
- * Moved outdated dev libs to work.
746
- * Moved current dev to work directory.
747
- * Update to admin/tasks.
748
- * Update to project file.
749
- * Added enumerable/combinations.
750
- * Added openhash and tracepoint.
751
- * Added work directory.
752
- * Added some development scraps, plan to move dev/ to work/.
86
+ * added hook.rb
753
87
 
754
88
 
755
- 2008-01-19 transami
756
-
757
- * Remove admin/log.
758
- * Convert changelog to pure ruby.
759
- * Remove admin/svn subdir.
760
- * Organize admin tasks better.
761
- * Add admin tasks.
762
- * Moved admin tasks to admin directory.
763
- * Added admin directory.
764
- * Removed task/doc subdir.
765
- * Moved some tasks.
766
- * Convert tasks to pure ruby.
89
+ 2008-12-01 trans <transfire@gmail.com>
767
90
 
91
+ * updated AUTHORS
768
92
 
769
- 2008-01-16 transami
770
93
 
771
- * Move test/unit to test/core.
772
- * Moved remaining more test to test/more.
773
- * Added test/more/hash directory.
774
- * Moved more tests to test/more directory.
775
- * Added test/more.
776
- * Fixed test_keyize.rb.
777
- * binding/test_cflow renamed to test_caller
94
+ 2008-11-30 trans <transfire@gmail.com>
778
95
 
96
+ * fixed String#left_align
97
+ * Merge: ad7e8fa... a917218...
98
+ Merge branch 'master' of gitosis@rubyforge.org:facets
99
+ * fixed source link in website
100
+ 2008-11-30 T. Sawyer <trans@di1525.(none)>
779
101
 
780
- 2008-01-09 transami
781
-
782
- * Added test for new hash/collate.
783
- * Added demo benchmarks.
784
- * Update publish task.
785
- * Update quick.html and wiki code.
786
- * Added TODO to toplevel.
787
- * Added a couple of missing binding requires to repo.
788
- * Moved More lib hash_keyize.rb to hash/keyize.rb.
102
+ * split enumerable/collect into map_with_index and comapct_map
789
103
 
790
104
 
791
- 2007-12-29 transami
105
+ 2008-11-27 trans <transfire@gmail.com>
792
106
 
793
- * Move source_material to just source.
107
+ * updated README
108
+ * added MANIFEST to .gitignore
109
+ * time/hence.rb, added extra precaution to activesupport clause
110
+ * fixed namespace issure with filter.rb
794
111
 
795
112
 
796
- 2007-12-27 transami
113
+ 2008-11-26 trans <transfire@gmail.com>
797
114
 
798
- * ANd so it goes with work reorganization.
799
- * Moved dev/play to dev/sandbox.
800
- * Further reorganiztion of work area.
801
- * Some reorganization of developemnt area.
115
+ * separated hash update operator tests
116
+ * one last edit of the RELEASE file
117
+ * removed RichUnits namespace from Duration class
118
+ * removed multiplers.rb from deprecation list
119
+ * old duration is in work/deprecated for now
120
+ * rewrote duration class (as used in RichUnits)
121
+ * added stash.rb to more library
802
122
 
803
123
 
804
- 2007-12-22 transami
124
+ 2008-11-23 trans <transfire@gmail.com>
805
125
 
806
- * Moved doc/wiki to apiwiki b/c of Rubyforge's wiki.
807
- * Removed doc/api dir.
808
- * Added wiki.
809
- * Prepare for 2.2.1 release.
810
- * Update per-module/class files.
811
- * Moved binding/cflow.rb to caller.rb.
812
- * Fixed up binding extensions.
813
- * Update tests and prepare for next version.
814
- * Ditto.
815
- * Renamed a couple test tasks.
126
+ * remove empty config file
127
+ * closing in on 2.5 release
128
+ * update RELEASE
816
129
 
817
130
 
818
- 2007-12-21 transami
131
+ 2008-11-22 T. Sawyer <trans@di1525.(none)>
819
132
 
820
- * Moved methods and groups task to trash.
821
- * Moved core hash/keyize to more.
822
- * Added test class/remove_descendents.rb.
823
- * Added all remaining per-method require libs from methods/ --will need to wrok through these over time.
824
- * Added trash work directory.
133
+ * pathlist, minor spacing adjusment
825
134
 
826
135
 
827
- 2007-12-20 transami
136
+ 2008-11-18 trans <transfire@gmail.com>
828
137
 
829
- * Adjust text according to per-method file changes.
830
- * All hash method, but the conversion methods, are now rpresented in core/facets/hash.
831
- * Added a few more Hash per-method files.
832
- * Add per-method libs for hash.
833
- * Updated facets/string.rb.
834
- * Moved string/format.rb to string/wrap.rb.
835
- * Updated String#brief.
138
+ * added sparse_array.rb (was old harray.rb)
836
139
 
837
140
 
838
- 2007-12-17 transami
141
+ 2008-11-17 trans <transfire@gmail.com>
839
142
 
840
- * Renamed ROLLRC to facets.roll.
143
+ * added work/suggestions.txt
144
+ * deprecated uploadutils.rb & renamed cachedelegator to memoizer [major]
841
145
 
842
146
 
843
- 2007-12-13 transami
147
+ 2008-11-16 trans <transfire@gmail.com>
844
148
 
845
- * Fixed project.yaml summary.
846
- * Update AUTHORS list.
847
- * Update release notes.
848
- * Update CHANGES for 2.2.0.
849
- * VERSION 2.2.0
850
- * Added some missing tests dur to recent separations.
851
- * Minor update to test/general.
852
- * Updated tests to reflect recent changes.
853
- * Fixed test for continuation and removed test for pp_s.rb.
854
- * Move task/docpkg to task/doc/zip.
855
- * Moved task/config.yaml to meta/ per new Ratch.
856
- * Moved task/special to task/doc.
857
- * Minor updates to test and install tasks.
858
- * Updated todo list (in dev/).
859
- * Copied log/history.rd to CHANGES.
860
- * Removed log/history.rd and log/todo.rd
861
- * Fixed stylize.rb for use with 1.9 (fixed case statement).
862
- * Separated kernel/returning, now that #tap will be in 1.9.
863
- * Updated facets.rb for use with 1.9.
864
- * Separated time/stamp.rb.
865
- * Divided binding up into a few more pieces.
866
- * Fixed kernel/instance to play nice with 1.9.
867
- * Added test for string/op.rb.
149
+ * moved reap service configs
150
+ * updated reap service configs
151
+ * deprecated eventhook.rb
868
152
 
869
153
 
870
- 2007-12-12 transami
154
+ 2008-11-15 trans <transfire@gmail.com>
871
155
 
872
- * Renamed accessor #attributes to #instance_attributes.
156
+ * removed lingering .svn directories
157
+ * collected notes into doc/guide/notes.rd
873
158
 
874
159
 
875
- 2007-12-10 transami
160
+ 2008-11-14 trans <transfire@gmail.com>
876
161
 
877
- * Removed continuation from core.
878
- * Removed pp_s.rb (use pretty_inspect) add continuation.rb.
879
- * Documentaiton improvements and moved continuation extension to more lib.
880
- * Added 1.9 check in continuation/create.rb.
881
- * Added op.rb to string.rb.
882
- * Added String/op.rb with String#- method.
162
+ * adjusted docs for eventhook.rb
163
+ * Merge: 805a1e7... 6713f9e...
164
+ Merge branch 'master' of gitosis@rubyforge.org:facets
165
+ * update authors
883
166
 
884
167
 
885
- 2007-12-09 transami
168
+ 2008-11-13 Tyler Rick <github.com@tylerrick.com>
886
169
 
887
- * Minor edit to basicobject.rb in light of 1.9.
888
- * Minor adjustments to lazy.rb to fix warnings by Ruby 1.9.
889
- * Added Matthew Harris' Duration class.
170
+ * Fixed some bugs with Time#ago/Time#hence not changing years correctly when you changed months.
171
+ (For example, Time.utc(2008, 1, 1).ago(12, :months) incorrectly returned 2009-01-01 instead of 2007-01-01.)
172
+ Added a bunch of tests for Time#ago/Time#hence.
173
+ Changed Time#ago/Time#hence to still work if passed negative number.
174
+ 2008-11-13 trans <transfire@gmail.com>
890
175
 
176
+ * added test for filter.rb
177
+ * uploadutils.rb, added deprecation warning
178
+ * removed some old work material
179
+ * consoleutils.rb and ziputils.rb, added deprecation warning
180
+ * fixed missing require in string/tabto and minor doc adjustments
181
+ * Added Brian Candler's Enumerator::Filter [major]
182
+ * removed more/chain.rb; it was expiremental
891
183
 
892
- 2007-12-08 transami
893
184
 
894
- * Added Hash#slice and Hash#except (didn't we have this before?)
185
+ 2008-11-09 trans <transfire@gmail.com>
895
186
 
187
+ * removed tests of deprecated libraries
188
+ * improved docs for Hash#rekey
189
+ * renamed DictionaryMatcher to just Matcher
190
+ * moved Hash#symolize_keys to core and removed tagiter.rb
191
+ * finalized deprecation of buildable.rb, bytes.rb and times.rb [major]
192
+ * minor touch up to a few tests
193
+ * fixed some credits
194
+ * binding/caller.rb, fixed require for callstack.rb
896
195
 
897
- 2007-12-04 transami
898
196
 
899
- * Minor adjust to website.
900
- * Improved on tests in relation to doc work.
901
- * Handled some minor bugs found while documenting.
902
- * Mode doc improvements.
197
+ 2008-11-06 trans <transfire@gmail.com>
903
198
 
199
+ * updated all CREDIT: comments elminating any indent
904
200
 
905
- 2007-12-02 transami
906
201
 
907
- * Add a couple new task for rdoc gen.
908
- * Added nbsp to quickopts task.
909
- * Website updates.
910
- * Work on website using siteparts.
911
- * Added registerable.rb, updated history.
912
- * Added #include_as to facets/namespace.rb.
913
- * Cleanup test hearders.
914
- * Rdoc improvements.
202
+ 2008-11-05 trans <transfire@gmail.com>
915
203
 
204
+ * deprecated annotations.rb --use Anise project instead
205
+ * added lazyenum.rb to work/consider
206
+ * add string/outdent.rb file
207
+ * updated AUTHORS and README
208
+ * deactivated reap test services temporarily
209
+ * fixed outdent test and demo in instance_variables.rb
916
210
 
917
- 2007-12-01 transami
918
211
 
919
- * Removed test for kernel/require_esc.rb
920
- * Remove kernel/require_esc.rb.
921
- * Updated integer docs.
922
- * Updates to kernel test headers.
923
- * Documentation updates to kernel extensions.
212
+ 2008-10-29 trans <transfire@gmail.com>
924
213
 
925
-
926
- 2007-11-30 transami
927
-
928
- * Update docs continued.
929
- * Update hash test headers.
930
- * Updated hash extension docs.
931
- * Updated docs.
932
- * Added some missing tests.
933
- * Continued docs update.
934
- * Update docs.
935
- * Added test_collect.rb split-offs and test_mash inplace of test_collate.
936
- * Updated lots of test headers.
937
- * Renamed Enumerable #collate to #mash. (old name, along with graph, will be an alias for time being)
938
- * Lots of doc updates.
939
- * Updated documentation for array extensions.
940
-
941
-
942
- 2007-11-29 transami
943
-
944
- * Updated AUTHORS.
945
- * Divided enumerable/collect into split.rb and each.rb as well.
946
- * Moved mapsend.rb to thread.rb.
947
- * Updated mapsend.rb to focus on threads.
948
-
949
-
950
- 2007-11-28 transami
951
-
952
- * VERSION 2.1.3
953
- * Fixed bug is test/load.
954
- * Array#to_h used flatten, but it needs to be flatten(1).
955
- * Doc updates.
956
- * Fixed minor issue with collate.
957
- * Cleaned-up tests headers.
958
-
959
-
960
- 2007-11-27 transami
961
-
962
- * Fixed bug with main.rb <=> facets.rb.
963
- * Move core/main.rb back to core/facets.rb as it conflicts with lib in more/.
964
-
965
-
966
- 2007-11-22 transami
967
-
968
- * Updated manifest.
969
- * Remove task/config directory.
970
- * Added some missing tests to repo.
971
- * Added some missing tasks to repo.
972
- * Added some missing dev files (many of these can be deleted actually).
973
- * Added some missing files from repo.
974
- * Added log files.
975
- * Touch-up before release.
976
- * Update to metadata.
977
- * VERSION 2.1.2
978
- * Renamed core/facets/facets.rb to main.rb (Rolls default).
979
- * Added copyright notice to COPYING file.
980
- * Renamed LICENSE to COPYING according to offical GPL policy.
981
- * Touch-up to logger.rb.
982
- * Added exception#details.
983
- * Move all test scripts to task/test/.
984
- * Added test subdir.
985
- * Prepare to make a test task subdir.
986
- * Continued fixes to metadata.
987
- * Fixes to metadata.
988
- * Added setup task.
989
-
990
-
991
- 2007-11-17 transami
992
-
993
- * Prepare for version 2.1.1
994
-
995
-
996
- 2007-11-16 transami
997
-
998
- * Removed debug code.
999
- * Fixed options bug in command.rb
1000
-
1001
-
1002
- 2007-11-15 transami
1003
-
1004
- * Moved nilclass/ergo to kernel/ergo.
1005
- * Update Kernel#ergo.
1006
-
1007
-
1008
- 2007-11-14 transami
1009
-
1010
- * Added missing libs.
1011
- * Added pp_s.rb (Questionable addition, but we'll leave it for now.)
1012
- * Added validation.rb. This is here for Nitro's sake --better techinques may replace it in the future.
1013
- * Removed tracepoint.rb --now part of Ratchets project.
1014
- * Added Console::Logger to logger.rb (may be separated in future).
1015
- * Added option arity to command.rb.
1016
-
1017
-
1018
- 2007-11-10 transami
1019
-
1020
- * Update to prepare task. manifest interface is better now ;)
1021
- * Added UniversalOptions module.
1022
- * Fixed minor bug in arguments.rb that prevented proper repeat parameters.
1023
- * Removed extraneous symbol marks (:).
1024
- * Fixed bug in to_console.
1025
- * Adjustment to docs.
1026
- * Some task improvements.
1027
- * Moved common alias methods from attr.rb to alias.rb.
1028
- * Added clobber/ tasks.
1029
- * Updated tests.
1030
- * VERSION 2.1.0
1031
- * MasterCommand now passes (args, opts), until 1.9 is main stream.
1032
- * Added BiCrypt class for simple two-way encryption.
1033
-
1034
-
1035
- 2007-11-09 transami
1036
-
1037
- * Added dev/test
1038
- * Renamed RELEASE to WHATSNEW
1039
- * Added injecting test and cleaned up.
1040
- * Fixed bud in enumerable/cluster_by (returned nil instead of []).
1041
- * Cleaned up enumerable/permutation.rb
1042
- * minor space removal
1043
- * Complete rewrite of command.rb.
1044
- * Added comment for potential future #is.
1045
- * Added "tester" attribues attr_xxx!. Also added alias_xxx for all attr_xxx methods.
1046
- * Added top-level log directory.
1047
-
1048
-
1049
- 2007-11-08 transami
1050
-
1051
- * Added -q option to zip method in ZipUtils.
1052
-
1053
-
1054
- 2007-11-05 transami
1055
-
1056
- * Remove #q reference from RELEASE.
1057
- * Cleanup of test_initializer.rb.
1058
- * VERSION 2.0.5
1059
- * Fixed return bug in hash/op.rb.
1060
- * Ok. #p is back. This will in fact be in 1.9, so we're good.
1061
- * Allowed Class#initializer to return the attribute names.
1062
- * This should allow things like: 'private *initializer(...)'
1063
-
1064
-
1065
- 2007-11-04 transami
1066
-
1067
- * Added missing (*args) in #initialize on Hash.new.
1068
- * Renamed #p to #q, because of multiple args problem.
1069
- * I don't know how Ruby 1.9 plans to handle multiple args.
1070
- * Will deprecate for 1.9 anyway so doesn't matter much.
1071
- * Fixed package name in icli.yaml.
1072
- * Added name field to meta/icli.yaml.
1073
- * Added meta/icli.yaml.
1074
- * Added a RELEASE file to hold current release notes.
1075
- * Added log task.
1076
- * Added changelog file in doc/log/.
1077
- * Up'd version to 2.0.4.
1078
- * Update task/groups.
1079
- * Fixed to_h in Command::Options
1080
- * Fixed bug in initialize.
1081
-
1082
-
1083
- 2007-11-03 transami
1084
-
1085
- * Removed extest task. We will no longer need it.
1086
- * Fixed bug in Hash#- Thanks to Xavier Shay.
1087
- * Minor update to rdoc.yaml.
1088
- * Renamed old changelogs.
1089
-
1090
-
1091
- 2007-11-02 transami
1092
-
1093
- * Touch up to methods task.
1094
- * Update rsync filter
1095
- * Minor updates fixing issues highlighted by running crosstest.
1096
- * Many minor bug fixes after running against crosstest.
1097
- * Added usage support for __foo options.
1098
- * Fixed a many a test after running against crosstest.
1099
- * Removed load task. It did not isolate the libs, so wasn't effective.
1100
- * Added a number of new tasks.
1101
- * Rename SMTP_TLS to Smtp_tls for Rdocs.
1102
- * Moved rdoc.yaml to config/.
1103
- * moved task/config to task/config/general.
1104
- * Update tasks.
1105
-
1106
-
1107
- 2007-11-01 transami
1108
-
1109
- * Added array/only, symbol/to_proc (where did it go?) and hash/select.
1110
-
1111
-
1112
- 2007-10-31 transami
1113
-
1114
- * Update roll file.
1115
- * Moved test_command_options to test_command.
1116
- * Update dictionary test to check dup and autohash.
1117
- * Fixed autohash and dup bugs.
1118
- * Verbatim support for Rails' version of #alias_method_chain.
1119
- * Remove site/ directory.
1120
- * Moved rsync filter up too.
1121
- * Moved doc/site/ up to doc/.
1122
- * Added javascript directory to doc/.
1123
-
1124
-
1125
- 2007-10-30 transami
1126
-
1127
- * Updates across the board.
1128
- * Updates to stylize and command.rb.
1129
- * Made facets.rb a shortcut to facets/facets.rb (this is for Rolls, better way?)
1130
- * Oh smack. Lots of stuff fixed.
1131
-
1132
-
1133
- 2007-10-29 transami
1134
-
1135
- * Remove version.txt. No longer needed.
1136
- * Removed meta/project.yaml, replaced by facets roll file.
1137
-
1138
-
1139
- 2007-10-28 transami
1140
-
1141
- * Modifications to command.rb, snapshot and rbsystem.
1142
- * Merged command.rb and command_options.rb into command.rb.
1143
- * Added to_data aliases to snapshot.rb
1144
- * Minor additions to rbsystem. Rather than System, maybe Ruby?
1145
-
1146
-
1147
- 2007-10-27 transami
1148
-
1149
- * Removed embedded test from overload.rb.
1150
- * Allow OpenStruct#initialize to take a setter block.
1151
- * Downloader needs 'wb' flag rather then just 'w'.
1152
- * Fixed typo and removed embedded test.
1153
- * Fixed bug in command_options.rb, putting the class back in the Console namespace.
1154
-
1155
-
1156
- 2007-10-17 transami
1157
-
1158
- * improved module/traits.rb
1159
-
1160
-
1161
- 2007-10-08 transami
1162
-
1163
- * cleaned up some test and updated version to 2.0.2
1164
- * update methods to eleminate duplicate file names between lib/core and lib/methods
1165
-
1166
-
1167
- 2007-10-07 transami
1168
-
1169
- * doc session - clean up array methods
1170
-
1171
-
1172
- 2007-10-06 transami
1173
-
1174
- * fixed enumerable/test_collect.rb
1175
- * doc update some tasks
1176
- * updated version to 2.0.1
1177
- * minor bugs fixes
1178
- * update methods task to display each file as it process it
1179
- * added benchmarks for some enumerable methods.
1180
- * moved demo/bench/bench_factorial to an demo/bench/integer subclass
1181
- * added Erik Veenstra to AUHTORS for work on enumerable/group_by and cluster_by
1182
- * minor improvement to test task to specifically read test_*.rb files
1183
- * removed enumerable/partition.rb
1184
- * move enumerable/partition.rb methods to collect.rb.
1185
- * Improved Integer#of.
1186
- * Minor improvements to collect.rb and partition.rb
1187
- * Deprecated nonuniq!, bug fixed cluster_by and aliased group_by and partition_by.
1188
- * Rennamed Enumerable#partition_by to group_by (like RUby 1.9) and fixed bug in cluster_by.
1189
- * update quick docs
1190
- * Doc updates
1191
-
1192
-
1193
- 2007-10-02 transami
1194
-
1195
- * Added Oliver Renaud to the AUTHORS list (oops!)
1196
- * update README to not use folded lines
1197
- * spellchecked README
1198
- * update test task and test_aop.rb
1199
- * minor update to meta/project.yaml
1200
- * updates to groups task and methods task and version to 'stable'
1201
- * updated test task to allow 'live' test
1202
- * update AUTHORS
1203
- * update test task and move AUTHORS file to toplevel
1204
- * moved note/ to doc/notes
1205
- * update tasks for core/fore move and moved todo to dev/
1206
- * moved fore to core (and core to methods)
1207
-
1208
-
1209
- 2007-09-20 transami
1210
-
1211
- * update test and install tasks
1212
- * require fixes to cut.rb and attributes.rb
1213
- * fixed tests for string/nchar and kernel/silence
1214
- * Fixed String#brief in format.rb
1215
-
1216
-
1217
- 2007-09-13 transami
1218
-
1219
- * removed 1stClassMethod from "more" docs
1220
- * removed 1stClassMethod as a rdoc target (now in Core target)
1221
- * update install and rdoc tasks
1222
- * moved string/test_index.rb to string/test_nchar.rb
1223
- * updated indexable tests
1224
- * update string.rb to include string/nchar.rb
1225
- * moved index.rb to nchar.rb
1226
- * clean up string/index.rb
1227
-
1228
-
1229
- 2007-09-12 transami
1230
-
1231
- * moved facets.rb to fore directory
1232
- * add comment to groups task
1233
- * added groups task
1234
- * updated all extrension group files (array.rb, binding.rb, etc.)
1235
- * uncapitalize meta files
1236
- * update methods task a bit more, plus related configuration
1237
- * updated methods task
1238
- * removed lib/core --this is generated content (may be renamed too)
1239
- * added load and stats tasks
1240
- * update install task --this replaces setup b/c of Facets' special install needs
1241
- * update project file
1242
- * removed lib/facets
1243
- * moved remaining libs to fore (will later consider an additional subdivision)
1244
- * move facets/fore to fore/facets
1245
- * move facets/more to more/facets
1246
- * added ;ob/core, more and fore
1247
- * move memorize
1248
-
1249
-
1250
- 2007-09-10 transami
1251
-
1252
- * removed io and net directories
1253
- * moved io/redirect.rb to more/ioredirect.rb and net/smtp_tls.rb and net/uploadutils.rb libs to more too.
1254
- * few more libs moved to more/ directory
1255
- * moved all the most obvious more libs to the more directory
1256
- * moved fore "grouping" libs to fore directory
1257
- * moved "fore" libs to fore directory
1258
- * create for and more directories (yes, you know what's coming ;)
1259
- * renamed remain.rb (was main_as_module.rb) to just main.rb
1260
- * improved rdoc task and project.yaml file
1261
- * better docs for OpenObject
1262
- * improved method hiding
1263
-
1264
-
1265
- 2007-09-07 transami
1266
-
1267
- * documentation touch ups
1268
- * fixes for conversion.rb rather than conversions.rb
1269
- * updated to website docs
1270
- * moved demos to demo/sample
1271
- * added bench and sample dir to demo
1272
-
1273
-
1274
- 2007-09-06 transami
1275
-
1276
- * moved spy.html to light.html
1277
- * menum change to webpage, fixed core doc link
1278
- * moved metadata files to meta/ (info/ or box/ would be better?)
1279
- * updated test_conversion.rb for to_h/to_hash
1280
- * reverse_each instead of each for after advice in advice.rb
1281
- * final fix to to_h/to_hash discrepency
1282
- * added a Path and Root features to Pathname (good idea?)
1283
-
1284
-
1285
- 2007-09-05 transami
1286
-
1287
- * update advice.rb test and moved old cut test to dev/scrap
1288
- * updated advice; removed preinitialize.rb to trinkets project (it was too expiremental)
1289
- * command_filter.rb needs to considered/developed; moved to dev/new/
1290
- * fixed interface.rb fo singelton methods
1291
- * updates to tests
1292
- * whole lot of small bug fixes
1293
- * add tests to revision control
1294
- * removed old cut test (moved to dev/scrap)
1295
- * working on tests
1296
-
1297
-
1298
- 2007-09-04 transami
1299
-
1300
- * added read.rb (taken from readwrite.rb)
1301
- * split readwrite.rb into read.rb and write.rb
1302
- * remove string/unpack.rb, offset can be had using '@' format instead
1303
- * renamed conversions.rb to conversion.rb, fixed some requires
1304
- * improved attr.rb
1305
- * some cleanup of enumerable extensions
1306
- * setup annotations demo
1307
-
1308
-
1309
- 2007-09-03 transami
1310
-
1311
- * add non-embedded tests
1312
-
1313
-
1314
- 2007-09-02 transami
1315
-
1316
- * finally brough over toadcode prototype.rb and cleaned it up enough to be useful
1317
- * removed annotations subdir
1318
- * moved annotations/ann.rb and attr.rb to annotations.rb and attributes.rb
1319
- * remove annotations.rb
1320
- * moved annotations/settings.rb up a dir
1321
- * remove settings.rb
1322
- * chnaged multiton_id(e) to multiton_id(*e,&b)
1323
- * updated test task
1324
- * added Christoph Rippel to authors lists
1325
- * added doc header to new multiton class
1326
- * update to new version of multiton
1327
- * playing around with multiton2.rb
1328
- * renamed dev/try to dev/new
1329
- * created dev/old to temporarily house old versions of libs that have been replaced.
1330
- * fixed quick.html documentation
1331
- * used old wiki.gif as email.gif instead
1332
- * fixed config.yaml publish entry
1333
- * some minor updates to index.html
1334
-
1335
-
1336
- 2007-09-01 transami
1337
-
1338
- * moved site to doc/site
1339
- * update to publish task
1340
- * updates of tasks
1341
- * added kernel/report.rb to hold debug/warn extensions.
1342
- * renamed reporting.rb to silence.rb
1343
- * update reporting.rb (created report.rb from it)
1344
- * task work
1345
- * clean up dev finis
1346
- * cleanup dev just a bit more
1347
- * continue cleanup of dev directory
1348
- * moved dev/twiki to misc/
1349
- * removed dev/core
1350
- * moved require_directory.rb to misc/
1351
- * added dev/misc for code scraps that might be useful but are not straight lib or task code
1352
- * more dev changes
1353
- * organize dev better
1354
- * cleanup of dev continues
1355
- * cleanup of dev dir
1356
- * clean up dev dir more
1357
- * some cleanup of dev directory
1358
-
1359
-
1360
- 2007-08-31 transami
1361
-
1362
- * almost completed advice lib
1363
- * added comment about possible update
1364
- * deprecate instance_send and instance_map
1365
- * work on rdoc task
1366
- * work on rdoc task
1367
-
1368
-
1369
- 2007-08-30 transami
1370
-
1371
- * added dev/cut dir
1372
-
1373
-
1374
- 2007-08-29 transami
1375
-
1376
- * no reason to track .config
1377
- * clean up trunk
1378
- * added todo comment
1379
- * added advice.rb to replace old aspects.rb
1380
- * removed aspects.rb (sucked), added prototype.rb (infancy) and adjusted to class_extension.rb
1381
- * removed #to_roman (now part of the English project)
1382
- * cont. work on aop and cuts
1383
- * fixed IMG tag bug
1384
- * added yaml.rb
1385
- * move #here convenience method to binding/eval (separate?)
1386
- * added in order to remove kernel/misc.rb
1387
- * consolidate string/regesc
1388
- * added module/methods
1389
- * updates to include and attr
1390
-
1391
-
1392
- 2007-08-28 transami
1393
-
1394
- * fixed Range#umbrella
1395
- * more organization of docs
1396
- * orginizing docs
1397
-
1398
-
1399
- 2007-08-27 transami
1400
-
1401
- * update val.rb
1402
- * added proc/fn.rb (from kernel/misc.rb) and fixed typo in compose.rb
1403
- * moved misc.rb to val.rb
1404
- * better organization of some kernel methods
1405
- * moved #here alias to eval.rb
1406
- * minor updates and some bug fixes (modspace what broke)
1407
- * removed file/yaml.rb in favor or just yaml.rb
1408
- * moved this to facets/yaml.rb
1409
-
1410
-
1411
- 2007-08-25 transami
1412
-
1413
- * work on aop system
1414
- * Added aop.rb, and cut.r and recursive.rb
1415
- * moved cut.rb to dev (old version will be deprecated)
1416
- * added to_hash to Dictionary, and minor mods to others
1417
-
1418
-
1419
- 2007-08-24 transami
1420
-
1421
- * oops, no need for enumerator directory
1422
- * moved threaded_send.rb to mapsend.rb
1423
- * moved threaded_send out of enumerable/ dir
1424
- * updates to elementor.rb
1425
- * merged instance_map into threaded_send
1426
- * removed map_send
1427
- * merging map_send with threaded_send
1428
-
1429
-
1430
- 2007-08-23 transami
1431
-
1432
- * cont work on elementwise methods
1433
- * divide elementwise functions betwee two libs
1434
- * uniq.rb is merged into count.rb
1435
- * removed count.rb (uniq.rb will become count.rb)
1436
- * more refinement to enumerable extensions
1437
-
1438
-
1439
- 2007-08-22 transami
1440
-
1441
- * continued refinement of enumerable extensions
1442
- * general improvements to the organization of enumerable extensions
1443
- * moved rake/ back to task/
1444
- * added a couple of tasks
1445
- * renamed rake files as task file
1446
- * update some tasks
1447
- * moved methods.rake to methods
1448
- * updated methods task to use ratch
1449
- * Okay, were going to use Ratch --heaven help me.
1450
-
1451
-
1452
- 2007-08-19 transami
1453
-
1454
- * removed facets/cli dir
1455
- * moved all cli libs from facets/cli to facets/
1456
- * removed src/ directory
1457
- * finished cli lib move
1458
- * made dev/cli
1459
- * almost finished integrating cli libs
1460
- * moved cli support files to facets locations
1461
- * moved cli lib to facets main (also modified functor)
1462
- * preparing to move cli libs to facets main
1463
-
1464
-
1465
- 2007-08-18 transami
1466
-
1467
- * renamed hash/reverse to hash/merge (it contains #reverse_merge)
1468
-
1469
-
1470
- 2007-08-13 transami
1471
-
1472
- * updated Project.yaml
1473
- * remove Manifest.txt from repository
1474
- * more and more task work
1475
- * removed info/ and added Project.yaml
1476
- * moved info/ content to top-level
1477
- * more task work
1478
- * removed rake.rake
1479
- * more task work
1480
-
1481
-
1482
- 2007-08-12 transami
1483
-
1484
- * basic tasks are almost ready
1485
- * continued work on rake tasks
1486
- * more work on rake tasks
1487
- * tweak methods.rake
1488
- * cont. improvement of rake tasks
1489
- * added clean.rake
1490
- * more updates to rake tasks
1491
- * got rid of setup in favor of a simply install.rake
1492
- * added a rake support file
1493
- * renamed tasks with *.rb
1494
- * updated tasks to be rake tasks
1495
- * moved methods to methods.rake
1496
- * update methods to be a rake file
1497
- * Will use rake adn be done with it.
1498
-
1499
-
1500
- 2007-08-11 transami
1501
-
1502
- * cont. clean up of metadata
1503
- * clean up of metadata
1504
- * remove instance_intercept (trinket code)
1505
-
1506
-
1507
- 2007-08-10 transami
1508
-
1509
- * continued modification of those tasky tools
1510
- * removed lib/more (this is it!)
1511
- * moved M-Z of more/facets to facets (this is it!)
1512
- * moved A-L of more/facets to facets (this is it!)
1513
- * removed lib/core (this is it!)
1514
- * moved lib/core/facets.rb to lib/facets.rb (this is it!)
1515
- * moved lib/core/facets to lib/facets (this is it!)
1516
- * added file/yaml.rb
1517
- * added a list of libraries considered "core"
1518
- * continued work on build tools
1519
- * change tools for core/more convergence (so help us god!)
1520
- * added conversion requirement to some core libs
1521
- * update methods task
1522
-
1523
-
1524
- 2007-08-06 transami
1525
-
1526
- * update quick.html to mirror rdoc changes --still needs work though
1527
- * remove old rdoc task
1528
- * added rdoc section (minimal) to tool/config.yaml
1529
- * nope. remove site/rdoc
1530
- * add rdoc dir, should we?
1531
- * remove site/rdoc in preperation for new way
1532
- * facets.rb belongs to core/
1533
- * renamed some doc files
1534
- * removed src/core
1535
- * move src/core/lin to lib/core
1536
- * added kernel/constant
1537
- * remove src/core/web
1538
- * moving more of core to top-level (svn sucks!)
1539
- * moving core support files to top-level
1540
- * removed src/more
1541
- * move src/more/lib to lib/more
1542
- * made lib dir (to replace src)
1543
- * added settings.rb which points to annotations/settings.rb
1544
- * moved svn to annotations/ subdir
1545
- * moved dev files to top-level as part of more transition
1546
- * temporarily removed dev/more
1547
- * moved annotations demo to demo dir
1548
- * added demo folder
1549
- * add dev/more
1550
- * remove struct again! (stupid svn)
1551
- * moved file to top-level doc as part of more transisiton
1552
- * bullshit svn crap
1553
- * ann moved back to more (strongly considering annotations for it's own project)
1554
- * build moved back to more
1555
- * aop moved back to more
1556
- * cast moved back to more
1557
- * crypt moved back to more
1558
- * exts moved back to more
1559
- * file moved back to more
1560
- * meta moved back to more
1561
- * misc moved back to more
1562
- * model moved back to more
1563
- * struct moved to back to more
1564
- * moved sync back to more
1565
-
1566
-
1567
- 2007-08-05 transami
1568
-
1569
- * minor modification to core's method task
1570
- * finished removing facets/core from revision control
1571
- * remove facets/core/ method libs from revision control
1572
- * fixed task/methods, update facets/core (which will be removed from revision ctrl)
1573
- * updated methods task to point to facets/core/
1574
- * moved lib/facets_by_method/ to facets/core/ for backward compatibility
1575
-
1576
-
1577
- 2007-08-04 transami
1578
-
1579
- * updated some tools
1580
-
1581
-
1582
- 2007-08-03 transami
1583
-
1584
- * moved commandoptions.rb to command_options.rb
1585
- * rewrote command and command options libs
1586
-
1587
-
1588
- 2007-08-02 transami
1589
-
1590
- * fixed up website
1591
- * moved web to site
1592
- * added splash.html (really trash but we'll hang on to it fot now)
1593
- * added .rsync_filter to wesite, for publish task
1594
-
1595
-
1596
- 2007-08-01 transami
1597
-
1598
- * moved 'task' to 'tool' (was 'util' before that)
1599
- * removed web/home.html, replaced with index.html
1600
- * update website to look better on Widows
1601
- * moved facets-by-method/ to facets_by_method/. note: this was the old facets/core/.
1602
- * rearranged web directory (no more cover page)
1603
-
1604
-
1605
- 2007-07-31 transami
1606
-
1607
- * removed core ri files and series 1.8 packages
1608
- * initial import
214
+ * aliased Comparable#cap to at_most and separated bound methods into files
215
+ * memoize.rb, bug had cache working at class-level, fixed to work at instance-level [major]
216
+ * switched to git as of 2.4.4
1609
217