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

Commit

Permalink
Bumped to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlhuda committed Feb 12, 2010
1 parent 310083d commit f5027ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{bundler}
s.version = "0.9.5"
s.version = "0.9.6"

s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version=
s.authors = ["Carl Lerche", "Yehuda Katz"]
s.date = %q{2010-02-10}
s.date = %q{2010-02-12}
s.default_executable = %q{bundle}
s.email = ["carlhuda@engineyard.com"]
s.executables = ["bundle"]
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'bundler/rubygems-ext'

module Bundler
VERSION = "0.9.5"
VERSION = "0.9.6"

autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'
Expand Down

0 comments on commit f5027ee

Please sign in to comment.