From 45ea70992d77ef9051377b7e6c0547317cd90228 Mon Sep 17 00:00:00 2001 From: Igal Koshevoy Date: Tue, 2 Aug 2011 08:29:00 -0700 Subject: [PATCH] Bump to 0.1.3. --- CHANGES.md | 3 ++- VERSION | 2 +- paper_trail_manager.gemspec | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d02d2b4..20affeb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,8 @@ Changes to `paper_trail_manager` ================================ * 0.1.3 - * Fix + * Fix deprecation warnings for Rails Engines paths. [Nate Bird] + * Add homepage to included demo application that provides links and usage instructions. * 0.1.2 * Switch template format from `haml` to `erb` to eliminate extra dependencies and improve compatibility. [Reid Beels] diff --git a/VERSION b/VERSION index 8294c18..b1e80bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.2 \ No newline at end of file +0.1.3 diff --git a/paper_trail_manager.gemspec b/paper_trail_manager.gemspec index 7ab81c4..d7a2a1d 100644 --- a/paper_trail_manager.gemspec +++ b/paper_trail_manager.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{paper_trail_manager} - s.version = "0.1.2" + s.version = "0.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Igal Koshevoy"] - s.date = %q{2011-07-18} + s.date = %q{2011-08-02} s.description = %q{A user interface for `paper_trail` versioning data in Ruby on Rails 3 applications.} s.email = %q{igal@pragmaticraft.com} s.extra_rdoc_files = [ @@ -41,6 +41,7 @@ Gem::Specification.new do |s| "spec/dummy/app/helpers/platforms_helper.rb", "spec/dummy/app/models/entity.rb", "spec/dummy/app/models/platform.rb", + "spec/dummy/app/views/application/index.html.erb", "spec/dummy/app/views/entities/_form.html.erb", "spec/dummy/app/views/entities/edit.html.erb", "spec/dummy/app/views/entities/index.html.erb",