From bf2eaf30e31582b8c21ea2eee593ae0ec3902083 Mon Sep 17 00:00:00 2001 From: Mike Dvorkin Date: Thu, 8 Apr 2010 20:40:38 -0700 Subject: [PATCH] Release 0.1.4 --- CHANGELOG | 6 ++++++ VERSION | 2 +- awesome_print.gemspec | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6053820..ea63378 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +0.1.4 + - Format BigDecimal and Rational objects as Float scalars + - Explicit options parameter can override custom defaults + - Custom defaults are not interfering when running specs + - Custom defaults now work correctly with Ruby 1.9.x + 0.1.3 - Added support for setting custom defaults in ~/.aprc diff --git a/VERSION b/VERSION index b1e80bb..845639e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4 diff --git a/awesome_print.gemspec b/awesome_print.gemspec index c8616f1..7ca2701 100644 --- a/awesome_print.gemspec +++ b/awesome_print.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{awesome_print} - s.version = "0.1.3" + s.version = "0.1.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Dvorkin"] - s.date = %q{2010-04-07} + s.date = %q{2010-04-08} s.description = %q{Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports Rails ActiveRecord objects via included mixin.} s.email = %q{mike@dvorkin.net} s.extra_rdoc_files = [