From bd8fa3e53685ce65a74638eef209a0818d770d55 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 1 Sep 2011 08:36:11 -0400 Subject: [PATCH] appease rubygems --- ext/jasmine-webkit-specrunner/Makefile.dummy | 5 +++++ ext/jasmine-webkit-specrunner/extconf.rb | 1 + 2 files changed, 6 insertions(+) create mode 100644 ext/jasmine-webkit-specrunner/Makefile.dummy diff --git a/ext/jasmine-webkit-specrunner/Makefile.dummy b/ext/jasmine-webkit-specrunner/Makefile.dummy new file mode 100644 index 0000000..9b9a271 --- /dev/null +++ b/ext/jasmine-webkit-specrunner/Makefile.dummy @@ -0,0 +1,5 @@ +build: + true +install: + true + diff --git a/ext/jasmine-webkit-specrunner/extconf.rb b/ext/jasmine-webkit-specrunner/extconf.rb index d950511..6980885 100644 --- a/ext/jasmine-webkit-specrunner/extconf.rb +++ b/ext/jasmine-webkit-specrunner/extconf.rb @@ -7,3 +7,4 @@ require 'qt/qmake' system %{make clean} Qt::Qmake.make!('jasmine-headless-webkit', 'specrunner.pro') +FileUtils.cp File.expand_path('../Makefile.dummy', __FILE__), File.expand_path('../Makefile', __FILE__)