Skip to content

Commit

Permalink
Bump version to 0.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
igal committed Oct 14, 2011
1 parent 1d8656f commit d2b6375
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes to `paper_trail_manager`
================================

* 0.1.4
* Fix `changes_row` CSS, was `#{EVENT},` with a trailing comma. Kept it for backwards compatibility, and added `#{EVENT}` and `change_event_#{EVENT}` classes.
* Add sample CSS stylesheet: `spec/dummy/public/stylesheets/changes.css`.


* 0.1.3
* Fix deprecation warnings for Rails Engines paths. [Nate Bird]
* Add homepage to included demo application that provides links and usage instructions.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
17 changes: 9 additions & 8 deletions paper_trail_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{paper_trail_manager}
s.version = "0.1.3"
s.name = "paper_trail_manager"
s.version = "0.1.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Igal Koshevoy"]
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.date = "2011-10-14"
s.description = "A user interface for `paper_trail` versioning data in Ruby on Rails 3 applications."
s.email = "igal@pragmaticraft.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
Expand Down Expand Up @@ -82,6 +82,7 @@ Gem::Specification.new do |s|
"spec/dummy/public/javascripts/effects.js",
"spec/dummy/public/javascripts/prototype.js",
"spec/dummy/public/javascripts/rails.js",
"spec/dummy/public/stylesheets/changes.css",
"spec/dummy/script/rails",
"spec/dummy/spec/controllers/entities_controller_spec.rb",
"spec/dummy/spec/controllers/platforms_controller_spec.rb",
Expand All @@ -107,10 +108,10 @@ Gem::Specification.new do |s|
"spec/spec_helper.rb",
"spec/support/factories.rb"
]
s.homepage = %q{http://github.com/igal/paper_trail_manager}
s.homepage = "http://github.com/igal/paper_trail_manager"
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{A user interface for `paper_trail` versioning data in Ruby on Rails 3 applications.}
s.rubygems_version = "1.8.11"
s.summary = "A user interface for `paper_trail` versioning data in Ruby on Rails 3 applications."
s.test_files = [
"spec/controllers/paper_trail_manager/changes_controller_spec.rb",
"spec/dummy/app/controllers/application_controller.rb",
Expand Down

0 comments on commit d2b6375

Please sign in to comment.