ruby_nacl 0.1.1 → 0.1.2

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/ruby_nacl/extconf.rb +1 -1
  2. metadata +4 -3
@@ -1,6 +1,6 @@
1
1
  require 'mkmf-rice'
2
2
 
3
- hostname = `hostname`.split('.')[0]
3
+ hostname = `hostname`.strip.split('.')[0]
4
4
  arch = `uname -m`.strip == 'x86_64' ? 'amd64' : 'x86'
5
5
 
6
6
  HEADER_DIRS = ["NaCl/build/#{hostname}/include/#{arch}"]
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_nacl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Zac Morris
9
+ - David Reid
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
@@ -13,7 +14,7 @@ date: 2011-09-30 00:00:00.000000000Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: rice
16
- requirement: &70275275348940 !ruby/object:Gem::Requirement
17
+ requirement: &70213752297980 !ruby/object:Gem::Requirement
17
18
  none: false
18
19
  requirements:
19
20
  - - ! '>='
@@ -21,7 +22,7 @@ dependencies:
21
22
  version: 1.4.2
22
23
  type: :runtime
23
24
  prerelease: false
24
- version_requirements: *70275275348940
25
+ version_requirements: *70213752297980
25
26
  description: Provides a ruby interface to DJB's NaCl library.
26
27
  email: zac@caffeinatedmind.com
27
28
  executables: []