diff --git a/History.txt b/History.txt index 019f7bc6..47d1b094 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,11 @@ -=== 1.3.9.1 / 2011-06-03 +=== 1.3.9.3 / 2011-09-07 + +SlimGems is a drop-in replacement for RubyGems. See README.md for more. + +* Add support for Ruby 1.9.3 preview release (#9) +* Fix rubygems-pwn gem install remote execution vulnerability (#10) + +=== 1.3.9.1, 1.3.9.2 / 2011-06-03 SlimGems is a drop-in replacement for RubyGems. See README.md for more. diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 6a7dbd2d..c621451a 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -106,7 +106,7 @@ module Gem NAME = 'SlimGems' GEM_NAME = 'slimgems' - VERSION = '1.3.9.2' + VERSION = '1.3.9.3' SlimGemsVersion = RubyGemsVersion = VERSION ## diff --git a/slimgems.gemspec b/slimgems.gemspec index 0ed929e2..b8f68b3c 100644 --- a/slimgems.gemspec +++ b/slimgems.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.summary = "#{PACKAGE::Gem::NAME} is a package management framework for Ruby" s.description = <<-eof SlimGems is a drop-in replacement for RubyGems, a package management framework -for Ruby. We forked the project at 1.3.7, which was a great stable release. +for Ruby. This project was forked at 1.3.7, which was a great stable release. SlimGems focuses on maintaining a sane and stable API. We believe that the project has been put through enough stress testing by the community to lock