diff --git a/VERSION b/VERSION index abd4105..3a4036f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.4 +0.2.5 diff --git a/lib/time_ext/iterations.rb b/lib/time_ext/iterations.rb index 24519bc..6eb4aa2 100644 --- a/lib/time_ext/iterations.rb +++ b/lib/time_ext/iterations.rb @@ -75,7 +75,6 @@ module TimeExt def map_each(unit, options = {}, &block) iterate(unit, options.merge(:map_result => true), &block) end - alias :map :map_each # Executes passed block for each "unit" of time specified, returning an array with the return values from passed block. Additionally the time object passed into the block is set to the beginning of specified "unit". def map_beginning_of_each(unit, options = {}, &block)