berkshelf 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
28
28
 
29
29
  s.add_dependency 'yajl-ruby'
30
30
  s.add_dependency 'activesupport'
31
- s.add_dependency 'chef', '>= 10.12.0'
31
+ s.add_dependency 'chef', '>= 10.16.2'
32
32
  s.add_dependency 'ridley', '>= 0.4.1'
33
33
  s.add_dependency 'chozo', '>= 0.2.3'
34
34
  s.add_dependency 'hashie'
@@ -35,9 +35,10 @@ module Berkshelf
35
35
  end
36
36
 
37
37
  # Returns an array of the Cookbooks that have been cached to the
38
- # storage_path of this instance of CookbookStore. Passing the filter
39
- # option will return only the CachedCookbooks whose name match the
40
- # filter.
38
+ # storage_path of this instance of CookbookStore.
39
+ #
40
+ # @param [String] filter
41
+ # return only the CachedCookbooks whose name match the given filter
41
42
  #
42
43
  # @return [Array<Berkshelf::CachedCookbook>]
43
44
  def cookbooks(filter = nil)
@@ -1,3 +1,3 @@
1
1
  module Berkshelf
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: berkshelf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-11-14 00:00:00.000000000 Z
15
+ date: 2012-11-16 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: yajl-ruby
@@ -53,7 +53,7 @@ dependencies:
53
53
  requirements:
54
54
  - - ! '>='
55
55
  - !ruby/object:Gem::Version
56
- version: 10.12.0
56
+ version: 10.16.2
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: !ruby/object:Gem::Requirement
@@ -61,7 +61,7 @@ dependencies:
61
61
  requirements:
62
62
  - - ! '>='
63
63
  - !ruby/object:Gem::Version
64
- version: 10.12.0
64
+ version: 10.16.2
65
65
  - !ruby/object:Gem::Dependency
66
66
  name: ridley
67
67
  requirement: !ruby/object:Gem::Requirement
@@ -361,7 +361,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
361
361
  version: '0'
362
362
  segments:
363
363
  - 0
364
- hash: 1688761896306971661
364
+ hash: -1057242199231529064
365
365
  requirements: []
366
366
  rubyforge_project:
367
367
  rubygems_version: 1.8.23