summaryrefslogtreecommitdiff
path: root/ohai.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-16 20:44:28 -0700
committerTim Smith <tsmith@chef.io>2018-09-16 20:44:28 -0700
commit16936e8f8247b524c2019b796e6df2ff5d44bc1b (patch)
tree4ce49f6dbd4c527a34f555fa39d3d06142a50656 /ohai.gemspec
parent6ede9657643cd397d858e32c61f01271af4bb9b3 (diff)
downloadohai-16936e8f8247b524c2019b796e6df2ff5d44bc1b.tar.gz
Remove redundant platform from the gemspec
This is always ruby. No need to define it here. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'ohai.gemspec')
-rw-r--r--ohai.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index fb2c1cd5..9be8629b 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"