Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Sep 5, 2012
1 parent 13c4686 commit 81fb2f2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gem.config
@@ -0,0 +1 @@
gem_tag_prefix=v
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 1.1.0
date: 2012-09-05

- move precheck to the beginning - fix `bundle _1.0.7_ ...`
- fix #33, do not pollute global namespace
- allow disabling with `NOEXEC_DISABLE=1` and deprecate `NOEXEC=0`

## 1.0.7
date: 2012-08-21

Expand Down
2 changes: 1 addition & 1 deletion lib/rubygems-bundler/version.rb
@@ -1,3 +1,3 @@
module RubygemsBundler
VERSION = "1.0.7"
VERSION = "1.1.0"
end
4 changes: 2 additions & 2 deletions rubygems-bundler.gemspec
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "rubygems-bundler/version"

Kernel.load File.expand_path("../lib/rubygems-bundler/version.rb", __FILE__)

Gem::Specification.new do |s|
s.name = "rubygems-bundler"
Expand Down

0 comments on commit 81fb2f2

Please sign in to comment.