Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
version bump 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reset committed Jan 14, 2015
1 parent 40f28d7 commit c7bedc7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.1.1

* Bug Fixes
* Calling berks_dependency/2 rspec support function no longer results in a runtime crash
* Failures when calling Supermarket.universe/0 will now return a hash instead of a boolean
* Cookbook name, not repo name, will be used when caching Github cookbooks
* Group/User will be created in proper order during cookbook converge

# 2.1.0

* Enhancements
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: git://github.com/berkshelf/berkshelf.git
revision: 3cec7d4f9d383ea647d53d273c70628a6fa3b45e
revision: 2ae2f7c42b1cfdd335b071dabd325d44b4f82e66
specs:
berkshelf (3.2.2)
addressable (~> 2.3.4)
Expand All @@ -14,7 +14,7 @@ GIT
faraday (~> 0.9.0)
minitar (~> 0.5.4)
octokit (~> 3.0)
retryable (~> 1.3.3)
retryable (~> 2.0)
ridley (~> 4.0)
solve (~> 1.1)
thor (~> 0.19)
Expand All @@ -34,7 +34,7 @@ GIT
PATH
remote: .
specs:
berkshelf-api (2.1.0)
berkshelf-api (2.1.1)
archive (= 0.0.6)
buff-config (~> 1.0)
celluloid (~> 0.16.0.pre)
Expand Down Expand Up @@ -212,8 +212,8 @@ GEM
http (>= 0.6.0.pre)
http_parser.rb (>= 0.6.0)
websocket_parser (>= 0.1.6)
retryable (1.3.6)
ridley (4.1.1)
retryable (2.0.0)
ridley (4.1.2)
addressable
buff-config (~> 1.0)
buff-extensions (~> 1.0)
Expand All @@ -227,7 +227,7 @@ GEM
json (>= 1.7.7)
mixlib-authentication (>= 1.3.0)
net-http-persistent (>= 2.8)
retryable
retryable (>= 2.0.0)
semverse (~> 1.1)
varia_model (~> 0.4)
ridley-connectors (2.3.1)
Expand Down
2 changes: 1 addition & 1 deletion cookbook/Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DEPENDENCIES

GRAPH
apt (2.3.8)
berkshelf-api-server (2.1.0)
berkshelf-api-server (2.1.1)
build-essential (>= 2.0.2)
github (~> 0.3)
libarchive (~> 0.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/berkshelf/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Berkshelf
module API
VERSION = "2.1.0"
VERSION = "2.1.1"
end
end

0 comments on commit c7bedc7

Please sign in to comment.