summaryrefslogtreecommitdiff
path: root/spec/support/builders.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/builders.rb')
-rw-r--r--spec/support/builders.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/builders.rb b/spec/support/builders.rb
index 2491f87b77..c09cf82c0a 100644
--- a/spec/support/builders.rb
+++ b/spec/support/builders.rb
@@ -393,6 +393,8 @@ module Spec
s.name = name
s.version = Gem::Version.new(v)
s.platform = platform
+ s.authors = ["no one in particular"]
+ s.summary = "a gemspec used only for testing"
DepBuilder.run(s, &block) if block_given?
end
end