mixlib-shellout 2.2.6-universal-mingw32 → 2.2.7-universal-mingw32

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.
@@ -1,8 +1,8 @@
1
- gemspec = eval(File.read(File.expand_path("../mixlib-shellout.gemspec", __FILE__)))
2
-
3
- gemspec.platform = Gem::Platform.new(["universal", "mingw32"])
4
-
5
- gemspec.add_dependency "win32-process", "~> 0.8.2"
6
- gemspec.add_dependency "wmi-lite", "~> 1.0"
7
-
8
- gemspec
1
+ gemspec = eval(File.read(File.expand_path("../mixlib-shellout.gemspec", __FILE__)))
2
+
3
+ gemspec.platform = Gem::Platform.new(["universal", "mingw32"])
4
+
5
+ gemspec.add_dependency "win32-process", "~> 0.8.2"
6
+ gemspec.add_dependency "wmi-lite", "~> 1.0"
7
+
8
+ gemspec
@@ -1,24 +1,24 @@
1
- $:.unshift(File.dirname(__FILE__) + '/lib')
2
- require 'mixlib/shellout/version'
3
-
4
- Gem::Specification.new do |s|
5
- s.name = 'mixlib-shellout'
6
- s.version = Mixlib::ShellOut::VERSION
7
- s.platform = Gem::Platform::RUBY
8
- s.extra_rdoc_files = ["README.md", "LICENSE" ]
9
- s.summary = "Run external commands on Unix or Windows"
10
- s.description = s.summary
11
- s.author = "Opscode"
12
- s.email = "info@opscode.com"
13
- s.homepage = "http://wiki.opscode.com/"
14
-
15
- s.required_ruby_version = ">= 1.9.3"
16
-
17
- s.add_development_dependency "rspec", "~> 3.0"
18
-
19
- s.bindir = "bin"
20
- s.executables = []
21
- s.require_path = 'lib'
22
- s.files = %w(Gemfile Rakefile LICENSE README.md) + Dir.glob("*.gemspec") +
23
- Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }
24
- end
1
+ $:.unshift(File.dirname(__FILE__) + '/lib')
2
+ require 'mixlib/shellout/version'
3
+
4
+ Gem::Specification.new do |s|
5
+ s.name = 'mixlib-shellout'
6
+ s.version = Mixlib::ShellOut::VERSION
7
+ s.platform = Gem::Platform::RUBY
8
+ s.extra_rdoc_files = ["README.md", "LICENSE" ]
9
+ s.summary = "Run external commands on Unix or Windows"
10
+ s.description = s.summary
11
+ s.author = "Chef Software Inc."
12
+ s.email = "info@chef.io"
13
+ s.homepage = "https://www.chef.io/"
14
+
15
+ s.required_ruby_version = ">= 1.9.3"
16
+
17
+ s.add_development_dependency "rspec", "~> 3.0"
18
+
19
+ s.bindir = "bin"
20
+ s.executables = []
21
+ s.require_path = 'lib'
22
+ s.files = %w(Gemfile Rakefile LICENSE README.md) + Dir.glob("*.gemspec") +
23
+ Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }
24
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-shellout
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.6
4
+ version: 2.2.7
5
5
  platform: universal-mingw32
6
6
  authors:
7
- - Opscode
7
+ - Chef Software Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-03 00:00:00.000000000 Z
11
+ date: 2016-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -53,7 +53,7 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.0'
55
55
  description: Run external commands on Unix or Windows
56
- email: info@opscode.com
56
+ email: info@chef.io
57
57
  executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files:
@@ -72,7 +72,7 @@ files:
72
72
  - lib/mixlib/shellout/windows/core_ext.rb
73
73
  - mixlib-shellout-windows.gemspec
74
74
  - mixlib-shellout.gemspec
75
- homepage: http://wiki.opscode.com/
75
+ homepage: https://www.chef.io/
76
76
  licenses: []
77
77
  metadata: {}
78
78
  post_install_message: