Skip to content

Commit

Permalink
Bump to 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
igal committed Aug 2, 2011
1 parent 6cabe48 commit 45ea709
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
5 changes: 3 additions & 2 deletions paper_trail_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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{[email protected]}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 45ea709

Please sign in to comment.