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 +4 -0
- data/ext/couchbase_ext/extconf.rb +1 -1
- data/lib/couchbase/version.rb +1 -1
- metadata +2 -2
data/HISTORY.markdown
CHANGED
@@ -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, '')
|
data/lib/couchbase/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2012-09-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: yaji
|