xmlsec-ruby 0.0.7a → 0.0.7b

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 (2) hide show
  1. data/ext/xmlsec/extconf.rb +1 -1
  2. metadata +3 -3
@@ -3,7 +3,7 @@ if pkg_config('xmlsec1-openssl')
3
3
  # The rightscale image appears to have incorrect
4
4
  # pkg-config files - this flag is needed to link against an
5
5
  # 64-bit libxmlsec1 but isn't included in the pkg-config
6
- if system("uname -p") == 'x86_64'
6
+ if `uname -p`.match 'x86_64'
7
7
  $CFLAGS += " -DXMLSEC_NO_SIZE_T"
8
8
  end
9
9
  create_makefile('xmlsec')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmlsec-ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 54
4
+ hash: 55
5
5
  prerelease: 5
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 7
10
- - a
11
- version: 0.0.7a
10
+ - b
11
+ version: 0.0.7b
12
12
  platform: ruby
13
13
  authors:
14
14
  - Victor Lin