chef-cleanroom 1.0.1 → 1.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0125c144c34a18a068b08176ee06cf025b397886a875d34bbe11e6645fd1a308
4
- data.tar.gz: 5816b276ca9d3f7927d60c9625e50b39651ecb6e8145f19a1cbc8d32fe88bbf8
3
+ metadata.gz: 0cf35b1a39b2d7fdc6a8fd45b96cd2c79eb3bf2b946f8c2f5e745795c4a8f710
4
+ data.tar.gz: 48565c709f01544e2c62a3910bb2178c10995c729b1b9ec20aeafdda94bdf937
5
5
  SHA512:
6
- metadata.gz: 12b20e9ac1f7ac1035cbf05a3b2a6f12706a2fbf475654bd7a7c666dc1264e7e3e806c92a76a5a23dbba4e04c11f403563dc086f65f196142ca1743838908cb6
7
- data.tar.gz: 45132675fa40024cdf89c3fbf6ab4a11dec5061d6208dc6f57f677abedc724f797d508ba5284b14d273d9d7896b87a1b34742a9f4b51330f0f28047441784537
6
+ metadata.gz: e6bc004baad017260a9ccb720442e210b7d149aed4ba8a22b2c9a45014ba576ea36d8139c2415225cd30a66737911f68d53af323371ba042163624d881f2b5ab
7
+ data.tar.gz: becaa673308ac5d11a6e3ea86237074b077d0287ee78aabee3cecfa4204dbeac0f2febad7cf830d2e13883283ee5b3f303a5139a74479dc06a8530df0b18ebb9
@@ -6,8 +6,8 @@ require 'cleanroom'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'chef-cleanroom'
8
8
  spec.version = Cleanroom::VERSION
9
- spec.author = 'Chef Software, Inc'
10
- spec.email = 'cookbooks@chef.io'
9
+ spec.author = 'Seth Vargo'
10
+ spec.email = 'sethvargo@gmail.com'
11
11
  spec.summary = '(More) safely evaluate Ruby DSLs with cleanroom'
12
12
  spec.description = <<-EOH.gsub(/^ {4}/, '').gsub(/\r?\n/, ' ').strip
13
13
  Ruby is an excellent programming language for creating and managing custom
@@ -20,5 +20,5 @@ module Cleanroom
20
20
  #
21
21
  # @return [String]
22
22
  #
23
- VERSION = '1.0.1'
23
+ VERSION = '1.0.2'
24
24
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-cleanroom
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Chef Software, Inc
7
+ - Seth Vargo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -60,7 +60,7 @@ description: Ruby is an excellent programming language for creating and managing
60
60
  of the system! The cleanroom pattern is a safer, more convenient, Ruby-like approach
61
61
  for limiting the information exposed by a DSL while giving users the ability to
62
62
  write awesome code!
63
- email: cookbooks@chef.io
63
+ email: sethvargo@gmail.com
64
64
  executables: []
65
65
  extensions: []
66
66
  extra_rdoc_files: []