facets 2.5.1 → 2.5.2

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 (64) hide show
  1. data/CHANGES +113 -13
  2. data/MANIFEST +23 -19
  3. data/RELEASE +22 -22
  4. data/VERSION +1 -1
  5. data/doc/{archive → changelogs}/CHANGELOG-0.10.30 +0 -0
  6. data/doc/{archive → changelogs}/CHANGELOG-1.8.54 +0 -0
  7. data/doc/{archive → changelogs}/CHANGELOG-2.4.5 +0 -0
  8. data/doc/log/basic_stats/index.html +4 -4
  9. data/doc/rdoc/core/classes/Array.html +148 -148
  10. data/doc/rdoc/core/classes/Binding.html +45 -45
  11. data/doc/rdoc/core/classes/Class.html +38 -38
  12. data/doc/rdoc/core/classes/Comparable.html +26 -26
  13. data/doc/rdoc/core/classes/Enumerable.html +224 -139
  14. data/doc/rdoc/core/classes/Enumerable/Enumerator.html +126 -13
  15. data/doc/rdoc/core/classes/Enumerator.html +123 -13
  16. data/doc/rdoc/core/classes/Exception.html +8 -8
  17. data/doc/rdoc/core/classes/File.html +58 -58
  18. data/doc/rdoc/core/classes/FileTest.html +4 -4
  19. data/doc/rdoc/core/classes/Float.html +8 -8
  20. data/doc/rdoc/core/classes/Functor.html +12 -12
  21. data/doc/rdoc/core/classes/Hash.html +289 -266
  22. data/doc/rdoc/core/classes/Indexable.html +110 -110
  23. data/doc/rdoc/core/classes/Integer.html +2 -2
  24. data/doc/rdoc/core/classes/Kernel.html +329 -329
  25. data/doc/rdoc/core/classes/Lazy/Promise.html +1 -1
  26. data/doc/rdoc/core/classes/MatchData.html +15 -15
  27. data/doc/rdoc/core/classes/Module.html +161 -161
  28. data/doc/rdoc/core/classes/NilClass.html +23 -23
  29. data/doc/rdoc/core/classes/Numeric.html +27 -27
  30. data/doc/rdoc/core/classes/Object.html +8 -8
  31. data/doc/rdoc/core/classes/ObjectSpace.html +5 -5
  32. data/doc/rdoc/core/classes/Proc.html +22 -22
  33. data/doc/rdoc/core/classes/Regexp.html +1 -1
  34. data/doc/rdoc/core/classes/Stackable.html +31 -31
  35. data/doc/rdoc/core/classes/String.html +270 -270
  36. data/doc/rdoc/core/classes/Symbol.html +1 -1
  37. data/doc/rdoc/core/classes/TrueClass.html +8 -8
  38. data/doc/rdoc/core/classes/UnboundMethod.html +12 -12
  39. data/doc/rdoc/core/created.rid +1 -1
  40. data/doc/rdoc/core/files/lib/core/facets/hash/dearray_values_rb.html +92 -0
  41. data/doc/rdoc/core/files/lib/core/facets/to_hash_rb.html +2 -1
  42. data/doc/rdoc/core/fr_file_index.html +1 -0
  43. data/doc/rdoc/core/fr_method_index.html +401 -385
  44. data/doc/{archive → release-notes}/RELEASE-2.0.5 +0 -0
  45. data/doc/{archive → release-notes}/RELEASE-2.1.0 +0 -0
  46. data/doc/{archive → release-notes}/RELEASE-2.1.1 +0 -0
  47. data/doc/{archive → release-notes}/RELEASE-2.1.2 +0 -0
  48. data/doc/{archive → release-notes}/RELEASE-2.1.3 +0 -0
  49. data/doc/{archive → release-notes}/RELEASE-2.2.0 +0 -0
  50. data/doc/{archive → release-notes}/RELEASE-2.2.1 +0 -0
  51. data/doc/{archive → release-notes}/RELEASE-2.3.0 +0 -0
  52. data/doc/{archive → release-notes}/RELEASE-2.4.0 +0 -0
  53. data/doc/{archive → release-notes}/RELEASE-2.4.1 +0 -0
  54. data/doc/{archive → release-notes}/RELEASE-2.4.2 +0 -0
  55. data/doc/{archive → release-notes}/RELEASE-2.4.3 +0 -0
  56. data/doc/{archive → release-notes}/RELEASE-2.4.4 +0 -0
  57. data/doc/{archive → release-notes}/RELEASE-2.4.5 +0 -0
  58. data/doc/{archive → release-notes}/RELEASE-2.5.0 +0 -0
  59. data/lib/core/facets/hash/dearray_values.rb +46 -0
  60. data/lib/core/facets/to_hash.rb +109 -74
  61. data/task/setup.rake +17 -9
  62. data/test/core/hash/test_dearray_values.rb +19 -0
  63. data/test/core/test_to_hash.rb +116 -24
  64. metadata +26 -21
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: facets
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1
4
+ version: 2.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - facets-universal@rubyforge.org
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-03-05 00:00:00 -05:00
13
+ date: 2009-04-07 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -45,9 +45,10 @@ files:
45
45
  - COPYING
46
46
  - doc/guide
47
47
  - doc/rdoc
48
+ - doc/changelogs
49
+ - doc/release-notes
48
50
  - doc/README.lore
49
51
  - doc/README.core
50
- - doc/archive
51
52
  - doc/log
52
53
  - doc/README.more
53
54
  - doc/guide/notes.rd
@@ -324,6 +325,7 @@ files:
324
325
  - doc/rdoc/core/files/lib/core/facets/hash/op_and_rb.html
325
326
  - doc/rdoc/core/files/lib/core/facets/hash/group_by_value_rb.html
326
327
  - doc/rdoc/core/files/lib/core/facets/hash/symbolize_keys_rb.html
328
+ - doc/rdoc/core/files/lib/core/facets/hash/dearray_values_rb.html
327
329
  - doc/rdoc/core/files/lib/core/facets/hash/diff_rb.html
328
330
  - doc/rdoc/core/files/lib/core/facets/hash/op_mul_rb.html
329
331
  - doc/rdoc/core/files/lib/core/facets/hash/replace_each_rb.html
@@ -830,24 +832,24 @@ files:
830
832
  - doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html
831
833
  - doc/rdoc/more/files/lib/more/facets/string/words_rb.html
832
834
  - doc/rdoc/more/files/lib/more/facets/string/mask_rb.html
833
- - doc/archive/RELEASE-2.4.3
834
- - doc/archive/RELEASE-2.2.0
835
- - doc/archive/RELEASE-2.4.2
836
- - doc/archive/CHANGELOG-2.4.5
837
- - doc/archive/RELEASE-2.4.0
838
- - doc/archive/RELEASE-2.3.0
839
- - doc/archive/CHANGELOG-1.8.54
840
- - doc/archive/RELEASE-2.0.5
841
- - doc/archive/RELEASE-2.1.2
842
- - doc/archive/CHANGELOG-0.10.30
843
- - doc/archive/RELEASE-2.1.0
844
- - doc/archive/RELEASE-2.2.1
845
- - doc/archive/RELEASE-2.4.4
846
- - doc/archive/RELEASE-2.5.0
847
- - doc/archive/RELEASE-2.1.1
848
- - doc/archive/RELEASE-2.1.3
849
- - doc/archive/RELEASE-2.4.5
850
- - doc/archive/RELEASE-2.4.1
835
+ - doc/changelogs/CHANGELOG-2.4.5
836
+ - doc/changelogs/CHANGELOG-1.8.54
837
+ - doc/changelogs/CHANGELOG-0.10.30
838
+ - doc/release-notes/RELEASE-2.4.3
839
+ - doc/release-notes/RELEASE-2.2.0
840
+ - doc/release-notes/RELEASE-2.4.2
841
+ - doc/release-notes/RELEASE-2.4.0
842
+ - doc/release-notes/RELEASE-2.3.0
843
+ - doc/release-notes/RELEASE-2.0.5
844
+ - doc/release-notes/RELEASE-2.1.2
845
+ - doc/release-notes/RELEASE-2.1.0
846
+ - doc/release-notes/RELEASE-2.2.1
847
+ - doc/release-notes/RELEASE-2.4.4
848
+ - doc/release-notes/RELEASE-2.5.0
849
+ - doc/release-notes/RELEASE-2.1.1
850
+ - doc/release-notes/RELEASE-2.1.3
851
+ - doc/release-notes/RELEASE-2.4.5
852
+ - doc/release-notes/RELEASE-2.4.1
851
853
  - doc/log/basic_stats
852
854
  - doc/log/changelog.html
853
855
  - doc/log/changelog.txt
@@ -1000,6 +1002,7 @@ files:
1000
1002
  - lib/core/facets/file/read.rb
1001
1003
  - lib/core/facets/hash/new_with.rb
1002
1004
  - lib/core/facets/hash/zipnew.rb
1005
+ - lib/core/facets/hash/dearray_values.rb
1003
1006
  - lib/core/facets/hash/update_values.rb
1004
1007
  - lib/core/facets/hash/alias.rb
1005
1008
  - lib/core/facets/hash/update.rb
@@ -1474,6 +1477,7 @@ files:
1474
1477
  - test/core/hash/test_update_values.rb
1475
1478
  - test/core/hash/test_autonew.rb
1476
1479
  - test/core/hash/test_insert.rb
1480
+ - test/core/hash/test_dearray_values.rb
1477
1481
  - test/core/hash/test_traverse.rb
1478
1482
  - test/core/hash/test_zipnew.rb
1479
1483
  - test/core/hash/test_mash.rb
@@ -1782,6 +1786,7 @@ test_files:
1782
1786
  - test/core/hash/test_update_values.rb
1783
1787
  - test/core/hash/test_autonew.rb
1784
1788
  - test/core/hash/test_insert.rb
1789
+ - test/core/hash/test_dearray_values.rb
1785
1790
  - test/core/hash/test_traverse.rb
1786
1791
  - test/core/hash/test_zipnew.rb
1787
1792
  - test/core/hash/test_mash.rb