couchbase 1.2.0.z.beta → 1.2.0.z.beta2

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.2.0.z.beta2 / 2012-09-19
2
+
3
+ * RCBC-82 Fix extconf.rb for RVM/MacOS. (Not all rubies are fat on MacOS)
4
+
1
5
  ## 1.2.0.z.beta / 2012-09-18
2
6
 
3
7
  * Fix version ordering by using ".z" prefix before .beta
@@ -20,7 +20,7 @@ require 'rbconfig'
20
20
  # This hack is more robust, because in bundler environment bundler touches
21
21
  # all constants from rbconfig.rb before loading any scripts. This is why
22
22
  # RC_ARCHS doesn't work under bundler on MacOS.
23
- if RUBY_PLATFORM =~ /darwin/
23
+ if RUBY_PLATFORM =~ /darwin/ && defined?(RbConfig::ARCHFLAGS)
24
24
  [RbConfig::CONFIG, RbConfig::MAKEFILE_CONFIG].each do |cfg|
25
25
  cfg["CFLAGS"].gsub!(RbConfig::ARCHFLAGS, '')
26
26
  cfg["LDFLAGS"].gsub!(RbConfig::ARCHFLAGS, '')
@@ -17,5 +17,5 @@
17
17
 
18
18
  # Couchbase ruby client
19
19
  module Couchbase
20
- VERSION = "1.2.0.z.beta"
20
+ VERSION = "1.2.0.z.beta2"
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couchbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.z.beta
4
+ version: 1.2.0.z.beta2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-18 00:00:00.000000000 Z
12
+ date: 2012-09-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: yaji