emeril 0.5.1 → 0.6.0

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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 0.6.0 / 2013-05-30
2
+
3
+ ### Bug fixes
4
+
5
+ * Add definitions/ directory to production cookbook files glob. ([@fnichol][])
6
+
7
+ ### Improvements
8
+
9
+ * Constrain chef dependency to >= 0.10.10. ([@fnichol][])
10
+
11
+
1
12
  ## 0.5.1 / 2013-05-23
2
13
 
3
14
  ### New features
@@ -11,4 +22,5 @@ The initial release, **BAM**!
11
22
 
12
23
  <!--- The following link definition list is generated by PimpMyChangelog --->
13
24
  [#1]: https://github.com/fnichol/emeril/issues/1
14
- [@thbishop]: https://github.com/thbishop
25
+ [@fnichol]: https://github.com/fnichol
26
+ [@thbishop]: https://github.com/thbishop
data/emeril.gemspec CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.required_ruby_version = '>= 1.9.2'
22
22
 
23
- spec.add_dependency 'chef'
23
+ spec.add_dependency 'chef', '>= 0.10.10'
24
24
 
25
25
  spec.add_development_dependency 'bundler', '~> 1.3'
26
26
  spec.add_development_dependency 'rake'
@@ -76,8 +76,8 @@ module Emeril
76
76
 
77
77
  def cookbook_files
78
78
  entries = %w{
79
- README.* CHANGELOG.* metadata.{json,rb}
80
- attributes files libraries providers recipes resources templates
79
+ README.* CHANGELOG.* metadata.{json,rb} attributes definitions
80
+ files libraries providers recipes resources templates
81
81
  }
82
82
 
83
83
  Dir.glob("#{source_path}/{#{entries.join(',')}}")
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Emeril
4
4
 
5
- VERSION = "0.5.1"
5
+ VERSION = "0.6.0"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emeril
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-23 00:00:00.000000000 Z
12
+ date: 2013-05-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: '0'
21
+ version: 0.10.10
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: '0'
29
+ version: 0.10.10
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: bundler
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -293,9 +293,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
293
293
  - - ! '>='
294
294
  - !ruby/object:Gem::Version
295
295
  version: '0'
296
- segments:
297
- - 0
298
- hash: 2430301425435120469
299
296
  requirements: []
300
297
  rubyforge_project:
301
298
  rubygems_version: 1.8.24