Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed marker #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
removed marker
gonzalez committed Mar 21, 2017
commit 56239c4c080422cf22bfe27641ad45dea4a19512
1 change: 0 additions & 1 deletion Berksfile
Original file line number Diff line number Diff line change
@@ -3,5 +3,4 @@ source 'https://supermarket.chef.io'
metadata

cookbook 'delayed_evaluator', github: 'chrisroberts/cookbook-delayed_evaluator'
cookbook 'marker', github: 'rightscale-cookbooks/marker'
cookbook 'test-rightscale_volume', path: './test/cookbooks/test-rightscale_volume'
19 changes: 5 additions & 14 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -2,34 +2,25 @@ DEPENDENCIES
delayed_evaluator
git: https://github.com/chrisroberts/cookbook-delayed_evaluator.git
revision: cb6d4da6900a8de9ea5b4031b68e3bfa765873aa
marker
git: https://github.com/rightscale-cookbooks/marker.git
revision: 058e70879408fceceb628c600d487b1ddfa06cdb
rightscale_volume
path: .
metadata: true
test-rightscale_volume
path: test/cookbooks/test-rightscale_volume

GRAPH
build-essential (7.0.3)
compat_resource (>= 12.16.3)
build-essential (8.0.0)
mingw (>= 1.1)
seven_zip (>= 0.0.0)
compat_resource (12.16.3)
delayed_evaluator (0.2.0)
marker (2.0.0)
mingw (1.2.4)
compat_resource (>= 0.0.0)
mingw (2.0.0)
seven_zip (>= 0.0.0)
ohai (4.2.3)
compat_resource (>= 12.14.7)
rightscale_volume (2.0.0)
ohai (5.0.0)
rightscale_volume (2.0.1)
build-essential (>= 0.0.0)
seven_zip (2.0.2)
windows (>= 1.2.2)
test-rightscale_volume (0.0.0)
marker (>= 0.0.0)
rightscale_volume (>= 0.0.0)
windows (2.1.1)
windows (3.0.1)
ohai (>= 4.0.0)
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Provides a resource to manage volumes on any cloud RightScale supports.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.0.0'
version '2.0.1'
issues_url 'https://github.com/rightscale-cookbooks/rightscale_volume/issues' if respond_to?(:issues_url)
source_url 'https://github.com/rightscale-cookbooks/rightscale_volume' if respond_to?(:source_url)
chef_version '>= 12.4' if respond_to?(:chef_version)
1 change: 0 additions & 1 deletion test/cookbooks/test-rightscale_volume/metadata.rb
Original file line number Diff line number Diff line change
@@ -10,6 +10,5 @@
end

depends 'rightscale_volume'
depends 'marker'

recipe 'test-rightscale_volume::test', 'Test recipe for testing rightscale_volume cookbook'