summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index da1e041..8179e81 100644
--- a/Rakefile
+++ b/Rakefile
@@ -53,9 +53,11 @@ if RUBY_VERSION < "1.9"
end
class Gem::Specification # :nodoc:
- def metadata=(*); end
+ def metadata=(*)
+ end
- def default_value(*); end
+ def default_value(*)
+ end
end
class Object # :nodoc: