Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Sep 7, 2011
1 parent 5e70727 commit f96b547
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion 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.

Expand Down
2 changes: 1 addition & 1 deletion lib/rubygems.rb
Expand Up @@ -106,7 +106,7 @@
module Gem
NAME = 'SlimGems'
GEM_NAME = 'slimgems'
VERSION = '1.3.9.2'
VERSION = '1.3.9.3'
SlimGemsVersion = RubyGemsVersion = VERSION

##
Expand Down
2 changes: 1 addition & 1 deletion slimgems.gemspec
Expand Up @@ -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
Expand Down

0 comments on commit f96b547

Please sign in to comment.