facets 2.9.0 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (242) hide show
  1. data/HISTORY.rdoc +34 -0
  2. data/{meta/profile → PROFILE} +15 -1
  3. data/README.rdoc +11 -17
  4. data/Rakefile +74 -31
  5. data/VERSION +1 -0
  6. data/lib/core-uncommon/facets/array/median.rb +17 -0
  7. data/lib/core-uncommon/facets/array/op_pow.rb +9 -0
  8. data/lib/{tour → core-uncommon}/facets/array/percentile.rb +3 -0
  9. data/lib/{tour → core-uncommon}/facets/class/preallocate.rb +3 -0
  10. data/lib/core-uncommon/facets/enumerable/has.rb +22 -0
  11. data/lib/core-uncommon/facets/enumerable/have.rb +1 -0
  12. data/lib/{tour → core-uncommon}/facets/integer/roman.rb +9 -0
  13. data/lib/{tour → core-uncommon}/facets/kernel/demo.rb +3 -0
  14. data/lib/{tour → core-uncommon}/facets/kernel/eigenclass.rb +3 -0
  15. data/lib/{tour → core-uncommon}/facets/kernel/instance_exec.rb +6 -0
  16. data/lib/{tour → core-uncommon}/facets/kernel/memo.rb +3 -0
  17. data/lib/{tour → core-uncommon}/facets/kernel/trap_chain.rb +3 -0
  18. data/lib/{tour → core-uncommon}/facets/kernel/y.rb +3 -0
  19. data/lib/{tour → core-uncommon}/facets/method/memoize.rb +3 -0
  20. data/lib/{tour → core-uncommon}/facets/module/attr_class_accessor.rb +6 -0
  21. data/lib/{tour → core-uncommon}/facets/module/attr_inheritor.rb +2 -0
  22. data/lib/{tour → core-uncommon}/facets/module/attr_tester.rb +8 -0
  23. data/lib/{tour → core-uncommon}/facets/module/attr_validator.rb +6 -0
  24. data/lib/{tour → core-uncommon}/facets/module/cattr.rb +24 -0
  25. data/lib/core-uncommon/facets/module/class_accessor.rb +33 -0
  26. data/lib/{tour → core-uncommon}/facets/module/class_extend.rb +3 -0
  27. data/lib/{tour → core-uncommon}/facets/module/class_inheritor.rb +3 -0
  28. data/lib/{tour → core-uncommon}/facets/module/copy_inheritor.rb +3 -0
  29. data/lib/{tour → core-uncommon}/facets/module/enclosure.rb +6 -0
  30. data/lib/{tour → core-uncommon}/facets/module/enclosures.rb +0 -0
  31. data/lib/{tour → core-uncommon}/facets/module/include_as.rb +0 -0
  32. data/lib/{tour → core-uncommon}/facets/module/instance_function.rb +2 -0
  33. data/lib/{tour → core-uncommon}/facets/module/memoize.rb +0 -0
  34. data/lib/{tour → core-uncommon}/facets/module/method_space.rb +5 -0
  35. data/lib/{tour → core-uncommon}/facets/module/module_load.rb +6 -0
  36. data/lib/{tour → core-uncommon}/facets/module/preextend.rb +3 -0
  37. data/lib/{tour → core-uncommon}/facets/module/prepend.rb +3 -0
  38. data/lib/{tour → core-uncommon}/facets/regexp/op_or.rb +2 -0
  39. data/lib/{tour → core-uncommon}/facets/string/crypt.rb +3 -0
  40. data/lib/{tour → core-uncommon}/facets/string/roman.rb +0 -0
  41. data/lib/core/facets.rb +19 -0
  42. data/lib/core/facets.yml +1144 -0
  43. data/lib/core/facets/applique/file_helpers.rb +4 -4
  44. data/lib/core/facets/array.rb +0 -1
  45. data/lib/core/facets/binding.rb +1 -1
  46. data/lib/core/facets/class.rb +1 -1
  47. data/lib/core/facets/comparable.rb +1 -1
  48. data/lib/core/facets/dir.rb +1 -1
  49. data/lib/core/facets/dir/recurse.rb +1 -1
  50. data/lib/core/facets/enumerable.rb +1 -1
  51. data/lib/core/facets/exception.rb +1 -1
  52. data/lib/core/facets/file.rb +1 -1
  53. data/lib/core/facets/file/create.rb +1 -1
  54. data/lib/core/facets/file/read_binary.rb +2 -2
  55. data/lib/core/facets/file/rewrite.rb +4 -4
  56. data/lib/core/facets/file/write.rb +1 -1
  57. data/lib/core/facets/file/writelines.rb +1 -1
  58. data/lib/core/facets/filetest.rb +1 -1
  59. data/lib/core/facets/filetest/absolute.rb +1 -0
  60. data/lib/core/facets/filetest/contains.rb +12 -0
  61. data/lib/core/facets/filetest/relative.rb +38 -0
  62. data/lib/core/facets/filetest/safe.rb +20 -0
  63. data/lib/core/facets/filetest/separator_pattern.rb +19 -0
  64. data/lib/core/facets/float.rb +1 -1
  65. data/lib/core/facets/hash.rb +1 -1
  66. data/lib/core/facets/integer.rb +1 -1
  67. data/lib/core/facets/kernel.rb +1 -1
  68. data/lib/core/facets/kernel/no.rb +1 -0
  69. data/lib/core/facets/kernel/object_hexid.rb +3 -1
  70. data/lib/core/facets/kernel/yes.rb +25 -0
  71. data/lib/core/facets/matchdata.rb +1 -1
  72. data/lib/core/facets/method.rb +1 -1
  73. data/lib/core/facets/module.rb +1 -1
  74. data/lib/core/facets/module/redefine_method.rb +4 -4
  75. data/lib/core/facets/nilclass.rb +1 -1
  76. data/lib/core/facets/numeric.rb +1 -1
  77. data/lib/core/facets/object.rb +1 -1
  78. data/lib/core/facets/object/replace.rb +2 -2
  79. data/lib/core/facets/objectspace.rb +1 -1
  80. data/lib/core/facets/proc.rb +1 -1
  81. data/lib/core/facets/process.rb +1 -1
  82. data/lib/core/facets/range.rb +1 -1
  83. data/lib/core/facets/regexp.rb +1 -1
  84. data/lib/core/facets/string.rb +1 -1
  85. data/lib/core/facets/string/file.rb +4 -2
  86. data/lib/core/facets/string/random_binary.rb +10 -0
  87. data/lib/core/facets/string/unquote.rb +1 -1
  88. data/lib/core/facets/struct.rb +1 -1
  89. data/lib/core/facets/symbol.rb +1 -1
  90. data/lib/core/facets/time.rb +1 -1
  91. data/lib/core/facets/unboundmethod.rb +1 -1
  92. data/lib/{more → standard}/facets/basicobject.rb +0 -0
  93. data/lib/{more → standard}/facets/cgi.rb +0 -0
  94. data/lib/{more → standard}/facets/continuation.rb +0 -0
  95. data/lib/{more → standard}/facets/date.rb +0 -0
  96. data/lib/standard/facets/digest.rb +2 -0
  97. data/lib/standard/facets/digest/base64digest.rb +45 -0
  98. data/lib/standard/facets/digest/salted_digest.rb +44 -0
  99. data/lib/{more → standard}/facets/erb.rb +0 -0
  100. data/lib/{more → standard}/facets/fileutils.rb +5 -0
  101. data/lib/standard/facets/fileutils/amass.rb +33 -0
  102. data/lib/{more → standard}/facets/fileutils/cp_rx.rb +3 -1
  103. data/lib/{more → standard}/facets/fileutils/head.rb +0 -0
  104. data/lib/standard/facets/fileutils/ln_r.rb +92 -0
  105. data/lib/standard/facets/fileutils/outofdate.rb +38 -0
  106. data/lib/{more → standard}/facets/fileutils/safe_ln.rb +0 -0
  107. data/lib/{more → standard}/facets/fileutils/slice.rb +14 -12
  108. data/lib/standard/facets/fileutils/stage.rb +66 -0
  109. data/lib/{more → standard}/facets/fileutils/tail.rb +0 -0
  110. data/lib/{more → standard}/facets/fileutils/wc.rb +0 -0
  111. data/lib/{more → standard}/facets/fileutils/whereis.rb +0 -0
  112. data/lib/{more → standard}/facets/fileutils/which.rb +2 -0
  113. data/lib/{more → standard}/facets/find.rb +0 -0
  114. data/lib/{more → standard}/facets/getoptlong.rb +0 -0
  115. data/lib/{more → standard}/facets/math.rb +1 -1
  116. data/lib/{more → standard}/facets/math/abs.rb +0 -0
  117. data/lib/{more → standard}/facets/math/acot.rb +0 -0
  118. data/lib/{more → standard}/facets/math/acoth.rb +0 -0
  119. data/lib/{more → standard}/facets/math/acsc.rb +0 -0
  120. data/lib/{more → standard}/facets/math/acsch.rb +0 -0
  121. data/lib/{more → standard}/facets/math/amd.rb +0 -0
  122. data/lib/{more → standard}/facets/math/approx_equal.rb +1 -1
  123. data/lib/{more → standard}/facets/math/asec.rb +0 -0
  124. data/lib/{more → standard}/facets/math/asech.rb +0 -0
  125. data/lib/{more → standard}/facets/math/atkinson_index.rb +0 -0
  126. data/lib/{more → standard}/facets/math/beta.rb +0 -0
  127. data/lib/{more → standard}/facets/math/cdf.rb +0 -0
  128. data/lib/{more → standard}/facets/math/ceil.rb +0 -0
  129. data/lib/{more → standard}/facets/math/cot.rb +0 -0
  130. data/lib/{more → standard}/facets/math/coth.rb +0 -0
  131. data/lib/{more → standard}/facets/math/csc.rb +0 -0
  132. data/lib/{more → standard}/facets/math/csch.rb +0 -0
  133. data/lib/{more → standard}/facets/math/delta.rb +2 -1
  134. data/lib/{more → standard}/facets/math/epsilon.rb +0 -0
  135. data/lib/{more → standard}/facets/math/exp10.rb +0 -0
  136. data/lib/{more → standard}/facets/math/exp2.rb +0 -0
  137. data/lib/{more → standard}/facets/math/factorial.rb +0 -0
  138. data/lib/{more → standard}/facets/math/floor.rb +0 -0
  139. data/lib/{more → standard}/facets/math/gamma.rb +0 -0
  140. data/lib/{more → standard}/facets/math/gcd.rb +0 -0
  141. data/lib/{more → standard}/facets/math/gini_coefficient.rb +0 -0
  142. data/lib/{more → standard}/facets/math/kldivergence.rb +0 -0
  143. data/lib/{more → standard}/facets/math/lcm.rb +0 -0
  144. data/lib/{more → standard}/facets/math/lgamma.rb +0 -0
  145. data/lib/{more → standard}/facets/math/linsolve.rb +0 -0
  146. data/lib/{more → standard}/facets/math/log2.rb +0 -0
  147. data/lib/{more → standard}/facets/math/max.rb +0 -0
  148. data/lib/{more → standard}/facets/math/mean.rb +0 -0
  149. data/lib/{more → standard}/facets/math/median.rb +0 -0
  150. data/lib/{more → standard}/facets/math/min.rb +0 -0
  151. data/lib/{more → standard}/facets/math/pow.rb +0 -0
  152. data/lib/{more → standard}/facets/math/pstd.rb +0 -0
  153. data/lib/{more → standard}/facets/math/pvariance.rb +0 -0
  154. data/lib/{more → standard}/facets/math/rmd.rb +0 -0
  155. data/lib/{more → standard}/facets/math/root.rb +0 -0
  156. data/lib/{more → standard}/facets/math/sec.rb +0 -0
  157. data/lib/{more → standard}/facets/math/sech.rb +0 -0
  158. data/lib/{more → standard}/facets/math/sign.rb +0 -0
  159. data/lib/{more → standard}/facets/math/sinc.rb +0 -0
  160. data/lib/{more → standard}/facets/math/sqr.rb +0 -0
  161. data/lib/{more → standard}/facets/math/sqsolve.rb +0 -0
  162. data/lib/{more → standard}/facets/math/std.rb +0 -0
  163. data/lib/{more → standard}/facets/math/stderr.rb +0 -0
  164. data/lib/{more → standard}/facets/math/sum.rb +0 -0
  165. data/lib/{more → standard}/facets/math/summed_sqdevs.rb +0 -0
  166. data/lib/{more → standard}/facets/math/theil_index.rb +0 -0
  167. data/lib/{more → standard}/facets/math/variance.rb +0 -0
  168. data/lib/standard/facets/net/http.rb +32 -0
  169. data/lib/{more → standard}/facets/ostruct.rb +0 -0
  170. data/lib/{more → standard}/facets/pathname.rb +1 -0
  171. data/lib/{more → standard}/facets/random.rb +2 -2
  172. data/lib/standard/facets/rbconfig.rb +78 -0
  173. data/lib/{more → standard}/facets/set.rb +0 -0
  174. data/lib/{more → standard}/facets/shellwords.rb +2 -0
  175. data/lib/standard/facets/strscan.rb +16 -0
  176. data/lib/{more → standard}/facets/thread.rb +0 -0
  177. data/lib/{more → standard}/facets/uri.rb +0 -0
  178. data/lib/{more → standard}/facets/yaml.rb +0 -0
  179. data/lib/{more → standard}/facets/zlib.rb +0 -0
  180. data/lib/{more → supplemental}/facets/argvector.rb +0 -0
  181. data/lib/{more → supplemental}/facets/atomicfile.rb +0 -0
  182. data/lib/{more → supplemental}/facets/interval.rb +0 -0
  183. data/lib/{more → supplemental}/facets/main.rb +0 -0
  184. data/lib/{more → supplemental}/facets/memoizable.rb +0 -0
  185. data/lib/{more → supplemental}/facets/metaid.rb +0 -0
  186. data/lib/{more → supplemental}/facets/multipliers.rb +0 -0
  187. data/lib/{more → supplemental}/facets/multiton.rb +0 -0
  188. data/lib/{more → supplemental}/facets/nullclass.rb +0 -0
  189. data/lib/{more → supplemental}/facets/opesc.rb +0 -0
  190. data/lib/{more → supplemental}/facets/platform.rb +156 -5
  191. data/lib/{more → supplemental}/facets/reference.rb +0 -0
  192. data/lib/{more → supplemental}/facets/timer.rb +0 -0
  193. data/lib/{more → supplemental}/facets/tuple.rb +0 -0
  194. data/qed/applique/file_helpers.rb +10 -0
  195. data/qed/{tour → core-uncommon}/module/cattr.rdoc +0 -0
  196. data/qed/{tour → core-uncommon}/module/class_extend.rdoc +0 -0
  197. data/qed/{tour → core-uncommon}/module/class_inheritor.rdoc +0 -0
  198. data/qed/{tour → core-uncommon}/module/copy_inheritor.rdoc +0 -0
  199. data/qed/{tour → core-uncommon}/module/method_space.rdoc +0 -0
  200. data/qed/{more → standard}/basic_object.rdoc +0 -0
  201. data/qed/{more → supplemental}/memoizable.rdoc +0 -0
  202. data/qed/{more → supplemental}/mulititon.rdoc +0 -0
  203. data/test/{tour → core-uncommon}/array/test_median.rb +0 -0
  204. data/test/{tour → core-uncommon}/array/test_percentile.rb +0 -0
  205. data/test/{tour → core-uncommon}/class/test_preallocate.rb +0 -0
  206. data/test/{tour → core-uncommon}/module/test_cattr.rb +0 -0
  207. data/test/{tour → core-uncommon}/module/test_class_extend.rb +0 -0
  208. data/test/{tour → core-uncommon}/module/test_class_inheritor.rb +0 -0
  209. data/test/{tour → core-uncommon}/module/test_copy_inheritor.rb +0 -0
  210. data/test/{tour → core-uncommon}/module/test_enclosure.rb +0 -0
  211. data/test/{tour → core-uncommon}/module/test_instance_function.rb +0 -0
  212. data/test/{tour → core-uncommon}/module/test_memoize.rb +0 -0
  213. data/test/{tour → core-uncommon}/module/test_method_space.rb +0 -0
  214. data/test/{tour → core-uncommon}/module/test_module_load.rb +0 -0
  215. data/test/{tour → core-uncommon}/module/test_preextend.rb +0 -0
  216. data/test/{tour → core-uncommon}/module/test_prepend.rb +0 -0
  217. data/test/core/dir/test_each_child.rb +1 -1
  218. data/test/core/dir/test_multiglob.rb +2 -2
  219. data/test/core/hash/test_zip.rb +12 -0
  220. data/test/core/{kernel → object}/test_dup.rb +51 -1
  221. data/test/core/{kernel → object}/test_object_state.rb +1 -1
  222. data/test/core/{kernel → object}/test_replace.rb +12 -12
  223. data/test/core/{kernel → object}/test_try_dup.rb +2 -2
  224. data/test/{more → standard}/test_date.rb +0 -0
  225. data/test/{more → standard}/test_ostruct.rb +0 -0
  226. data/test/{more → standard}/test_random.rb +0 -0
  227. data/test/{more → standard}/test_shellwords.rb +0 -0
  228. data/test/{more → standard}/test_thread.rb +0 -0
  229. data/test/{more → standard}/test_timer.rb +0 -0
  230. data/test/{more → standard}/test_uri.rb +0 -0
  231. data/test/{more → supplemental}/test_argvector.rb +0 -0
  232. data/test/{more → supplemental}/test_memoizable.rb +0 -0
  233. data/test/{more → supplemental}/test_multipliers.rb +0 -0
  234. data/test/{more → supplemental}/test_tuple.rb +0 -0
  235. metadata +224 -204
  236. data/lib/more/facets/rbconfig.rb +0 -150
  237. data/lib/tour/facets/array/median.rb +0 -14
  238. data/lib/tour/facets/array/op_pow.rb +0 -5
  239. data/lib/tour/facets/module/class_accessor.rb +0 -27
  240. data/meta/data.rb +0 -29
  241. data/meta/package +0 -10
  242. data/test/core/hash/test_zipnew.rb +0 -12
@@ -1,4 +1,5 @@
1
1
  require 'fileutils'
2
+ require 'pathname'
2
3
 
3
4
  def temporary_directory
4
5
  @temporary_directory ||= 'tmp'
@@ -22,3 +23,12 @@ When /Given a directory '(.*?)' containing/ do |dir, text|
22
23
  end
23
24
  end
24
25
 
26
+ # Return project root directory by looking for +lib+ directory.
27
+ def root_directory
28
+ @root_directory ||= (
29
+ Pathname.new(Dir.pwd).ascend do |root|
30
+ break root if root.join('lib').directory?
31
+ end
32
+ )
33
+ end
34
+
File without changes
@@ -11,7 +11,7 @@ tests Dir do
11
11
  c << path
12
12
  end
13
13
  d.close
14
- c.sort.assert == ['core', 'more', 'tour']
14
+ c.sort.assert == ['core', 'core-uncommon', 'standard', 'supplemental']
15
15
  end
16
16
 
17
17
  end
@@ -3,8 +3,8 @@ covers 'facets/dir/multiglob'
3
3
  tests Dir do
4
4
 
5
5
  metaunit :multiglob do
6
- r = Dir.multiglob('test/c*', 'test/m*').sort
7
- r.assert == ['test/core', 'test/more']
6
+ r = Dir.multiglob('test/c*').sort
7
+ r.assert == ['test/core', 'test/core-uncommon']
8
8
  end
9
9
 
10
10
  metaunit :multiglob_r do
@@ -0,0 +1,12 @@
1
+ covers 'facets/hash/zip'
2
+
3
+ testcase Hash do
4
+
5
+ metaunit :zip do
6
+ a = [1,2,3]
7
+ b = [4,5,6]
8
+ Hash.zip(a,b).assert == {1=>4,2=>5,3=>6}
9
+ end
10
+
11
+ end
12
+
@@ -1,4 +1,6 @@
1
- covers 'facets/kernel/dup'
1
+ covers 'facets/object/dup'
2
+
3
+ # TODO: Improve object/dup tests.
2
4
 
3
5
  tests Object do
4
6
  setup "ordinary object" do
@@ -12,6 +14,14 @@ tests Object do
12
14
  unit :clone? do |o|
13
15
  assert o.clone?
14
16
  end
17
+
18
+ unit :dup! do |o|
19
+ assert o.dup!
20
+ end
21
+
22
+ unit :try_dup do |o|
23
+ assert o.try_dup
24
+ end
15
25
  end
16
26
 
17
27
  tests TrueClass do
@@ -22,6 +32,14 @@ tests TrueClass do
22
32
  unit :clone? do
23
33
  refute true.clone?
24
34
  end
35
+
36
+ unit :dup! do
37
+ assert true.dup!
38
+ end
39
+
40
+ unit :try_dup do
41
+ assert true.try_dup
42
+ end
25
43
  end
26
44
 
27
45
  tests FalseClass do
@@ -32,6 +50,14 @@ tests FalseClass do
32
50
  unit :clone? do
33
51
  refute false.clone?
34
52
  end
53
+
54
+ unit :dup! do
55
+ false.dup!.assert == false
56
+ end
57
+
58
+ unit :try_dup do
59
+ false.try_dup.assert == false
60
+ end
35
61
  end
36
62
 
37
63
  tests NilClass do
@@ -42,6 +68,14 @@ tests NilClass do
42
68
  unit :clone? do
43
69
  refute nil.clone?
44
70
  end
71
+
72
+ unit :dup! do
73
+ nil.dup!.assert == nil
74
+ end
75
+
76
+ unit :try_dup do
77
+ nil.try_dup.assert == nil
78
+ end
45
79
  end
46
80
 
47
81
  tests Symbol do
@@ -52,6 +86,14 @@ tests Symbol do
52
86
  unit :clone? do
53
87
  refute :a.clone?
54
88
  end
89
+
90
+ unit :dup! do
91
+ :a.dup!.assert == :a
92
+ end
93
+
94
+ unit :try_dup do
95
+ :a.try_dup.assert == :a
96
+ end
55
97
  end
56
98
 
57
99
  tests Numeric do
@@ -62,5 +104,13 @@ tests Numeric do
62
104
  unit :clone? do
63
105
  refute 1.clone?
64
106
  end
107
+
108
+ unit :dup! do
109
+ 1.dup!.assert == 1
110
+ end
111
+
112
+ unit :try_dup do
113
+ 1.try_dup.assert == 1
114
+ end
65
115
  end
66
116
 
@@ -1,4 +1,4 @@
1
- covers 'facets/kernel/object_state'
1
+ covers 'facets/object/object_state'
2
2
 
3
3
  #tests Kernel do
4
4
  #
@@ -1,4 +1,4 @@
1
- covers 'facets/kernel/replace'
1
+ covers 'facets/object/replace'
2
2
 
3
3
  tests Object do
4
4
 
@@ -11,14 +11,12 @@ tests Object do
11
11
  end
12
12
 
13
13
  o = c.new(1,2)
14
-
15
14
  o.a.assert == 1
16
15
  o.b.assert == 2
17
16
 
18
- o.replace(:a=>3, :b=>4)
19
-
20
- o.a.assert == 3
21
- o.b.assert == 4
17
+ expect ArgumentError do
18
+ o.replace(:a=>3, :b=>4)
19
+ end
22
20
  end
23
21
 
24
22
  end
@@ -34,14 +32,16 @@ tests Object do
34
32
  end
35
33
  end
36
34
 
37
- o = c.new('bob', 60)
38
- o.name.assert == 'bob'
39
- o.age.assert == 60
35
+ a = c.new('bob', 60)
36
+ a.name.assert == 'bob'
37
+ a.age.assert == 60
40
38
 
41
- o.replace(:name=>'tom', :age=>40)
39
+ b = c.new('tom', 40)
42
40
 
43
- o.name.assert == 'tom'
44
- o.age.assert == 40
41
+ a.replace(b)
42
+
43
+ a.name.assert == 'tom'
44
+ a.age.assert == 40
45
45
  end
46
46
 
47
47
  end
@@ -1,6 +1,6 @@
1
- covers 'facets/kernel/try_dup'
1
+ covers 'facets/object/try_dup'
2
2
 
3
- tests Kernel do
3
+ tests Object do
4
4
  unit :try_dup do
5
5
  obj1 = Object.new
6
6
  obj2 = obj1.try_dup
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: facets
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 9
9
- - 0
10
- version: 2.9.0
9
+ - 1
10
+ version: 2.9.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Thomas Sawyer <transfire@gmail.com>
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-12 00:00:00 -04:00
18
+ date: 2011-02-20 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -199,7 +199,12 @@ files:
199
199
  - lib/core/facets/file/write.rb
200
200
  - lib/core/facets/file/writelines.rb
201
201
  - lib/core/facets/file.rb
202
+ - lib/core/facets/filetest/absolute.rb
203
+ - lib/core/facets/filetest/contains.rb
204
+ - lib/core/facets/filetest/relative.rb
202
205
  - lib/core/facets/filetest/root.rb
206
+ - lib/core/facets/filetest/safe.rb
207
+ - lib/core/facets/filetest/separator_pattern.rb
203
208
  - lib/core/facets/filetest.rb
204
209
  - lib/core/facets/float/round.rb
205
210
  - lib/core/facets/float.rb
@@ -309,6 +314,7 @@ files:
309
314
  - lib/core/facets/kernel/meta_def.rb
310
315
  - lib/core/facets/kernel/meta_eval.rb
311
316
  - lib/core/facets/kernel/method.rb
317
+ - lib/core/facets/kernel/no.rb
312
318
  - lib/core/facets/kernel/not.rb
313
319
  - lib/core/facets/kernel/not_nil.rb
314
320
  - lib/core/facets/kernel/object_class.rb
@@ -334,6 +340,7 @@ files:
334
340
  - lib/core/facets/kernel/val.rb
335
341
  - lib/core/facets/kernel/with.rb
336
342
  - lib/core/facets/kernel/writers.rb
343
+ - lib/core/facets/kernel/yes.rb
337
344
  - lib/core/facets/kernel.rb
338
345
  - lib/core/facets/lazy.rb
339
346
  - lib/core/facets/matchdata/match.rb
@@ -465,6 +472,7 @@ files:
465
472
  - lib/core/facets/string/outdent.rb
466
473
  - lib/core/facets/string/pathize.rb
467
474
  - lib/core/facets/string/quote.rb
475
+ - lib/core/facets/string/random_binary.rb
468
476
  - lib/core/facets/string/range.rb
469
477
  - lib/core/facets/string/range_all.rb
470
478
  - lib/core/facets/string/range_of_line.rb
@@ -529,135 +537,144 @@ files:
529
537
  - lib/core/facets/unboundmethod/name.rb
530
538
  - lib/core/facets/unboundmethod.rb
531
539
  - lib/core/facets.rb
532
- - lib/more/facets/argvector.rb
533
- - lib/more/facets/atomicfile.rb
534
- - lib/more/facets/basicobject.rb
535
- - lib/more/facets/cgi.rb
536
- - lib/more/facets/continuation.rb
537
- - lib/more/facets/date.rb
538
- - lib/more/facets/erb.rb
539
- - lib/more/facets/fileutils/cp_rx.rb
540
- - lib/more/facets/fileutils/head.rb
541
- - lib/more/facets/fileutils/safe_ln.rb
542
- - lib/more/facets/fileutils/slice.rb
543
- - lib/more/facets/fileutils/tail.rb
544
- - lib/more/facets/fileutils/wc.rb
545
- - lib/more/facets/fileutils/whereis.rb
546
- - lib/more/facets/fileutils/which.rb
547
- - lib/more/facets/fileutils.rb
548
- - lib/more/facets/find.rb
549
- - lib/more/facets/getoptlong.rb
550
- - lib/more/facets/interval.rb
551
- - lib/more/facets/main.rb
552
- - lib/more/facets/math/abs.rb
553
- - lib/more/facets/math/acot.rb
554
- - lib/more/facets/math/acoth.rb
555
- - lib/more/facets/math/acsc.rb
556
- - lib/more/facets/math/acsch.rb
557
- - lib/more/facets/math/amd.rb
558
- - lib/more/facets/math/approx_equal.rb
559
- - lib/more/facets/math/asec.rb
560
- - lib/more/facets/math/asech.rb
561
- - lib/more/facets/math/atkinson_index.rb
562
- - lib/more/facets/math/beta.rb
563
- - lib/more/facets/math/cdf.rb
564
- - lib/more/facets/math/ceil.rb
565
- - lib/more/facets/math/cot.rb
566
- - lib/more/facets/math/coth.rb
567
- - lib/more/facets/math/csc.rb
568
- - lib/more/facets/math/csch.rb
569
- - lib/more/facets/math/delta.rb
570
- - lib/more/facets/math/epsilon.rb
571
- - lib/more/facets/math/exp10.rb
572
- - lib/more/facets/math/exp2.rb
573
- - lib/more/facets/math/factorial.rb
574
- - lib/more/facets/math/floor.rb
575
- - lib/more/facets/math/gamma.rb
576
- - lib/more/facets/math/gcd.rb
577
- - lib/more/facets/math/gini_coefficient.rb
578
- - lib/more/facets/math/kldivergence.rb
579
- - lib/more/facets/math/lcm.rb
580
- - lib/more/facets/math/lgamma.rb
581
- - lib/more/facets/math/linsolve.rb
582
- - lib/more/facets/math/log2.rb
583
- - lib/more/facets/math/max.rb
584
- - lib/more/facets/math/mean.rb
585
- - lib/more/facets/math/median.rb
586
- - lib/more/facets/math/min.rb
587
- - lib/more/facets/math/pow.rb
588
- - lib/more/facets/math/pstd.rb
589
- - lib/more/facets/math/pvariance.rb
590
- - lib/more/facets/math/rmd.rb
591
- - lib/more/facets/math/root.rb
592
- - lib/more/facets/math/sec.rb
593
- - lib/more/facets/math/sech.rb
594
- - lib/more/facets/math/sign.rb
595
- - lib/more/facets/math/sinc.rb
596
- - lib/more/facets/math/sqr.rb
597
- - lib/more/facets/math/sqsolve.rb
598
- - lib/more/facets/math/std.rb
599
- - lib/more/facets/math/stderr.rb
600
- - lib/more/facets/math/sum.rb
601
- - lib/more/facets/math/summed_sqdevs.rb
602
- - lib/more/facets/math/theil_index.rb
603
- - lib/more/facets/math/variance.rb
604
- - lib/more/facets/math.rb
605
- - lib/more/facets/memoizable.rb
606
- - lib/more/facets/metaid.rb
607
- - lib/more/facets/multipliers.rb
608
- - lib/more/facets/multiton.rb
609
- - lib/more/facets/nullclass.rb
610
- - lib/more/facets/opesc.rb
611
- - lib/more/facets/ostruct.rb
612
- - lib/more/facets/pathname.rb
613
- - lib/more/facets/platform.rb
614
- - lib/more/facets/random.rb
615
- - lib/more/facets/rbconfig.rb
616
- - lib/more/facets/reference.rb
617
- - lib/more/facets/set.rb
618
- - lib/more/facets/shellwords.rb
619
- - lib/more/facets/thread.rb
620
- - lib/more/facets/timer.rb
621
- - lib/more/facets/tuple.rb
622
- - lib/more/facets/uri.rb
623
- - lib/more/facets/yaml.rb
624
- - lib/more/facets/zlib.rb
625
- - lib/tour/facets/array/median.rb
626
- - lib/tour/facets/array/op_pow.rb
627
- - lib/tour/facets/array/percentile.rb
628
- - lib/tour/facets/class/preallocate.rb
629
- - lib/tour/facets/integer/roman.rb
630
- - lib/tour/facets/kernel/demo.rb
631
- - lib/tour/facets/kernel/eigenclass.rb
632
- - lib/tour/facets/kernel/instance_exec.rb
633
- - lib/tour/facets/kernel/memo.rb
634
- - lib/tour/facets/kernel/trap_chain.rb
635
- - lib/tour/facets/kernel/y.rb
636
- - lib/tour/facets/method/memoize.rb
637
- - lib/tour/facets/module/attr_class_accessor.rb
638
- - lib/tour/facets/module/attr_inheritor.rb
639
- - lib/tour/facets/module/attr_tester.rb
640
- - lib/tour/facets/module/attr_validator.rb
641
- - lib/tour/facets/module/cattr.rb
642
- - lib/tour/facets/module/class_accessor.rb
643
- - lib/tour/facets/module/class_extend.rb
644
- - lib/tour/facets/module/class_inheritor.rb
645
- - lib/tour/facets/module/copy_inheritor.rb
646
- - lib/tour/facets/module/enclosure.rb
647
- - lib/tour/facets/module/enclosures.rb
648
- - lib/tour/facets/module/include_as.rb
649
- - lib/tour/facets/module/instance_function.rb
650
- - lib/tour/facets/module/memoize.rb
651
- - lib/tour/facets/module/method_space.rb
652
- - lib/tour/facets/module/module_load.rb
653
- - lib/tour/facets/module/preextend.rb
654
- - lib/tour/facets/module/prepend.rb
655
- - lib/tour/facets/regexp/op_or.rb
656
- - lib/tour/facets/string/crypt.rb
657
- - lib/tour/facets/string/roman.rb
658
- - meta/data.rb
659
- - meta/package
660
- - meta/profile
540
+ - lib/core/facets.yml
541
+ - lib/core-uncommon/facets/array/median.rb
542
+ - lib/core-uncommon/facets/array/op_pow.rb
543
+ - lib/core-uncommon/facets/array/percentile.rb
544
+ - lib/core-uncommon/facets/class/preallocate.rb
545
+ - lib/core-uncommon/facets/enumerable/has.rb
546
+ - lib/core-uncommon/facets/enumerable/have.rb
547
+ - lib/core-uncommon/facets/integer/roman.rb
548
+ - lib/core-uncommon/facets/kernel/demo.rb
549
+ - lib/core-uncommon/facets/kernel/eigenclass.rb
550
+ - lib/core-uncommon/facets/kernel/instance_exec.rb
551
+ - lib/core-uncommon/facets/kernel/memo.rb
552
+ - lib/core-uncommon/facets/kernel/trap_chain.rb
553
+ - lib/core-uncommon/facets/kernel/y.rb
554
+ - lib/core-uncommon/facets/method/memoize.rb
555
+ - lib/core-uncommon/facets/module/attr_class_accessor.rb
556
+ - lib/core-uncommon/facets/module/attr_inheritor.rb
557
+ - lib/core-uncommon/facets/module/attr_tester.rb
558
+ - lib/core-uncommon/facets/module/attr_validator.rb
559
+ - lib/core-uncommon/facets/module/cattr.rb
560
+ - lib/core-uncommon/facets/module/class_accessor.rb
561
+ - lib/core-uncommon/facets/module/class_extend.rb
562
+ - lib/core-uncommon/facets/module/class_inheritor.rb
563
+ - lib/core-uncommon/facets/module/copy_inheritor.rb
564
+ - lib/core-uncommon/facets/module/enclosure.rb
565
+ - lib/core-uncommon/facets/module/enclosures.rb
566
+ - lib/core-uncommon/facets/module/include_as.rb
567
+ - lib/core-uncommon/facets/module/instance_function.rb
568
+ - lib/core-uncommon/facets/module/memoize.rb
569
+ - lib/core-uncommon/facets/module/method_space.rb
570
+ - lib/core-uncommon/facets/module/module_load.rb
571
+ - lib/core-uncommon/facets/module/preextend.rb
572
+ - lib/core-uncommon/facets/module/prepend.rb
573
+ - lib/core-uncommon/facets/regexp/op_or.rb
574
+ - lib/core-uncommon/facets/string/crypt.rb
575
+ - lib/core-uncommon/facets/string/roman.rb
576
+ - lib/standard/facets/basicobject.rb
577
+ - lib/standard/facets/cgi.rb
578
+ - lib/standard/facets/continuation.rb
579
+ - lib/standard/facets/date.rb
580
+ - lib/standard/facets/digest/base64digest.rb
581
+ - lib/standard/facets/digest/salted_digest.rb
582
+ - lib/standard/facets/digest.rb
583
+ - lib/standard/facets/erb.rb
584
+ - lib/standard/facets/fileutils/amass.rb
585
+ - lib/standard/facets/fileutils/cp_rx.rb
586
+ - lib/standard/facets/fileutils/head.rb
587
+ - lib/standard/facets/fileutils/ln_r.rb
588
+ - lib/standard/facets/fileutils/outofdate.rb
589
+ - lib/standard/facets/fileutils/safe_ln.rb
590
+ - lib/standard/facets/fileutils/slice.rb
591
+ - lib/standard/facets/fileutils/stage.rb
592
+ - lib/standard/facets/fileutils/tail.rb
593
+ - lib/standard/facets/fileutils/wc.rb
594
+ - lib/standard/facets/fileutils/whereis.rb
595
+ - lib/standard/facets/fileutils/which.rb
596
+ - lib/standard/facets/fileutils.rb
597
+ - lib/standard/facets/find.rb
598
+ - lib/standard/facets/getoptlong.rb
599
+ - lib/standard/facets/math/abs.rb
600
+ - lib/standard/facets/math/acot.rb
601
+ - lib/standard/facets/math/acoth.rb
602
+ - lib/standard/facets/math/acsc.rb
603
+ - lib/standard/facets/math/acsch.rb
604
+ - lib/standard/facets/math/amd.rb
605
+ - lib/standard/facets/math/approx_equal.rb
606
+ - lib/standard/facets/math/asec.rb
607
+ - lib/standard/facets/math/asech.rb
608
+ - lib/standard/facets/math/atkinson_index.rb
609
+ - lib/standard/facets/math/beta.rb
610
+ - lib/standard/facets/math/cdf.rb
611
+ - lib/standard/facets/math/ceil.rb
612
+ - lib/standard/facets/math/cot.rb
613
+ - lib/standard/facets/math/coth.rb
614
+ - lib/standard/facets/math/csc.rb
615
+ - lib/standard/facets/math/csch.rb
616
+ - lib/standard/facets/math/delta.rb
617
+ - lib/standard/facets/math/epsilon.rb
618
+ - lib/standard/facets/math/exp10.rb
619
+ - lib/standard/facets/math/exp2.rb
620
+ - lib/standard/facets/math/factorial.rb
621
+ - lib/standard/facets/math/floor.rb
622
+ - lib/standard/facets/math/gamma.rb
623
+ - lib/standard/facets/math/gcd.rb
624
+ - lib/standard/facets/math/gini_coefficient.rb
625
+ - lib/standard/facets/math/kldivergence.rb
626
+ - lib/standard/facets/math/lcm.rb
627
+ - lib/standard/facets/math/lgamma.rb
628
+ - lib/standard/facets/math/linsolve.rb
629
+ - lib/standard/facets/math/log2.rb
630
+ - lib/standard/facets/math/max.rb
631
+ - lib/standard/facets/math/mean.rb
632
+ - lib/standard/facets/math/median.rb
633
+ - lib/standard/facets/math/min.rb
634
+ - lib/standard/facets/math/pow.rb
635
+ - lib/standard/facets/math/pstd.rb
636
+ - lib/standard/facets/math/pvariance.rb
637
+ - lib/standard/facets/math/rmd.rb
638
+ - lib/standard/facets/math/root.rb
639
+ - lib/standard/facets/math/sec.rb
640
+ - lib/standard/facets/math/sech.rb
641
+ - lib/standard/facets/math/sign.rb
642
+ - lib/standard/facets/math/sinc.rb
643
+ - lib/standard/facets/math/sqr.rb
644
+ - lib/standard/facets/math/sqsolve.rb
645
+ - lib/standard/facets/math/std.rb
646
+ - lib/standard/facets/math/stderr.rb
647
+ - lib/standard/facets/math/sum.rb
648
+ - lib/standard/facets/math/summed_sqdevs.rb
649
+ - lib/standard/facets/math/theil_index.rb
650
+ - lib/standard/facets/math/variance.rb
651
+ - lib/standard/facets/math.rb
652
+ - lib/standard/facets/net/http.rb
653
+ - lib/standard/facets/ostruct.rb
654
+ - lib/standard/facets/pathname.rb
655
+ - lib/standard/facets/random.rb
656
+ - lib/standard/facets/rbconfig.rb
657
+ - lib/standard/facets/set.rb
658
+ - lib/standard/facets/shellwords.rb
659
+ - lib/standard/facets/strscan.rb
660
+ - lib/standard/facets/thread.rb
661
+ - lib/standard/facets/uri.rb
662
+ - lib/standard/facets/yaml.rb
663
+ - lib/standard/facets/zlib.rb
664
+ - lib/supplemental/facets/argvector.rb
665
+ - lib/supplemental/facets/atomicfile.rb
666
+ - lib/supplemental/facets/interval.rb
667
+ - lib/supplemental/facets/main.rb
668
+ - lib/supplemental/facets/memoizable.rb
669
+ - lib/supplemental/facets/metaid.rb
670
+ - lib/supplemental/facets/multipliers.rb
671
+ - lib/supplemental/facets/multiton.rb
672
+ - lib/supplemental/facets/nullclass.rb
673
+ - lib/supplemental/facets/opesc.rb
674
+ - lib/supplemental/facets/platform.rb
675
+ - lib/supplemental/facets/reference.rb
676
+ - lib/supplemental/facets/timer.rb
677
+ - lib/supplemental/facets/tuple.rb
661
678
  - qed/applique/file_helpers.rb
662
679
  - qed/core/array/combination.rdoc
663
680
  - qed/core/array/delete.rdoc
@@ -750,14 +767,14 @@ files:
750
767
  - qed/core/string/word_wrap.rdoc
751
768
  - qed/core/string/words.rdoc
752
769
  - qed/core/string/xor.rdoc
753
- - qed/more/basic_object.rdoc
754
- - qed/more/memoizable.rdoc
755
- - qed/more/mulititon.rdoc
756
- - qed/tour/module/cattr.rdoc
757
- - qed/tour/module/class_extend.rdoc
758
- - qed/tour/module/class_inheritor.rdoc
759
- - qed/tour/module/copy_inheritor.rdoc
760
- - qed/tour/module/method_space.rdoc
770
+ - qed/core-uncommon/module/cattr.rdoc
771
+ - qed/core-uncommon/module/class_extend.rdoc
772
+ - qed/core-uncommon/module/class_inheritor.rdoc
773
+ - qed/core-uncommon/module/copy_inheritor.rdoc
774
+ - qed/core-uncommon/module/method_space.rdoc
775
+ - qed/standard/basic_object.rdoc
776
+ - qed/supplemental/memoizable.rdoc
777
+ - qed/supplemental/mulititon.rdoc
761
778
  - test/core/array/test_after.rb
762
779
  - test/core/array/test_before.rb
763
780
  - test/core/array/test_collapse.rb
@@ -910,7 +927,7 @@ files:
910
927
  - test/core/hash/test_update_keys.rb
911
928
  - test/core/hash/test_update_values.rb
912
929
  - test/core/hash/test_weave.rb
913
- - test/core/hash/test_zipnew.rb
930
+ - test/core/hash/test_zip.rb
914
931
  - test/core/indexable_tc.rb
915
932
  - test/core/integer/test_bitmask.rb
916
933
  - test/core/integer/test_even.rb
@@ -933,7 +950,6 @@ files:
933
950
  - test/core/kernel/test_deep_copy.rb
934
951
  - test/core/kernel/test_dir.rb
935
952
  - test/core/kernel/test_disable_warnings.rb
936
- - test/core/kernel/test_dup.rb
937
953
  - test/core/kernel/test_ergo.rb
938
954
  - test/core/kernel/test_extension.rb
939
955
  - test/core/kernel/test_get.rb
@@ -953,10 +969,8 @@ files:
953
969
  - test/core/kernel/test_object_class.rb
954
970
  - test/core/kernel/test_object_hexid.rb
955
971
  - test/core/kernel/test_object_send.rb
956
- - test/core/kernel/test_object_state.rb
957
972
  - test/core/kernel/test_presence.rb
958
973
  - test/core/kernel/test_qua_class.rb
959
- - test/core/kernel/test_replace.rb
960
974
  - test/core/kernel/test_require_all.rb
961
975
  - test/core/kernel/test_require_relative.rb
962
976
  - test/core/kernel/test_respond.rb
@@ -969,7 +983,6 @@ files:
969
983
  - test/core/kernel/test_temporarily.rb
970
984
  - test/core/kernel/test_true.rb
971
985
  - test/core/kernel/test_try.rb
972
- - test/core/kernel/test_try_dup.rb
973
986
  - test/core/kernel/test_val.rb
974
987
  - test/core/kernel/test_with.rb
975
988
  - test/core/kernel/test_writers.rb
@@ -1013,6 +1026,10 @@ files:
1013
1026
  - test/core/numeric/test_length.rb
1014
1027
  - test/core/numeric/test_round.rb
1015
1028
  - test/core/numeric/test_spacing.rb
1029
+ - test/core/object/test_dup.rb
1030
+ - test/core/object/test_object_state.rb
1031
+ - test/core/object/test_replace.rb
1032
+ - test/core/object/test_try_dup.rb
1016
1033
  - test/core/proc/test_bind.rb
1017
1034
  - test/core/proc/test_bind_to.rb
1018
1035
  - test/core/proc/test_compose.rb
@@ -1121,36 +1138,38 @@ files:
1121
1138
  - test/core/to_hash_tc.rb
1122
1139
  - test/core/unboundmethod/test_arguments.rb
1123
1140
  - test/core/unboundmethod/test_name.rb
1124
- - test/more/test_argvector.rb
1125
- - test/more/test_date.rb
1126
- - test/more/test_memoizable.rb
1127
- - test/more/test_multipliers.rb
1128
- - test/more/test_ostruct.rb
1129
- - test/more/test_random.rb
1130
- - test/more/test_shellwords.rb
1131
- - test/more/test_thread.rb
1132
- - test/more/test_timer.rb
1133
- - test/more/test_tuple.rb
1134
- - test/more/test_uri.rb
1135
- - test/tour/array/test_median.rb
1136
- - test/tour/array/test_percentile.rb
1137
- - test/tour/class/test_preallocate.rb
1138
- - test/tour/module/test_cattr.rb
1139
- - test/tour/module/test_class_extend.rb
1140
- - test/tour/module/test_class_inheritor.rb
1141
- - test/tour/module/test_copy_inheritor.rb
1142
- - test/tour/module/test_enclosure.rb
1143
- - test/tour/module/test_instance_function.rb
1144
- - test/tour/module/test_memoize.rb
1145
- - test/tour/module/test_method_space.rb
1146
- - test/tour/module/test_module_load.rb
1147
- - test/tour/module/test_preextend.rb
1148
- - test/tour/module/test_prepend.rb
1141
+ - test/core-uncommon/array/test_median.rb
1142
+ - test/core-uncommon/array/test_percentile.rb
1143
+ - test/core-uncommon/class/test_preallocate.rb
1144
+ - test/core-uncommon/module/test_cattr.rb
1145
+ - test/core-uncommon/module/test_class_extend.rb
1146
+ - test/core-uncommon/module/test_class_inheritor.rb
1147
+ - test/core-uncommon/module/test_copy_inheritor.rb
1148
+ - test/core-uncommon/module/test_enclosure.rb
1149
+ - test/core-uncommon/module/test_instance_function.rb
1150
+ - test/core-uncommon/module/test_memoize.rb
1151
+ - test/core-uncommon/module/test_method_space.rb
1152
+ - test/core-uncommon/module/test_module_load.rb
1153
+ - test/core-uncommon/module/test_preextend.rb
1154
+ - test/core-uncommon/module/test_prepend.rb
1155
+ - test/standard/test_date.rb
1156
+ - test/standard/test_ostruct.rb
1157
+ - test/standard/test_random.rb
1158
+ - test/standard/test_shellwords.rb
1159
+ - test/standard/test_thread.rb
1160
+ - test/standard/test_timer.rb
1161
+ - test/standard/test_uri.rb
1162
+ - test/supplemental/test_argvector.rb
1163
+ - test/supplemental/test_memoizable.rb
1164
+ - test/supplemental/test_multipliers.rb
1165
+ - test/supplemental/test_tuple.rb
1149
1166
  - Rakefile
1150
1167
  - HISTORY.rdoc
1168
+ - PROFILE
1151
1169
  - README.rdoc
1152
1170
  - AUTHORS
1153
1171
  - NOTICE
1172
+ - VERSION
1154
1173
  - COPYING
1155
1174
  has_rdoc: true
1156
1175
  homepage: http://rubyworks.github.com/facets
@@ -1164,8 +1183,9 @@ rdoc_options:
1164
1183
  - README.rdoc
1165
1184
  require_paths:
1166
1185
  - lib/core
1167
- - lib/more
1168
- - lib/tour
1186
+ - lib/core-uncommon
1187
+ - lib/standard
1188
+ - lib/supplemental
1169
1189
  required_ruby_version: !ruby/object:Gem::Requirement
1170
1190
  none: false
1171
1191
  requirements:
@@ -1193,7 +1213,7 @@ specification_version: 3
1193
1213
  summary: Premium Ruby Extensions
1194
1214
  test_files:
1195
1215
  - lib/core/facets/filetest.rb
1196
- - lib/tour/facets/module/attr_tester.rb
1216
+ - lib/core-uncommon/facets/module/attr_tester.rb
1197
1217
  - test/core/array/test_after.rb
1198
1218
  - test/core/array/test_before.rb
1199
1219
  - test/core/array/test_collapse.rb
@@ -1343,7 +1363,7 @@ test_files:
1343
1363
  - test/core/hash/test_update_keys.rb
1344
1364
  - test/core/hash/test_update_values.rb
1345
1365
  - test/core/hash/test_weave.rb
1346
- - test/core/hash/test_zipnew.rb
1366
+ - test/core/hash/test_zip.rb
1347
1367
  - test/core/integer/test_bitmask.rb
1348
1368
  - test/core/integer/test_even.rb
1349
1369
  - test/core/integer/test_factorial.rb
@@ -1365,7 +1385,6 @@ test_files:
1365
1385
  - test/core/kernel/test_deep_copy.rb
1366
1386
  - test/core/kernel/test_dir.rb
1367
1387
  - test/core/kernel/test_disable_warnings.rb
1368
- - test/core/kernel/test_dup.rb
1369
1388
  - test/core/kernel/test_ergo.rb
1370
1389
  - test/core/kernel/test_extension.rb
1371
1390
  - test/core/kernel/test_get.rb
@@ -1385,10 +1404,8 @@ test_files:
1385
1404
  - test/core/kernel/test_object_class.rb
1386
1405
  - test/core/kernel/test_object_hexid.rb
1387
1406
  - test/core/kernel/test_object_send.rb
1388
- - test/core/kernel/test_object_state.rb
1389
1407
  - test/core/kernel/test_presence.rb
1390
1408
  - test/core/kernel/test_qua_class.rb
1391
- - test/core/kernel/test_replace.rb
1392
1409
  - test/core/kernel/test_require_all.rb
1393
1410
  - test/core/kernel/test_require_relative.rb
1394
1411
  - test/core/kernel/test_respond.rb
@@ -1401,7 +1418,6 @@ test_files:
1401
1418
  - test/core/kernel/test_temporarily.rb
1402
1419
  - test/core/kernel/test_true.rb
1403
1420
  - test/core/kernel/test_try.rb
1404
- - test/core/kernel/test_try_dup.rb
1405
1421
  - test/core/kernel/test_val.rb
1406
1422
  - test/core/kernel/test_with.rb
1407
1423
  - test/core/kernel/test_writers.rb
@@ -1445,6 +1461,10 @@ test_files:
1445
1461
  - test/core/numeric/test_length.rb
1446
1462
  - test/core/numeric/test_round.rb
1447
1463
  - test/core/numeric/test_spacing.rb
1464
+ - test/core/object/test_dup.rb
1465
+ - test/core/object/test_object_state.rb
1466
+ - test/core/object/test_replace.rb
1467
+ - test/core/object/test_try_dup.rb
1448
1468
  - test/core/proc/test_bind.rb
1449
1469
  - test/core/proc/test_bind_to.rb
1450
1470
  - test/core/proc/test_compose.rb
@@ -1552,28 +1572,28 @@ test_files:
1552
1572
  - test/core/time/test_trunc.rb
1553
1573
  - test/core/unboundmethod/test_arguments.rb
1554
1574
  - test/core/unboundmethod/test_name.rb
1555
- - test/more/test_argvector.rb
1556
- - test/more/test_date.rb
1557
- - test/more/test_memoizable.rb
1558
- - test/more/test_multipliers.rb
1559
- - test/more/test_ostruct.rb
1560
- - test/more/test_random.rb
1561
- - test/more/test_shellwords.rb
1562
- - test/more/test_thread.rb
1563
- - test/more/test_timer.rb
1564
- - test/more/test_tuple.rb
1565
- - test/more/test_uri.rb
1566
- - test/tour/array/test_median.rb
1567
- - test/tour/array/test_percentile.rb
1568
- - test/tour/class/test_preallocate.rb
1569
- - test/tour/module/test_cattr.rb
1570
- - test/tour/module/test_class_extend.rb
1571
- - test/tour/module/test_class_inheritor.rb
1572
- - test/tour/module/test_copy_inheritor.rb
1573
- - test/tour/module/test_enclosure.rb
1574
- - test/tour/module/test_instance_function.rb
1575
- - test/tour/module/test_memoize.rb
1576
- - test/tour/module/test_method_space.rb
1577
- - test/tour/module/test_module_load.rb
1578
- - test/tour/module/test_preextend.rb
1579
- - test/tour/module/test_prepend.rb
1575
+ - test/core-uncommon/array/test_median.rb
1576
+ - test/core-uncommon/array/test_percentile.rb
1577
+ - test/core-uncommon/class/test_preallocate.rb
1578
+ - test/core-uncommon/module/test_cattr.rb
1579
+ - test/core-uncommon/module/test_class_extend.rb
1580
+ - test/core-uncommon/module/test_class_inheritor.rb
1581
+ - test/core-uncommon/module/test_copy_inheritor.rb
1582
+ - test/core-uncommon/module/test_enclosure.rb
1583
+ - test/core-uncommon/module/test_instance_function.rb
1584
+ - test/core-uncommon/module/test_memoize.rb
1585
+ - test/core-uncommon/module/test_method_space.rb
1586
+ - test/core-uncommon/module/test_module_load.rb
1587
+ - test/core-uncommon/module/test_preextend.rb
1588
+ - test/core-uncommon/module/test_prepend.rb
1589
+ - test/standard/test_date.rb
1590
+ - test/standard/test_ostruct.rb
1591
+ - test/standard/test_random.rb
1592
+ - test/standard/test_shellwords.rb
1593
+ - test/standard/test_thread.rb
1594
+ - test/standard/test_timer.rb
1595
+ - test/standard/test_uri.rb
1596
+ - test/supplemental/test_argvector.rb
1597
+ - test/supplemental/test_memoizable.rb
1598
+ - test/supplemental/test_multipliers.rb
1599
+ - test/supplemental/test_tuple.rb