Skip to content

Instantly share code, notes, and snippets.

@k-tsj
Created October 10, 2011 14:34
Show Gist options
  • Save k-tsj/1275472 to your computer and use it in GitHub Desktop.
Save k-tsj/1275472 to your computer and use it in GitHub Desktop.
Patch for ruby-coreaudio
diff --git a/coreaudio.gemspec b/coreaudio.gemspec
index 06346b1..12aee3b 100644
--- a/coreaudio.gemspec
+++ b/coreaudio.gemspec
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
"ext/extconf.rb",
"lib/coreaudio.rb"
]
- s.homepage = "http://github.com/nagachika/coreaudio"
+ s.homepage = "https://github.com/nagachika/ruby-coreaudio"
s.licenses = ["BSDL"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.11"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment