Sha256: c7c690e82bf30f274f5a0e2e8093bb4013d47b3a21056585434f9f88be5cc437
Contents?: true
Size: 234 Bytes
Versions: 58
Compression:
Stored size: 234 Bytes
Contents
require 'sawyer' patch = Module.new do def href(options=nil) # Temporary workaround for: https://github.com/octokit/octokit.rb/issues/727 name.to_s == "ssh" ? @href : super end end Sawyer::Relation.send(:prepend, patch)
Version data entries
58 entries across 39 versions & 3 rubygems