Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Apr 22, 2014
1 parent 9987b22 commit 984c403
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.11.1 - Apr 22, 2014

* Depend on dotenv-deployment ~>0.0.2, which fixes issues with 0.0.1

## 0.11.0 - Apr 21, 2014

* Extract dotenv-deployment gem. https://github.com/bkeepers/dotenv-deployment
Expand Down
2 changes: 1 addition & 1 deletion dotenv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.name = "dotenv"
gem.require_paths = ["lib"]

gem.add_dependency "dotenv-deployment", "0.0.1"
gem.add_dependency "dotenv-deployment", "~>0.0.2"

This comment has been minimized.

Copy link
@alessandrobanjo

alessandrobanjo Apr 22, 2014

This broke up to foreman, that is depending on this gem, as there is no 0.0.2 online. http://rubygems.org/gems/dotenv-deployment

This comment has been minimized.

Copy link
@girak

girak Apr 22, 2014

Same here, foreman is now broken as it's looking for dotenv-deployment 0.0.2 which is a dependency of dotenv 0.11.1


gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec'
Expand Down
2 changes: 1 addition & 1 deletion lib/dotenv/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dotenv
VERSION = '0.11.0'
VERSION = '0.11.1'
end

2 comments on commit 984c403

@bkeepers
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, so sorry. I swear I pushed this up earlier this morning, but you are right. It must have failed.

It is there now. dotenv 1.0 is coming this week, which removes all this other crap and shouldn't break foreman again.

@girak
Copy link

@girak girak commented on 984c403 Apr 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bkeepers great and thanks for the quick fix! much appreciated.

Please sign in to comment.