Created
October 10, 2011 14:34
-
-
Save k-tsj/1275472 to your computer and use it in GitHub Desktop.
Patch for ruby-coreaudio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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