ruby-tokyotyrant 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/ext/extconf.rb +2 -0
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -20,7 +20,7 @@ CLEAN.include('pkg', 'tmp')
20
20
 
21
21
  gemspec = Gem::Specification.new do |s|
22
22
  s.name = 'ruby-tokyotyrant'
23
- s.version = '0.3.0'
23
+ s.version = '0.3.1'
24
24
  s.authors = [ 'Flinn' ]
25
25
  s.email = 'flinn@actsasflinn.com'
26
26
  s.homepage = 'http://github.com/actsasflinn/ruby-tokyotyrant/'
data/ext/extconf.rb CHANGED
@@ -6,6 +6,8 @@
6
6
  if RUBY_PLATFORM =~ /darwin/
7
7
  ENV["RC_ARCHS"] = `uname -m`.chomp if `uname -sr` =~ /^Darwin/
8
8
 
9
+ ENV["RC_ARCHS"] = "x86_64" if RUBY_PLATFORM =~ /darwin10.0/
10
+
9
11
  # On PowerPC the defaults are fine
10
12
  ENV["RC_ARCHS"] = '' if `uname -m` =~ /^Power Macintosh/
11
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-tokyotyrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Flinn