diff --git a/VERSION b/VERSION index 17e51c3..8294c18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2 \ No newline at end of file diff --git a/paper_trail_manager.gemspec b/paper_trail_manager.gemspec index 184e052..7ab81c4 100644 --- a/paper_trail_manager.gemspec +++ b/paper_trail_manager.gemspec @@ -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"] @@ -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", @@ -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