diff options
| author | Mike McQuaid | 2014-11-20 16:13:00 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-20 16:13:32 +0000 |
| commit | 41a08f2cdc810cc5f466d52568d40e6db1e98df1 (patch) | |
| tree | 1a7b100638fb85543f9613b2d80590ba64161a69 | |
| parent | 31e424d1895271163e8398da13d51194db29f0d9 (diff) | |
| download | homebrew-41a08f2cdc810cc5f466d52568d40e6db1e98df1.tar.bz2 | |
simple-amqp-client: minor cleanups.
| -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() { |
