nokogiri 1.6.3-x86-mingw32 → 1.6.3.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of nokogiri might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3dd12037582646207412ced6c5fa4d9033a4cedc
4
- data.tar.gz: 9b31fb94741ba4a29655d56dd4fd302f7b72c391
3
+ metadata.gz: 56f6c75b967ad4d60900ff55fc29d6a59a630f9d
4
+ data.tar.gz: f7ea69d9d7f2ed6f3a390eb887a1ef66853a95af
5
5
  SHA512:
6
- metadata.gz: 49cec239d92c6c00824d4ae24271c6c86dcd2143287c3396e29751c3d8ef549119f37ea72ae6447a8d69c94c77ee7d091f401936a96f4307ffdd943d83cb6a6d
7
- data.tar.gz: a39dce80945d1dfe46c38666d4d8161360be7df263bc75f861f9abb79713eeedec05ee42567efbdc36bb73153dbef46b06d8d3494c53fe4565a4fed0d9827df2
6
+ metadata.gz: 4653bfc21d87de132062eab237a2c111947c9cf6faa89201c673d0402a7a917d14ab46a3fc3a79a36e96836bcf92169f1d22df09fe23fc3d0f9c1dd8d3ec3e86
7
+ data.tar.gz: b7e6b7042d44556e5fb787cbb769efc74c7886cba2ce3e83b52e4874496c6003d8e49ad2a62036b998a36775efa10d9d83ff859f665a0e9765197f74b0050d97
@@ -1,3 +1,10 @@
1
+ === 1.6.3.1 / 2014年7月21日
2
+
3
+ ==== バグ修正
4
+
5
+ * Addressing an Apple Macintosh installation problem for GCC users. #1130 (Thanks, @zenspider!)
6
+
7
+
1
8
  === 1.6.3 / 2014年7月20日
2
9
 
3
10
  ==== 機能
@@ -1,3 +1,10 @@
1
+ === 1.6.3.1 / 2014-07-21
2
+
3
+ ==== Bug fixes
4
+
5
+ * Addressing an Apple Macintosh installation problem for GCC users. #1130 (Thanks, @zenspider!)
6
+
7
+
1
8
  === 1.6.3 / 2014-07-20
2
9
 
3
10
  ==== Features
data/build_all CHANGED
@@ -90,7 +90,6 @@ bundle exec rake clean
90
90
  rm -rf gems
91
91
  mkdir -p gems
92
92
 
93
-
94
93
  # windows
95
94
  for verspec in `cross_rubies`; do
96
95
  version="${verspec%%:*}"
@@ -312,8 +312,9 @@ when 'mingw32', /mswin/
312
312
  when /solaris/
313
313
  $CFLAGS << " -DUSE_INCLUDED_VASPRINTF"
314
314
  when /darwin/
315
- # TODO: maybe make it stricter to only work on stock ruby? How to tell?
316
- $CFLAGS << " -Wno-error=unused-command-line-argument-hard-error-in-future"
315
+ if RbConfig::MAKEFILE_CONFIG['CC'] !~ /gcc/ then
316
+ $CFLAGS << " -Wno-error=unused-command-line-argument-hard-error-in-future"
317
+ end
317
318
  else
318
319
  $CFLAGS << " -g -DXP_UNIX"
319
320
  end
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  module Nokogiri
2
2
  # The version of Nokogiri you are using
3
- VERSION = '1.6.3'
3
+ VERSION = '1.6.3.1'
4
4
 
5
5
  class VersionInfo # :nodoc:
6
6
  def jruby?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nokogiri
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
4
+ version: 1.6.3.1
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Aaron Patterson
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-07-20 00:00:00.000000000 Z
15
+ date: 2014-07-22 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: mini_portile