summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Irwin <conrad.irwin@gmail.com>2012-06-03 18:33:40 -0700
committerConrad Irwin <conrad.irwin@gmail.com>2012-06-03 18:33:40 -0700
commit2a58843a05fd59949f9056fa24bbe0d666a35d48 (patch)
tree29987597d5b2460b5bf1464ed350e6e55e84545b
parentcc29927d1b3f64888bc92a9838682258cc30100d (diff)
downloadmethod_source-2a58843a05fd59949f9056fa24bbe0d666a35d48.tar.gz
Make rake gemspec dtrtv0.8.pre.1
-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)