Feature/fix gem 3 (#1364)

* change deprecated option which was removed in gem 3
This commit is contained in:
Michael Gissing
2019-01-05 10:16:07 +01:00
committed by Dawa Ometto
parent 66fd8eef1f
commit f5f655e3a1
+1 -1
View File
@@ -133,7 +133,7 @@ end
desc "Build and install"
task :install => :build do
sh "gem install --local --no-ri --no-rdoc pkg/#{name}-#{version}.gem"
sh "gem install --local --no-document pkg/#{name}-#{version}.gem"
end
desc 'Update gemspec'