summaryrefslogtreecommitdiff
path: root/ohai.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ohai.gemspec')
-rw-r--r--ohai.gemspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index 108b9fbf..422d9ef7 100644
--- a/ohai.gemspec
+++ b/ohai.gemspec
@@ -5,7 +5,6 @@ require "ohai/version"
Gem::Specification.new do |s|
s.name = "ohai"
s.version = Ohai::VERSION
- s.platform = Gem::Platform::RUBY
s.summary = "Ohai profiles your system and emits JSON"
s.description = s.summary
s.license = "Apache-2.0"
@@ -35,5 +34,5 @@ Gem::Specification.new do |s|
s.executables = %w{ohai}
s.require_path = "lib"
- s.files = %w{LICENSE README.md Gemfile Rakefile} + Dir.glob("*.gemspec") + Dir.glob("{docs,lib,spec}/**/*")
+ s.files = %w{LICENSE README.md Gemfile Rakefile} + Dir.glob("*.gemspec") + Dir.glob("{lib,spec}/**/*")
end