1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Release 0.1.4

This commit is contained in:
Mike Dvorkin 2010-04-08 20:40:38 -07:00
parent 993bc0fc9a
commit bf2eaf30e3
3 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -1 +1 @@
0.1.3
0.1.4

View file

@ -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 = [