This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 0a3705f No need to create gem package
0a3705f is described below
commit 0a3705f244932625ea0eebfe3a127c156cea7f7b
Author: Sebb <[email protected]>
AuthorDate: Mon Aug 9 17:29:33 2021 +0100
No need to create gem package
---
Rakefile | 6 ------
1 file changed, 6 deletions(-)
diff --git a/Rakefile b/Rakefile
index 12850ee..bc7a469 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,11 +1,5 @@
-require 'rubygems/package_task'
require 'open3'
-spec = eval(File.read('asf.gemspec'))
-Gem::PackageTask.new(spec) do |pkg|
- pkg.gem_spec = spec
-end
-
def mkdir_p?(path)
mkdir_p path unless Dir.exist? path
end