Skip to content

Commit

Permalink
Version bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
igal committed Jul 18, 2011
1 parent 1d85f39 commit e156d9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
5 changes: 2 additions & 3 deletions paper_trail_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Igal Koshevoy"]
Expand Down Expand Up @@ -108,7 +108,7 @@ Gem::Specification.new do |s|
]
s.homepage = %q{http://github.com/igal/paper_trail_manager}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
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.test_files = [
"spec/controllers/paper_trail_manager/changes_controller_spec.rb",
Expand Down Expand Up @@ -162,7 +162,6 @@ Gem::Specification.new do |s|
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit e156d9e

Please sign in to comment.