summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-04-20 20:20:38 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-04-20 20:20:38 -0700
commitf9b259221792643ce0aac8884fab262385238c8b (patch)
tree2b39dec3f9d4dcb07027e58ee964079ca2ad97ff
parent633fdb11ccd1755ee8a52496497c915898d5c77c (diff)
downloadbundler-seg-stubs.tar.gz
[StubSpecification] Render the wrapper specification as the yaml representationseg-stubs
-rw-r--r--lib/bundler/remote_specification.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bundler/remote_specification.rb b/lib/bundler/remote_specification.rb
index ec971487cb..456686dc0f 100644
--- a/lib/bundler/remote_specification.rb
+++ b/lib/bundler/remote_specification.rb
@@ -64,6 +64,10 @@ module Bundler
attr_accessor :stub
+ def to_yaml
+ _remote_specification.to_yaml
+ end
+
private
def _remote_specification