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:
parent
993bc0fc9a
commit
bf2eaf30e3
3 changed files with 9 additions and 3 deletions
|
@ -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
|
0.1.3
|
||||||
- Added support for setting custom defaults in ~/.aprc
|
- Added support for setting custom defaults in ~/.aprc
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.1.3
|
0.1.4
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{awesome_print}
|
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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Michael Dvorkin"]
|
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.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.email = %q{mike@dvorkin.net}
|
||||||
s.extra_rdoc_files = [
|
s.extra_rdoc_files = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue