From 756a0c62baf2a9f60a60df354b73a974eb7e55fa Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 7 Sep 2009 13:22:57 -0400 Subject: [PATCH] Make build task depend on gemspec. Closes GH issue #15 --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 16873a9..63f60cf 100644 --- a/Rakefile +++ b/Rakefile @@ -180,6 +180,7 @@ end if defined?(Jeweler) task :spec => :check_dependencies + task :build => :gemspec end task :default => :spec \ No newline at end of file