Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Version 1.3.0.pre.3 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Dec 20, 2012
1 parent 3d68743 commit f179de4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,16 @@
## 1.3.0.pre.3

Features:

- pushing gems during `rake release` can be disabled (@trans)
- installing gems with `rake install` is much faster (@utkarshkukreti)

Bugfixes:

- `outdated` returns non-zero exit status if outdated gems found (@rohit, #2021)
- :git gems with extensions now work with Rubygems >= 2.0 (@jeremy)
- `outdated` exits non-zero if outdated gems found (@rohit, #2021)
- https Gist URLs for compatibility with Gist 2.0 (@NARKOZ)
- namespaced gems no longer generate a superfluous directory (@banyan)

## 1.3.0.pre.2 (Dec 9, 2012)

Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Expand Up @@ -2,5 +2,5 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
VERSION = "1.3.0.pre.2" unless defined?(::Bundler::VERSION)
VERSION = "1.3.0.pre.3" unless defined?(::Bundler::VERSION)
end

0 comments on commit f179de4

Please sign in to comment.