[DRE-commits] [SCM] ruby-facets.git branch, master, updated. upstream/2.9.2-3-g1ad4d9c

=?UTF-8?Q?Marc=20Dequ=C3=A8nes=20?=(Duck) Duck at DuckCorp.org
Tue Sep 13 01:09:35 UTC 2011


The following commit has been merged in the master branch:
commit 1ad4d9c3cf8372556f3f198f241f106f6baab3f6
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Tue Sep 13 03:06:59 2011 +0200

    [evol] copyright check §1

diff --git a/debian/changelog b/debian/changelog
index ceb49ad..633784e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-facets (2.9.2-1) UNRELEASED; urgency=low
   * Switched to gem2deb packaging style.
   * Switched to the new git repository.
   * Removed all patches, they are obsolete.
+  * Updated copyright file.
 
  -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Tue, 13 Sep 2011 02:11:00 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 2136801..14268a1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: libfacets-ruby
-Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
-Source: http://rubyforge.org/frs/?group_id=804
-
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
+Upstream-Name: Ruby Facets
+Upstream-Contact: Thomas Sawyer <transfire at gmail.com>
+Source: http://rubygems.org/gems/facets
+Comment: Please keep this level of details in the entries below, listing individual files instead of wildcards, to be able to track files better
 
 
 Files: *
@@ -20,433 +20,431 @@ Copyright: © 2006 Thomas Sawyer (aka Trans)
 License: Ruby or GPL-2
 
 
-# Please keep this level of details in the entries below, listing individual files instead of wildcards, to be able to track files better
-
 
-Files: lib/core/facets.rb, lib/core/facets-load.rb, lib/core/facets-live.rb
+Files: src/core/facets.rb, src/core/facets-load.rb, src/core/facets/auto_core.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/array/conjoin.rb, lib/core/facets/array/delete_values.rb, lib/core/facets/array/indexable.rb, lib/core/facets/array/merge.rb, lib/core/facets/array/splice.rb, lib/core/facets/array/stackable.rb, lib/core/facets/array/delete.rb, lib/core/facets/array/index.rb, lib/core/facets/array/not_empty.rb, lib/core/facets/array.rb, lib/core/facets/array/recursively.rb, lib/core/facets/array/traverse.rb
+Files: src/core/facets/array/conjoin.rb, src/core/facets/array/delete_values.rb, src/core/facets/array/indexable.rb, src/core/facets/array/merge.rb, src/core/facets/array/splice.rb, src/core/facets/array/stackable.rb, src/core/facets/array/delete.rb, src/core/facets/array/index.rb, src/core/facets/array/not_empty.rb, src/core/facets/array.rb, src/core/facets/array/recursively.rb, src/core/facets/array/traverse.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/array/combination.rb
+Files: src/core/facets/array/combination.rb
 Copyright: © 2008-2009 Florian Gross
 License: Ruby
 
-Files: lib/core/facets/array/delete_unless.rb
+Files: src/core/facets/array/delete_unless.rb
 Copyright: © 2008-2009 Daniel Schierbeck
 License: Ruby
 
-Files: lib/core/facets/array/only.rb
+Files: src/core/facets/array/only.rb
 Copyright: © 2008-2009 Gavin Sinclair
            © 2008-2009 Noah Gibbs
 License: Ruby
 
-Files: lib/core/facets/array/pad.rb
+Files: src/core/facets/array/pad.rb
 Copyright: © 2008-2009 Richard Laugesen
 License: Ruby
 
-Files: lib/core/facets/array/permutation.rb
+Files: src/core/facets/array/permutation.rb
 Copyright: © 2008-2009 Shin-ichiro Hara
 License: Ruby
 
-Files: lib/core/facets/array/product.rb
+Files: src/core/facets/array/product.rb
 Copyright: © 2008-2009 Thomas Hafner
            © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/array/rotate.rb
+Files: src/core/facets/array/rotate.rb
 Copyright: © 2008-2009 Florian Gross
            © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/array/select.rb
+Files: src/core/facets/array/select.rb
 Copyright: © 2008-2009 Gavin Sinclair
 License: Ruby
 
-Files: lib/core/facets/binding/caller.rb, lib/core/facets/binding/callstack.rb, lib/core/facets/binding/defined.rb, lib/core/facets/binding/eval.rb, lib/core/facets/binding/local_variables.rb, lib/core/facets/binding/opvars.rb, lib/core/facets/binding.rb, lib/core/facets/binding/self.rb
+Files: src/core/facets/binding/caller.rb, src/core/facets/binding/callstack.rb, src/core/facets/binding/defined.rb, src/core/facets/binding/eval.rb, src/core/facets/binding/local_variables.rb, src/core/facets/binding/opvars.rb, src/core/facets/binding.rb, src/core/facets/binding/self.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/bitmask.rb
+Files: src/core/facets/integer/bitmask.rb
 Copyright: © 2008 George Moschovitis
            © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/blank.rb, lib/core/facets/boolean.rb, lib/core/facets/cattr.rb, lib/core/facets/denumerable.rb, lib/core/facets/duplicable.rb
+Files: src/core/facets/kernel/blank.rb, src/core/facets/boolean.rb, src/core/facets/denumerable.rb, src/core/facets/kernel/dup.rb
 Copyright: © 2006-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/class/prepend.rb, lib/core/facets/class/cattr_accessor.rb, lib/core/facets/class/cattr_reader.rb, lib/core/facets/class/cattr_writer.rb, lib/core/facets/class/descendents.rb, lib/core/facets/class/methodize.rb, lib/core/facets/class/pathize.rb, lib/core/facets/class.rb, lib/core/facets/class/subclasses.rb
+Files: src/core/facets/class/prepend.rb, src/core/facets/class/descendents.rb, src/core/facets/class/methodize.rb, src/core/facets/class/pathize.rb, src/core/facets/class.rb, src/core/facets/class/subclasses.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/class/cattr.rb
+Files: src/core-uncommon/facets/module/cattr.rb
 Copyright: © 2008 David Heinemeier Hansson
 License: Rails
 
-Files: lib/core/facets/class/to_proc.rb
+Files: src/core/facets/class/to_proc.rb
 Copyright: © 2008 Daniel Schierbeck
 License: Ruby
 
-Files: lib/core/facets/comparable/cap.rb, lib/core/facets/comparable/at_least.rb, lib/core/facets/comparable/at_most.rb, lib/core/facets/comparable/bound.rb, lib/core/facets/comparable/comparable.rb, lib/core/facets/comparable.rb
+Files: src/core/facets/comparable/cap.rb, src/core/facets/comparable/at_least.rb, src/core/facets/comparable/at_most.rb, src/core/facets/comparable/bound.rb, src/core/facets/comparable/comparable.rb, src/core/facets/comparable.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/comparable/cap.rb, lib/core/facets/comparable/clip.rb
+Files: src/core/facets/comparable/cap.rb, src/core/facets/comparable/clip.rb
 Copyright: © 2008 Florian Gross
            © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/comparable/cmp.rb
+Files: src/core/facets/comparable/cmp.rb
 Copyright: © 2008 Peter Vanbroekhoven
 License: Ruby
 
-Files: lib/core/facets/dir/descend.rb, lib/core/facets/dir/multiglob.rb, lib/core/facets/dir/parent.rb, lib/core/facets/dir.rb
+Files: src/core/facets/dir/descend.rb, src/core/facets/dir/multiglob.rb, src/core/facets/dir/parent.rb, src/core/facets/dir.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/dir/ascend.rb
+Files: src/core/facets/dir/ascend.rb
 Copyright: © 2008 Daniel Berger
            © 2008 Jeffrey Schwab
 License: Ruby
 
-Files: lib/core/facets/dir/recurse.rb
+Files: src/core/facets/dir/recurse.rb
 Copyright: © 2008 George Moschovitis
 License: Ruby
 
-Files: lib/core/facets/enumerable/compact_map.rb, lib/core/facets/enumerable/count.rb, lib/core/facets/enumerable/each_by.rb, lib/core/facets/enumerable/modulate.rb, lib/core/facets/enumerable/split.rb, lib/core/facets/enumerable/collect.rb, lib/core/facets/enumerable/defer.rb, lib/core/facets/enumerable/every.rb, lib/core/facets/enumerable/ewise.rb, lib/core/facets/enumerable/filter.rb, lib/core/facets/enumerable/graph.rb, lib/core/facets/enumerable/occur.rb, lib/core/facets/enumerable/per.rb, lib/core/facets/enumerable.rb, lib/core/facets/enumerable/sum.rb, lib/core/facets/enumerable/take.rb, lib/core/facets/enumerable/uniq_by.rb
+Files: src/core/facets/enumerable/compact_map.rb, src/core/facets/enumerable/count.rb, src/core/facets/enumerable/each_by.rb, src/core/facets/enumerable/modulate.rb, src/core/facets/array/split.rb, src/core/facets/enumerable/collect.rb, src/core/facets/enumerable/defer.rb, src/core/facets/enumerable/every.rb, src/core/facets/enumerable/ewise.rb, src/core/facets/enumerable/filter.rb, src/core/facets/enumerable/graph.rb, src/core/facets/enumerable/occur.rb, src/core/facets/enumerable/per.rb, src/core/facets/enumerable.rb, src/core/facets/enumerable/sum.rb, src/core/facets/enumerable/take.rb, src/core/facets/enumerable/uniq_by.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/enumerable/accumulate.rb
+Files: src/core/facets/enumerable/accumulate.rb
 Copyright: © 2008-2009 George Moshchovitis
 License: Ruby
 
-Files: lib/core/facets/enumerable/cluster_by.rb, lib/core/facets/enumerable/group_by.rb
+Files: src/core/facets/enumerable/cluster_by.rb, src/core/facets/enumerable/group_by.rb
 Copyright: © 2008-2009 Erik Veenstra
 License: Ruby
 
-Files: lib/core/facets/enumerable/commonality.rb
+Files: src/core/facets/enumerable/commonality.rb
 Copyright: © 2008-2009 Florian Gross
 License: Ruby
 
-Files: lib/core/facets/enumerable/divide.rb
+Files: src/core/facets/array/divide.rb
 Copyright: © 2008-2009 WhyTheLuckyStiff
            © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/enumerable/duplicates.rb
+Files: src/core/facets/array/duplicates.rb
 Copyright: © 2008-2009 Martin DeMello
            © 2008-2009 Thibaut Barrère
 License: Ruby
 
-Files: lib/core/facets/enumerable/entropy.rb
+Files: src/core/facets/array/entropy.rb
 Copyright: © 2008-2009 Derek
 License: Ruby
 
-Files: lib/core/facets/enumerable/frequency.rb, lib/core/facets/enumerable/probability.rb
+Files: src/core/facets/enumerable/frequency.rb, src/core/facets/array/probability.rb
 Copyright: © 2008-2009 Brian Schröder
 License: Ruby
 
-Files: lib/core/facets/enumerable/inject.rb
+Files: src/core/facets/enumerable/inject.rb
 Copyright: © 2008-2009 David Black
            © 2008-2009 Louis J Scoras
 License: Ruby
 
-Files: lib/core/facets/enumerable/map_send.rb
+Files: src/core/facets/enumerable/map_send.rb
 Copyright: © 2008-2009 Sean O'Halpin
 License: Ruby
 
-Files: lib/core/facets/enumerable/map_with_index.rb, lib/core/facets/enumerable/none.rb, lib/core/facets/enumerable/one.rb
+Files: src/core/facets/enumerable/map_with_index.rb, src/core/facets/enumerable/none.rb, src/core/facets/enumerable/one.rb
 Copyright: © 2008-2009 Gavin Sinclair
 License: Ruby
 
-Files: lib/core/facets/enumerable/mash.rb
+Files: src/core/facets/enumerable/mash.rb
 Copyright: © 2008-2009 Andrew Dudzik (adudzik)
            © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/enumerable/mode.rb
+Files: src/core/facets/enumerable/mode.rb
 Copyright: © 2008-2009 Robert Klemme
 License: Ruby
 
-Files: lib/core/facets/exception/raised.rb, lib/core/facets/exception.rb
+Files: src/core/facets/exception/raised.rb, src/core/facets/exception.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/exception/detail.rb
+Files: src/core/facets/exception/detail.rb
 Copyright: © 2008-2009 George Moschovitis
 License: Ruby
 
-Files: lib/core/facets/exception/suppress.rb
+Files: src/core/facets/exception/suppress.rb
 Copyright: © 2008-2009 David Heinemeier Hansson
            © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/file/rootname.rb, lib/core/facets/file/split_all.rb, lib/core/facets/file.rb, lib/core/facets/file/split_root.rb
+Files: src/core/facets/file/rootname.rb, src/core/facets/file/split_all.rb, src/core/facets/file.rb, src/core/facets/file/split_root.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/file/append.rb, lib/core/facets/file/create.rb, lib/core/facets/file/rewrite.rb
+Files: src/core/facets/file/append.rb, src/core/facets/file/create.rb, src/core/facets/file/rewrite.rb
 Copyright: © 2008 George Moschovitis
 License: Ruby
 
-Files: lib/core/facets/file/null.rb
+Files: src/core/facets/file/null.rb
 Copyright: © 2008 Daniel Burger
 License: Ruby
 
-Files: lib/core/facets/file/read.rb
+Files: src/core/facets/file/read.rb
 Copyright: © 2008 George Moschovitis
            © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/file/writelines.rb
+Files: src/core/facets/file/writelines.rb
 Copyright: © 2008 Noah Gibbs
            © 2008 Gavin Sinclair
 License: Ruby
 
-Files: lib/core/facets/file/write.rb
+Files: src/core/facets/file/write.rb
 Copyright: © 2008 Gavin Sinclair
 License: Ruby
 
-Files: lib/core/facets/filetest.rb
+Files: src/core/facets/filetest.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/filetest/root.rb
+Files: src/core/facets/filetest/root.rb
 Copyright: © 2008 Jeffrey Schwab
 License: Ruby
 
-Files: lib/core/facets/float.rb, lib/core/facets/float/round.rb
+Files: src/core/facets/float.rb, src/core/facets/float/round.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/functor.rb
+Files: src/core/facets/functor.rb
 Copyright: © 2004-2006 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/hash/dearray_values.rb, lib/core/facets/hash/insert.rb, lib/core/facets/hash/keys.rb, lib/core/facets/hash/op_add.rb, lib/core/facets/hash/op_and.rb, lib/core/facets/hash/op_mul.rb, lib/core/facets/hash/op_or.rb, lib/core/facets/hash/op_push.rb, lib/core/facets/hash/op_sub.rb, lib/core/facets/hash/replace_each.rb, lib/core/facets/hash/to_proc.rb, lib/core/facets/hash/traverse.rb, lib/core/facets/hash/update_each.rb, lib/core/facets/hash/update_keys.rb, lib/core/facets/hash/update_values.rb, lib/core/facets/hash/weave.rb, lib/core/facets/hash/argumentize.rb, lib/core/facets/hash/at.rb, lib/core/facets/hash/diff.rb, lib/core/facets/hash/except.rb, lib/core/facets/hash/mash.rb, lib/core/facets/hash/merge.rb, lib/core/facets/hash/op.rb, lib/core/facets/hash.rb, lib/core/facets/hash/recursively.rb, lib/core/facets/hash/recursive_merge.rb, lib/core/facets/hash/slice.rb, lib/core/facets/hash/stringify_keys.rb, lib/core/facets/hash/symbolize_keys.rb, lib/core/facets/hash/to_h.rb, lib/core/facets/hash/to_options.rb, lib/core/facets/hash/update.rb
+Files: src/core/facets/hash/dearray_values.rb, src/core/facets/hash/insert.rb, src/core/facets/hash/keys.rb, src/core/facets/hash/op_add.rb, src/core/facets/hash/op_and.rb, src/core/facets/hash/op_mul.rb, src/core/facets/hash/op_or.rb, src/core/facets/hash/op_push.rb, src/core/facets/hash/op_sub.rb, src/core/facets/hash/replace_each.rb, src/core/facets/hash/to_proc.rb, src/core/facets/hash/traverse.rb, src/core/facets/hash/update_each.rb, src/core/facets/hash/update_keys.rb, src/core/facets/hash/update_values.rb, src/core/facets/hash/weave.rb, src/core/facets/hash/argumentize.rb, src/core/facets/hash/at.rb, src/core/facets/hash/diff.rb, src/core/facets/hash/except.rb, src/core/facets/hash/mash.rb, src/core/facets/hash/merge.rb, src/core/facets/hash/op.rb, src/core/facets/hash.rb, src/core/facets/hash/recursively.rb, src/core/facets/hash/recursive_merge.rb, src/core/facets/hash/slice.rb, src/core/facets/hash/stringify_keys.rb, src/core/facets/hash/symbolize_keys.rb, src/core/facets/hash/to_h.rb, src/core/facets/hash/to_options.rb, src/core/facets/hash/update.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/hash/alias.rb, lib/core/facets/hash/swap.rb
+Files: src/core/facets/hash/alias.rb, src/core/facets/hash/swap.rb
 Copyright: © 2008-2009 Gavin Sinclair
 License: Ruby
 
-Files: lib/core/facets/hash/autonew.rb
+Files: src/core/facets/hash/autonew.rb
 Copyright: © 2008-2009 Jan Molic
            © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/hash/collate.rb
+Files: src/core/facets/hash/collate.rb
 Copyright: © 2008-2009 Gavin Kistner (Phrogz)
            © 2008-2009 Tilo Sloboda
 License: Ruby
 
-Files: lib/core/facets/hash/delete.rb
+Files: src/core/facets/hash/delete.rb
 Copyright: © 2008-2009 Daniel Schierbeck
 License: Ruby
 
-Files: lib/core/facets/hash/group_by_value.rb
+Files: src/core/facets/hash/group_by_value.rb
 Copyright: © 2008-2009 Erik Veenstra
 License: Ruby
 
-Files: lib/core/facets/hash/inverse.rb
+Files: src/core/facets/hash/inverse.rb
 Copyright: © 2008-2009 Tilo Sloboda
 License: Ruby
 
-Files: lib/core/facets/hash/join.rb
+Files: src/core/facets/hash/join.rb
 Copyright: © 2008-2009 Mauricio Fernandez
 License: Ruby
 
-Files: lib/core/facets/hash/new_with.rb
+Files: src/core/facets/hash/new_with.rb
 Copyright: © 2008-2009 Pit Capitan
 License: Ruby
 
-Files: lib/core/facets/hash/rekey.rb
+Files: src/core/facets/hash/rekey.rb
 Copyright: © 2008-2009 Gavin Kistner
            © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/hash/select.rb
+Files: src/core/facets/hash/select.rb
 Copyright: © 2008-2009 Gavin Sinclair
            © 2008-2009 Noah Gibbs
 License: Ruby
 
-Files: lib/core/facets/hash/to_struct.rb
+Files: src/core/facets/hash/to_struct.rb
 Copyright: © 2008-2009 Daniel Berger
 License: Ruby
 
-Files: lib/core/facets/hash/zipnew.rb
+Files: src/core/facets/hash/zipnew.rb
 Copyright: © 2008-2009 Ara T. Howard
            © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/indexable.rb
+Files: src/core/facets/indexable.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/integer/multiple.rb, lib/core/facets/integer/even.rb, lib/core/facets/integer/of.rb, lib/core/facets/integer/ordinal.rb, lib/core/facets/integer.rb
+Files: src/core/facets/integer/multiple.rb, src/core/facets/integer/even.rb, src/core/facets/integer/of.rb, src/core/facets/integer/ordinal.rb, src/core/facets/integer.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/integer/factorial.rb
+Files: src/core/facets/integer/factorial.rb
 Copyright: © 2008-2009 Malte Milatz
 License: Ruby
 
-Files: lib/core/facets/integer/length.rb
+Files: src/core/facets/integer/length.rb
 Copyright: © 2008-2009 Victor H. Goff III
 License: Ruby
 
-Files: lib/core/facets/integer/odd.rb
+Files: src/core/facets/integer/odd.rb
 Copyright: © 2008-2009 Daniel Schierbeck
 License: Ruby
 
-Files: lib/core/facets/kernel/attr_singleton.rb, lib/core/facets/kernel/callstack.rb, lib/core/facets/kernel/complete.rb, lib/core/facets/kernel/constant.rb, lib/core/facets/kernel/__dir__.rb, lib/core/facets/kernel/instance_class.rb, lib/core/facets/kernel/object_send.rb, lib/core/facets/kernel/qua_class.rb, lib/core/facets/kernel/resc.rb, lib/core/facets/kernel/respond.rb, lib/core/facets/kernel/ask.rb, lib/core/facets/kernel/as.rb, lib/core/facets/kernel/__callee__.rb, lib/core/facets/kernel/__class__.rb, lib/core/facets/kernel/deep_copy.rb, lib/core/facets/kernel/demo.rb, lib/core/facets/kernel/d.rb, lib/core/facets/kernel/equate.rb, lib/core/facets/kernel/extension.rb, lib/core/facets/kernel/__get__.rb, lib/core/facets/kernel/here.rb, lib/core/facets/kernel/identical.rb, lib/core/facets/kernel/in.rb, lib/core/facets/kernel/instance_assign.rb, lib/core/facets/kernel/instance_exec.rb, lib/core/facets/kernel/instance_send.rb, lib/core/facets/kernel/instance_variables.rb, lib/core/facets/kernel/maybe.rb, lib/core/facets/kernel/__method__.rb, lib/core/facets/kernel/method.rb, lib/core/facets/kernel/object_class.rb, lib/core/facets/kernel/object_hexid.rb, lib/core/facets/kernel/object_state.rb, lib/core/facets/kernel/populate.rb, lib/core/facets/kernel/p.rb, lib/core/facets/kernel.rb, lib/core/facets/kernel/require_all.rb, lib/core/facets/kernel/__set__.rb, lib/core/facets/kernel/singleton_class.rb, lib/core/facets/kernel/source_location.rb, lib/core/facets/kernel/tap.rb, lib/core/facets/kernel/val.rb, lib/core/facets/kernel/with.rb
+Files: src/core/facets/kernel/attr_singleton.rb, src/core/facets/kernel/callstack.rb, src/core/facets/kernel/complete.rb, src/core/facets/kernel/constant.rb, src/core/facets/kernel/__dir__.rb, src/core/facets/kernel/instance_class.rb, src/core/facets/kernel/object_send.rb, src/core/facets/kernel/qua_class.rb, src/core/facets/kernel/resc.rb, src/core/facets/kernel/respond.rb, src/core/facets/kernel/ask.rb, src/core/facets/kernel/as.rb, src/core/facets/kernel/__callee__.rb, src/core/facets/kernel/__class__.rb, src/core/facets/kernel/deep_copy.rb, src/core/facets/kernel/demo.rb, src/core/facets/kernel/d.rb, src/core/facets/kernel/equate.rb, src/core/facets/kernel/extension.rb, src/core/facets/kernel/__get__.rb, src/core/facets/kernel/here.rb, src/core/facets/kernel/identical.rb, src/core/facets/kernel/in.rb, src/core/facets/kernel/instance_assign.rb, src/core/facets/kernel/instance_exec.rb, src/core/facets/kernel/instance_send.rb, src/core/facets/kernel/instance_variables.rb, src/core/facets/kernel/maybe.rb, src/core/facets/kernel/__method__.rb, src/core/facets/kernel/method.rb, src/core/facets/kernel/object_class.rb, src/core/facets/kernel/object_hexid.rb, src/core/facets/kernel/object_state.rb, src/core/facets/kernel/populate.rb, src/core/facets/kernel/p.rb, src/core/facets/kernel.rb, src/core/facets/kernel/require_all.rb, src/core/facets/kernel/__set__.rb, src/core/facets/kernel/singleton_class.rb, src/core/facets/kernel/source_location.rb, src/core/facets/kernel/tap.rb, src/core/facets/kernel/val.rb, src/core/facets/kernel/with.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/kernel/ergo.rb
+Files: src/core/facets/kernel/ergo.rb
 Copyright: © 2008-2009 Daniel DeLorme
 License: Ruby
 
-Files: lib/core/facets/kernel/__here__.rb
+Files: src/core/facets/kernel/__here__.rb
 Copyright: © 2008-2009 William Mason
 License: Ruby
 
-Files: lib/core/facets/kernel/not_nil.rb
+Files: src/core/facets/kernel/not_nil.rb
 Copyright: © 2008-2009 Gavin Sinclair
 License: Ruby
 
-Files: lib/core/facets/kernel/require_local.rb
+Files: src/core/facets/kernel/require_local.rb
 Copyright: © 2008-2009 Paul Brannan
 License: Ruby
 
-Files: lib/core/facets/kernel/require_relative.rb
+Files: src/core/facets/kernel/require_relative.rb
 Copyright: © 2008-2009 Paul Brannan
            © 2008-2009 Pragmatic Programmers
 License: Ruby
 
-Files: lib/core/facets/kernel/returning.rb
+Files: src/core/facets/kernel/returning.rb
 Copyright: © 2008-2009 Mikael Brockman
 License: Ruby
 
-Files: lib/core/facets/kernel/silence.rb
+Files: src/core/facets/kernel/silence.rb
 Copyright: © 2008-2009 David Heinemeier Hansson
 License: Rails
 
-Files: lib/core/facets/kernel/try.rb
+Files: src/core/facets/kernel/try.rb
 Copyright: © 2008-2009 Chris Wanstrath
 License: Ruby
 
-Files: lib/core/facets/lazy.rb
+Files: src/core/facets/lazy.rb
 Copyright: © 2005 MenTaLguY <mental at rydia.net>
 License: Ruby
 
-Files: lib/core/facets/matchdata/matchset.rb, lib/core/facets/matchdata.rb
+Files: src/core/facets/matchdata/matchset.rb, src/core/facets/matchdata.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/matchdata/match.rb
+Files: src/core/facets/matchdata/match.rb
 Copyright: © 2008 Martin DeMello
 License: Ruby
 
-Files: lib/core/facets/metaid.rb
+Files: src/core/facets/metaid.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
            © 2008 WhyTheLuckyStiff
 License: Ruby
 
-Files: lib/core/facets/module/rename_method.rb, lib/core/facets/module/abstract.rb, lib/core/facets/module/attr_setter.rb, lib/core/facets/module/redefine_method.rb, lib/core/facets/module/basename.rb, lib/core/facets/module/include_function_module.rb, lib/core/facets/module/is.rb, lib/core/facets/module/modspace.rb, lib/core/facets/module/module_load.rb, lib/core/facets/module/nesting.rb, lib/core/facets/module/prepend.rb, lib/core/facets/module/redefine_method.rb, lib/core/facets/module/rename_method.rb, lib/core/facets/module/revise.rb, lib/core/facets/module/spacename.rb, lib/core/facets/module/wrap_method.rb, lib/core/facets/module/alias_accessor.rb, lib/core/facets/module/alias_method_chain.rb, lib/core/facets/module/alias_module_function.rb, lib/core/facets/module/ancestor.rb, lib/core/facets/module/can.rb, lib/core/facets/module/class.rb, lib/core/facets/module/extend.rb, lib/core/facets/module/instance_method.rb, lib/core/facets/module/integrate.rb, lib/core/facets/module/methodize.rb, lib/core/facets/module/module_require.rb, lib/core/facets/module/pathize.rb, lib/core/facets/module.rb, lib/core/facets/module/redirect_method.rb
+Files: src/core/facets/module/rename_method.rb, src/core/facets/module/abstract.rb, src/core/facets/module/attr_setter.rb, src/core/facets/module/redefine_method.rb, src/core/facets/module/basename.rb, src/core/facets/module/include_function_module.rb, src/core/facets/module/is.rb, src/core/facets/module/modspace.rb, src/core/facets/module/module_load.rb, src/core/facets/module/nesting.rb, src/core/facets/module/prepend.rb, src/core/facets/module/redefine_method.rb, src/core/facets/module/rename_method.rb, src/core/facets/module/revise.rb, src/core/facets/module/spacename.rb, src/core/facets/module/wrap_method.rb, src/core/facets/module/alias_accessor.rb, src/core/facets/module/alias_method_chain.rb, src/core/facets/module/alias_module_function.rb, src/core/facets/module/ancestor.rb, src/core/facets/module/can.rb, src/core/facets/module/class.rb, src/core/facets/module/extend.rb, src/core/facets/module/instance_method.rb, src/core/facets/module/integrate.rb, src/core/facets/module/methodize.rb, src/core/facets/module/module_require.rb, src/core/facets/module/pathize.rb, src/core/facets/module.rb, src/core/facets/module/redirect_method.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/module/conflict.rb
+Files: src/core/facets/module/conflict.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
            © 2008-2009 Robert Dober
 License: Ruby
 
-Files: lib/core/facets/module/instance_methods.rb
+Files: src/core/facets/module/instance_methods.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
            © 2008-2009 Gavin Sinclair
            © 2008-2009 Noah Gibbs
 License: Ruby
 
-Files: lib/core/facets/module/op.rb
+Files: src/core/facets/module/op.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
            © 2008-2009 Robert Dober
 License: Ruby
 
-Files: lib/core/facets/nilclass.rb, lib/core/facets/nilclass/ergo.rb
+Files: src/core/facets/nilclass.rb, src/core/facets/nilclass/ergo.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/nilclass/to_f.rb
+Files: src/core/facets/nilclass/to_f.rb
 Copyright: © 2008-2009 Matz
 License: Ruby
 
-Files: lib/core/facets/numeric/round.rb, lib/core/facets/numeric.rb, lib/core/facets/numeric/distance.rb, lib/core/facets/numeric/approx.rb
+Files: src/core/facets/numeric/round.rb, src/core/facets/numeric.rb, src/core/facets/numeric/distance.rb, src/core/facets/numeric/approx.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/objectspace.rb, lib/core/facets/objectspace/classes.rb, lib/core/facets/objectspace/op_fetch.rb
+Files: src/core/facets/objectspace.rb, src/core/facets/objectspace/classes.rb, src/core/facets/objectspace/op_fetch.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/proc/update.rb, lib/core/facets/proc.rb, lib/core/facets/proc/bind.rb, lib/core/facets/proc/curry.rb, lib/core/facets/proc/compose.rb, lib/core/facets/proc/to_method.rb
+Files: src/core/facets/proc/update.rb, src/core/facets/proc.rb, src/core/facets/proc/bind.rb, src/core/facets/proc/curry.rb, src/core/facets/proc/compose.rb, src/core/facets/proc/to_method.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/range/combine.rb, lib/core/facets/range/to_r.rb, lib/core/facets/range.rb, lib/core/facets/range/umbrella.rb
+Files: src/core/facets/range/combine.rb, src/core/facets/range/to_r.rb, src/core/facets/range.rb, src/core/facets/range/umbrella.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/range/overlap.rb
+Files: src/core/facets/range/overlap.rb
 Copyright: © 2008 Daniel Schierbeck
            © 2008 Brandon Keepers
 License: Ruby
 
-Files: lib/core/facets/range/within.rb
+Files: src/core/facets/range/within.rb
 Copyright: © 2008 Chris Kappler
            © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/regexp/arity.rb, lib/core/facets/regexp.rb
+Files: src/core/facets/regexp/arity.rb, src/core/facets/regexp.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/regexp/to_re.rb
+Files: src/core/facets/regexp/to_re.rb
 Copyright: © 2008 Florian Gross
            © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/stackable.rb
+Files: src/core/facets/stackable.rb
 Copyright: © 2007 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/string/align.rb, lib/core/facets/string/bracket.rb, lib/core/facets/string/chomp.rb, lib/core/facets/string/cleave.rb, lib/core/facets/string/divide.rb, lib/core/facets/string/fold.rb, lib/core/facets/string/interpolate.rb, lib/core/facets/string/line_wrap.rb, lib/core/facets/string/margin.rb, lib/core/facets/string/mscan.rb, lib/core/facets/string/range.rb, lib/core/facets/string/shatter.rb, lib/core/facets/string/splice.rb, lib/core/facets/string/to_re.rb, lib/core/facets/string/bytes.rb, lib/core/facets/string/camelcase.rb, lib/core/facets/string/chars.rb, lib/core/facets/string/compress_lines.rb, lib/core/facets/string/contains.rb, lib/core/facets/string/each_char.rb, lib/core/facets/string/each_word.rb, lib/core/facets/string/end_with.rb, lib/core/facets/string/file.rb, lib/core/facets/string/lines.rb, lib/core/facets/string/lowercase.rb, lib/core/facets/string/methodize.rb, lib/core/facets/string/modulize.rb, lib/core/facets/string/nchar.rb, lib/core/facets/string/outdent.rb, lib/core/facets/string/pathize.rb, lib/core/facets/string.rb, lib/core/facets/string/snakecase.rb, lib/core/facets/string/subtract.rb, lib/core/facets/string/underscore.rb, lib/core/facets/string/unfold.rb, lib/core/facets/string/uppercase.rb, lib/core/facets/string/variablize.rb, lib/core/facets/string/words.rb, lib/core/facets/string/xor.rb
+Files: src/core/facets/string/align.rb, src/core/facets/string/bracket.rb, src/core/facets/string/chomp.rb, src/core/facets/string/cleave.rb, src/core/facets/string/divide.rb, src/core/facets/string/fold.rb, src/core/facets/string/interpolate.rb, src/core/facets/string/line_wrap.rb, src/core/facets/string/margin.rb, src/core/facets/string/mscan.rb, src/core/facets/string/range.rb, src/core/facets/string/shatter.rb, src/core/facets/string/splice.rb, src/core/facets/string/to_re.rb, src/core/facets/string/bytes.rb, src/core/facets/string/camelcase.rb, src/core/facets/string/chars.rb, src/core/facets/string/compress_lines.rb, src/core/facets/string/contains.rb, src/core/facets/string/each_char.rb, src/core/facets/string/each_word.rb, src/core/facets/string/end_with.rb, src/core/facets/string/file.rb, src/core/facets/string/lines.rb, src/core/facets/string/lowercase.rb, src/core/facets/string/methodize.rb, src/core/facets/string/modulize.rb, src/core/facets/string/nchar.rb, src/core/facets/string/outdent.rb, src/core/facets/string/pathize.rb, src/core/facets/string.rb, src/core/facets/string/snakecase.rb, src/core/facets/string/subtract.rb, src/core/facets/string/underscore.rb, src/core/facets/string/unfold.rb, src/core/facets/string/uppercase.rb, src/core/facets/string/variablize.rb, src/core/facets/string/words.rb, src/core/facets/string/xor.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/string/capitalized.rb
+Files: src/core/facets/string/capitalized.rb
 Copyright: © 2008-2009 Phil Tomson
 License: Ruby
 
-Files: lib/core/facets/string/expand_tab.rb
+Files: src/core/facets/string/expand_tab.rb
 Copyright: © 2008-2009 Gavin Sinclair
            © 2008-2009 Noah Gibbs
            © 2008-2009 GGaramuno
 License: Ruby
 
-Files: lib/core/facets/string/indent.rb
+Files: src/core/facets/string/indent.rb
 Copyright: © 2008-2009 Gavin Sinclair
            © 2008-2009 Noah Gibbs
            © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/string/natcmp.rb
+Files: src/core/facets/string/natcmp.rb
 Copyright: © 2000 by Martin Pool <mbp at humbug.org.au>
            © 2003 Alan Davies <cs96and_AT_yahoo_DOT_co_DOT_uk>
 License: other-1
@@ -466,110 +464,110 @@ License: other-1
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.
 
-Files: lib/core/facets/string/op_sub.rb
+Files: src/core/facets/string/op_sub.rb
 Copyright: © 2008-2009 Benjamin David Oakes
 License: Ruby
 
-Files: lib/core/facets/string/rewrite.rb
+Files: src/core/facets/string/rewrite.rb
 Copyright: © 2008-2009 George Moschovitis
 License: Ruby
 
-Files: lib/core/facets/string/start_with.rb
+Files: src/core/facets/string/start_with.rb
 Copyright: © 2008-2009 Lucas Carlson
            © 2008-2009 Blaine Cook
 License: Ruby
 
-Files: lib/core/facets/string/tab.rb, lib/core/facets/string/tabto.rb
+Files: src/core/facets/string/tab.rb, src/core/facets/string/tabto.rb
 Copyright: © 2008-2009 Gavin Sinclair
 License: Ruby
 
-Files: lib/core/facets/string/titlecase.rb
+Files: src/core/facets/string/titlecase.rb
 Copyright: © 2008-2009 Eliazar Parra
 License: Ruby
 
-Files: lib/core/facets/string/word_wrap.rb
+Files: src/core/facets/string/word_wrap.rb
 Copyright: © 2008-2009 Gavin Kistner
            © 2008-2009 Dayne Broderson
 License: Ruby
 
-Files: lib/core/facets/struct.rb, lib/core/facets/struct/attributes.rb
+Files: src/core/facets/struct.rb, src/core/facets/struct/attributes.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/symbol/chomp.rb, lib/core/facets/symbol/generate.rb, lib/core/facets/symbol/not.rb, lib/core/facets/symbol/plain.rb, lib/core/facets/symbol/query.rb, lib/core/facets/symbol.rb, lib/core/facets/symbol/re_s.rb, lib/core/facets/symbol/setter.rb, lib/core/facets/symbol/succ.rb, lib/core/facets/symbol/thrown.rb, lib/core/facets/symbol/variablize.rb
+Files: src/core/facets/symbol/chomp.rb, src/core/facets/symbol/generate.rb, src/core/facets/symbol/not.rb, src/core/facets/symbol/plain.rb, src/core/facets/symbol/query.rb, src/core/facets/symbol.rb, src/core/facets/symbol/re_s.rb, src/core/facets/symbol/setter.rb, src/core/facets/symbol/succ.rb, src/core/facets/symbol/thrown.rb, src/core/facets/symbol/variablize.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/symbol/to_proc.rb
+Files: src/core/facets/symbol/to_proc.rb
 Copyright: © 2008-2009 Florian Gross
            © 2008-2009 Nobuhiro Imai
 License: Ruby
 
-Files: lib/core/facets/time/stamp.rb, lib/core/facets/time/ago.rb, lib/core/facets/time/change.rb, lib/core/facets/time/hence.rb, lib/core/facets/time.rb, lib/core/facets/time/round.rb, lib/core/facets/time/set.rb, lib/core/facets/time/to_time.rb, lib/core/facets/time/trunc.rb
+Files: src/core/facets/time/stamp.rb, src/core/facets/time/ago.rb, src/core/facets/time/change.rb, src/core/facets/time/hence.rb, src/core/facets/time.rb, src/core/facets/time/round.rb, src/core/facets/time/set.rb, src/core/facets/time/to_time.rb, src/core/facets/time/trunc.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/core/facets/time/advance.rb
+Files: src/core/facets/time/advance.rb
 Copyright: © 2008-2009 ActiveSupport Team
 License: Rails
 
-Files: lib/core/facets/time/elapse.rb
+Files: src/core/facets/time/elapse.rb
 Copyright: © 2008-2009 Hal Fulton
 License: Ruby
 
-Files: lib/core/facets/to_hash.rb
+Files: src/core/facets/to_hash.rb
 Copyright: © 2009 Florian Gross
            © 2009 Robert Klemme
            © 2009 Sandor Szücs
 License: Ruby
 
-Files: lib/core/facets/unboundmethod.rb, lib/core/facets/unboundmethod/name.rb, lib/core/facets/unboundmethod/arguments.rb
+Files: src/core/facets/unboundmethod.rb, src/core/facets/unboundmethod/name.rb, src/core/facets/unboundmethod/arguments.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
 
-Files: lib/more/facets/ansicode.rb
+Files: src/standard/facets/ansicode.rb
 Copyright: © 2004 Florian Fran
            © 2004 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/argvector.rb
+Files: src/standard/facets/argvector.rb
 Copyright: © 2006 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/autoarray.rb
+Files: src/standard/facets/autoarray.rb
 Copyright: © 2005 Brian Schröder
 License: Ruby
 
-Files: lib/more/facets/autoreload.rb
+Files: src/standard/facets/autoreload.rb
 Copyright: © 2003 Michael Neumann
            © 2003 George Moschovitis
 License: Ruby
 
-Files: lib/more/facets/basicobject.rb
+Files: src/standard/facets/basicobject.rb
 Copyright: © 2004 Jim Weirich (jim at weirichhouse.org)
 License: Ruby
 
-Files: lib/more/facets/blankslate.rb
+Files: src/standard/facets/blankslate.rb
 Copyright: © 2004 by Jim Weirich
 License: other-2
  Permission is granted for use, copying, modification, distribution,
  and distribution of modified versions of this work as long as the
  above copyright notice is included.
 
-Files: lib/more/facets/capsule.rb
+Files: src/standard/facets/capsule.rb
 Copyright: © 2005 Thomas Sawyer (aka Trans)
            © 2005 Joel VanderWerf
 
-Files: lib/more/facets/cgi.rb
+Files: src/standard/facets/cgi.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/class_extend.rb
+Files: src/standard/facets/class_extend.rb
 Copyright: © 2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/cloneable.rb
+Files: src/standard/facets/cloneable.rb
 Copyright: © 2003-2004 Jim Weirich
            © 2007 Ken Bloom
 License: other-3
@@ -580,176 +578,176 @@ License: other-3
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  FOR A PARTICULAR PURPOSE.
 
-Files: lib/more/facets/continuation.rb
+Files: src/standard/facets/continuation.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/coroutine.rb
+Files: src/standard/facets/coroutine.rb
 Copyright: © 2005 Florian Frank
 License: Ruby
 
-Files: lib/more/facets/daemonize.rb
+Files: src/standard/facets/daemonize.rb
 Copyright: © 2006 David Heinemeier Hansson
 License: Ruby
 
-Files: lib/more/facets/date.rb
+Files: src/standard/facets/date.rb
 Copyright: © 2009 Benjamin Oakes
            © 2009  Ken Kunz
 License: Ruby
 
-Files: lib/more/facets/dictionary.rb
+Files: src/standard/facets/dictionary.rb
 Copyright: © 2005 Jan Molic
            © 2005 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/duration.rb
+Files: src/standard/facets/duration.rb
 Copyright: © 2008 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/enumargs.rb
+Files: src/standard/facets/enumargs.rb
 Copyright: © 2004 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/enumerablepass.rb
+Files: src/standard/facets/enumerablepass.rb
 Copyright: © 2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/enumerator.rb
+Files: src/standard/facets/enumerator.rb
 Copyright: © 2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/equitable.rb
+Files: src/standard/facets/equitable.rb
 Copyright: © 2004 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/expirable.rb
+Files: src/standard/facets/expirable.rb
 Copyright: © 2004 George Moschovitis
 License: Ruby
 
-Files: lib/more/facets/fileable.rb
+Files: src/standard/facets/fileable.rb
 Copyright: © 2007 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/filelist.rb
+Files: src/standard/facets/filelist.rb
 Copyright: © 2002 Jim Weirich
 License: GPL-2
 
-Files: lib/more/facets/fileutils.rb, lib/more/facets/fileutils/head.rb, lib/more/facets/fileutils/tail.rb
+Files: src/standard/facets/fileutils.rb, src/standard/facets/fileutils/head.rb, src/standard/facets/fileutils/tail.rb
 Copyright: © 2005 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/fileutils/safe_ln.rb
+Files: src/standard/facets/fileutils/safe_ln.rb
 Copyright: © 2005 Jim Weirich
 License: Ruby
 
-Files: lib/more/facets/fileutils/slice.rb
+Files: src/standard/facets/fileutils/slice.rb
 Copyright: © 2005 Shashank Date, via Daniel Berger
 License: Ruby
 
-Files: lib/more/facets/fileutils/wc.rb, lib/more/facets/fileutils/whereis.rb
+Files: src/standard/facets/fileutils/wc.rb, src/standard/facets/fileutils/whereis.rb
 Copyright: © 2005 Daniel J. Berger
 License: Ruby
 
-Files: lib/more/facets/fileutils/which.rb
+Files: src/standard/facets/fileutils/which.rb
 Copyright: © 2005 Daniel J. Berger
            © 2005 Michael Granger
 License: Ruby
 
-Files: lib/more/facets/getoptlong.rb
+Files: src/standard/facets/getoptlong.rb
 Copyright: © 2007 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/hook.rb
+Files: src/standard/facets/hook.rb
 Copyright: © 2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/inheritor.rb
+Files: src/standard/facets/inheritor.rb
 Copyright: © 2005 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/instance_eval.rb, lib/more/facets/instance_function.rb
+Files: src/standard/facets/instance_eval.rb, src/standard/facets/instance_function.rb
 Copyright: © 2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/instantiable.rb, lib/more/facets/main.rb
+Files: src/standard/facets/instantiable.rb, src/standard/facets/main.rb
 Copyright: © 2006 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/multipliers.rb, lib/more/facets/nullclass.rb
+Files: src/standard/facets/multipliers.rb, src/standard/facets/nullclass.rb
 Copyright: © 2005 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/once.rb
+Files: src/standard/facets/once.rb
 Copyright: © 2009 Robert Feldt
 License: Ruby
 
-Files: lib/more/facets/ioredirect.rb
+Files: src/standard/facets/ioredirect.rb
 Copyright: © 2002 Paul Brannan <paul at atdesk.com>
 License: Ruby
 
-Files: lib/more/facets/memoize.rb
+Files: src/standard/facets/memoize.rb
 Copyright: © 2005 Robert Feldt
            © 2005 Thomas Sawyer (aka Trans)
            © 2005 rtb
 License: Ruby
 
-Files: lib/more/facets/methodspace.rb
+Files: src/standard/facets/methodspace.rb
 Copyright: © 2006 Thomas Sawyer (aka Trans)
            © 2006 Pit Captain
 License: Ruby
 
-Files: lib/more/facets/module/attr.rb, lib/more/facets/module/attr_tester.rb, lib/more/facets/module/attr_toggler.rb, lib/more/facets/module/attr_validator.rb
+Files: src/standard/facets/module/attr.rb, src/standard/facets/module/attr_tester.rb, src/standard/facets/module/attr_toggler.rb, src/standard/facets/module/attr_validator.rb
 Copyright: © 2006-2009 Thomas Sawyer
 License: Ruby
 
-Files: lib/more/facets/module/class_extend.rb
+Files: src/standard/facets/module/class_extend.rb
 Copyright: © 2006-2009 Daniel Schierbeck
            © 2006-2009 Nobu Nakada
            © 2006-2009 Ulysses
            © 2006-2009 Thomas Sawyer
 License: Ruby
 
-Files: lib/more/facets/multiton.rb
+Files: src/standard/facets/multiton.rb
 Copyright: © 2007 Christoph Rippel
            © 2007 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/opencollection.rb
+Files: src/standard/facets/opencollection.rb
 Copyright: © 2005 Thomas Sawyer (aka Trans)
            © 2005 George Moschovitis
 License: Ruby
 
-Files: lib/more/facets/openobject.rb
+Files: src/standard/facets/openobject.rb
 Copyright: © 2005 Thomas Sawyer (aka Trans)
            © 2005 George Moschovitis
 License: Ruby
 
-Files: lib/more/facets/opencascade.rb
+Files: src/standard/facets/opencascade.rb
 Copyright: © 2006 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/openhash.rb, lib/more/facets/openmodule.rb, lib/more/facets/opesc.rb
+Files: src/standard/facets/openhash.rb, src/standard/facets/openmodule.rb, src/standard/facets/opesc.rb
 Copyright: © 2008-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/ostructable.rb, lib/more/facets/preinitialize.rb, lib/more/facets/rbconfig.rb, lib/more/facets/recorder.rb, lib/more/facets/reference.rb
+Files: src/standard/facets/ostructable.rb, src/standard/facets/preinitialize.rb, src/standard/facets/rbconfig.rb, src/standard/facets/recorder.rb, src/standard/facets/reference.rb
 Copyright: © 2005-2006 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/registerable.rb
+Files: src/standard/facets/registerable.rb
 Copyright: © 2007 TigerOps / Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/set.rb, lib/more/facets/shellwords.rb, lib/more/facets/stash.rb, lib/more/facets/succ.rb, lib/more/facets/timer.rb, lib/more/facets/tracepoint.rb, lib/more/facets/tuple.rb, lib/more/facets/uri.rb, lib/more/facets/version.rb, lib/more/facets/yaml.rb, lib/more/facets/zlib.rb
+Files: src/standard/facets/set.rb, src/standard/facets/shellwords.rb, src/standard/facets/stash.rb, src/standard/facets/succ.rb, src/standard/facets/timer.rb, src/standard/facets/tracepoint.rb, src/standard/facets/tuple.rb, src/standard/facets/uri.rb, src/standard/facets/version.rb, src/standard/facets/yaml.rb, src/standard/facets/zlib.rb
 Copyright: © 2004-2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/orderedhash.rb
+Files: src/standard/facets/orderedhash.rb
 Copyright: © 2005 Thomas Sawyer (aka Trans)
            © 2005 George Moschovitis
 License: Ruby
 
-Files: lib/more/facets/ostruct.rb
+Files: src/standard/facets/ostruct.rb
 Copyright: © 2005 Thomas Sawyer (aka Trans)
            © 2005 George Moschovitis
            © 2005 Alison Rowland
@@ -760,39 +758,39 @@ Copyright: © 2005 Thomas Sawyer (aka Trans)
            © 2005 Robert J. Berger <rberger AT ibd.com>
 License: Ruby
 
-Files: lib/more/facets/partial.rb
+Files: src/standard/facets/partial.rb
 Copyright: © 2009 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/pathname.rb
+Files: src/standard/facets/pathname.rb
 Copyright: © 2006 Thomas Sawyer (aka Trans)
            © 2006 Daniel Burger
 License: Ruby
 
-Files: lib/more/facets/pathlist.rb
+Files: src/standard/facets/pathlist.rb
 Copyright: © 2005 Jonas Pfenniger
 License: Ruby
 
-Files: lib/more/facets/platform.rb
+Files: src/standard/facets/platform.rb
 Copyright: © 2007 Eric Hodel
 License: Ruby
 
-Files: lib/more/facets/progressbar.rb
+Files: src/standard/facets/progressbar.rb
 Copyright: © 2001 Satoru Takabayashi
 License: Ruby
 
-Files: lib/more/facets/random.rb
+Files: src/standard/facets/random.rb
 Copyright: © 2005 Thomas Sawyer (aka Trans)
            © 2005 Ilmari Heikkinen <kig at misfiring.net>
            © 2005 Christian Neukirchen <chneukirchen at gmail.com>
 License: Ruby
 
-Files: lib/more/facets/rbsystem.rb
+Files: src/standard/facets/rbsystem.rb
 Copyright: © 1999-2002 Minero Aoki <aamine at loveruby.net>
              2005 Thomas Sawyer (aka Trans)
 License: Ruby
 
-Files: lib/more/facets/thread.rb
+Files: src/standard/facets/thread.rb
 Copyright: © 2006 Sean O'Halpin
 License: Ruby
 

-- 
ruby-facets.git



More information about the Pkg-ruby-extras-commits mailing list