X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=lib%2Feet.rb;h=5a2d06a2aa8788bf846fd095418299e174961f93;hb=e3da105a58f1a4f41d30907b86f0cf3626c7b700;hp=539dc364cd4179bbc2d2090de92d7289200a15c7;hpb=55a30d72d58511425905f5c25c9153a850710a6c;p=ruby-eet.git diff --git a/lib/eet.rb b/lib/eet.rb index 539dc36..5a2d06a 100644 --- a/lib/eet.rb +++ b/lib/eet.rb @@ -1,5 +1,5 @@ #-- -# Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) +# Copyright (c) 2005-2007 Tilman Sauerbeck (tilman at code-monkey de) # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -92,19 +92,10 @@ class Hash # :nodoc: end module Eet - VERSION = "0.1.3" + VERSION = "0.1.4" class ChunkError < EetError; end - class File - def list(glob = "*") - warn "Eet::File#list is deprecated, " + - "use Eet::File#entries or Eet::File#[] instead" - - self[glob] - end - end - class Stream # :nodoc: def initialize(chunk = nil) super(chunk.nil? ? 0 : 1, chunk)