rabbitmq 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/rabbitmq/Rakefile +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3682bae0564eed99f1fd3ddf9c7c1d8d09705e6b
4
- data.tar.gz: 8dae54b8f8606e465da48509a85e7472d3ccff9f
3
+ metadata.gz: bdef9ca2e04cab81b663c71f2ed551a100fbb1c6
4
+ data.tar.gz: 403cd8f926db3ac16d44de0bd7cbebf0c6778df1
5
5
  SHA512:
6
- metadata.gz: 8eaf39f8a7f9f6f0d5c9b080ff1f320f3cf7bd025f9a65f70dc923cc7af204353af9635772c13b0a1a1890736aa318d7d9d8a543715cf545a22c8a019eb07966
7
- data.tar.gz: 9cef2f9e99f3548bf626fb68a4c7173915738e460ad4bc2c16174b0eaa713d9917cfd86760e066e8ca8dfb8a6983033be83fc24ecb1fc155712c1e4e1718fa05
6
+ metadata.gz: cc5505b9334223cba311e8e95dc1fb9be77f03f9b6de68c4bb755f397054315e3f7ea47879c591c7fae0181ba3c279e16aea1cee2d685a19f2c35c2ee9a89e6a
7
+ data.tar.gz: dda8d21f011201603cd785db70da37869d1c37fb887b18589266308764462fafaf1916f77a3765c4ca8d700198248ab8a4e922a65510f2405a009271591fb579
@@ -32,16 +32,16 @@ file_task 'rabbitmq-c.tar.gz', :download_tarball do
32
32
  end
33
33
 
34
34
  file_task 'rabbitmq-c', :download => :download_tarball do
35
- cmd "tar -xf #{FILES[:download_tarball]}"
35
+ cmd "tar -zxf #{FILES[:download_tarball]}"
36
36
  cmd "mv rabbitmq-c-* #{FILES[:download]}"
37
37
  end
38
38
 
39
39
  file_task 'config.status', :configure => :download do
40
- cmd "bash -c 'cd #{FILES[:download]} && env CFLAGS=-g ./configure'"
40
+ cmd "/usr/bin/env sh -c 'cd #{FILES[:download]} && ./configure'"
41
41
  cmd "cp #{FILES[:download]}/#{FILES[:configure]} ./"
42
42
  end
43
43
 
44
44
  file_task "librabbitmq.#{::FFI::Platform::LIBSUFFIX}", :build => :configure do
45
- cmd "bash -c 'cd #{FILES[:download]} && make'"
45
+ cmd "/usr/bin/env sh -c 'cd #{FILES[:download]} && make'"
46
46
  cmd "cp #{FILES[:download]}/librabbitmq/.libs/#{FILES[:build]} ."
47
47
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe McIlvain
@@ -208,7 +208,7 @@ files:
208
208
  - lib/rabbitmq/ffi/gen/tx_select_ok.rb
209
209
  - lib/rabbitmq/server_error.rb
210
210
  - lib/rabbitmq/util.rb
211
- homepage: https://github.com/jemc/rabbitmq/
211
+ homepage: https://github.com/jemc/ruby-rabbitmq
212
212
  licenses:
213
213
  - MIT
214
214
  metadata: {}