diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/simple-amqp-client.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/simple-amqp-client.rb b/Library/Formula/simple-amqp-client.rb index 846f38f87..1638ad179 100644 --- a/Library/Formula/simple-amqp-client.rb +++ b/Library/Formula/simple-amqp-client.rb @@ -13,7 +13,7 @@ class SimpleAmqpClient < Formula sha1 "7f60046c62ba839e2a4df7477d9a5cf23901704d" => :mountain_lion end - depends_on "cmake" => :build + depends_on "cmake" => :build depends_on "doxygen" => :build depends_on "rabbitmq-c" depends_on "boost" @@ -24,7 +24,7 @@ class SimpleAmqpClient < Formula end test do - (testpath/'test.cpp').write <<-EOS.undent + (testpath/"test.cpp").write <<-EOS.undent #include <SimpleAmqpClient/SimpleAmqpClient.h> #include <string> int main() { |
