Skip to content

Commit

Permalink
Release 0.3.1 (RubyConf X edition)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dvorkin committed Nov 13, 2010
1 parent dff3cfe commit 73b83af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.0
0.3.1
5 changes: 3 additions & 2 deletions awesome_print.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{awesome_print}
s.version = "0.3.0"
s.version = "0.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Dvorkin"]
s.date = %q{2010-11-09}
s.date = %q{2010-11-13}
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 = [
Expand All @@ -29,6 +29,7 @@ Gem::Specification.new do |s|
"lib/ap/core_ext/class.rb",
"lib/ap/core_ext/kernel.rb",
"lib/ap/core_ext/logger.rb",
"lib/ap/core_ext/method.rb",
"lib/ap/core_ext/object.rb",
"lib/ap/core_ext/string.rb",
"lib/ap/mixin/action_view.rb",
Expand Down

0 comments on commit 73b83af

Please sign in to comment.