summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 92c0234..4268722 100644
--- a/Rakefile
+++ b/Rakefile
@@ -41,6 +41,9 @@ end
desc "Set up and run tests"
task :default => [:test]
+desc "Build the gemspec file"
+task :gemspec => "ruby:gemspec"
+
namespace :ruby do
spec = Gem::Specification.new do |s|
apply_spec_defaults(s)