nokogiri 1.5.11-java → 1.6.0-java

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.

@@ -0,0 +1,27 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.2
4
+ - 1.9.3
5
+ - ruby-head
6
+ - ree
7
+ - jruby-19mode
8
+ - rbx-19mode
9
+
10
+ jdk:
11
+ - openjdk7
12
+ - openjdk6
13
+
14
+ matrix:
15
+ allow_failures:
16
+ - rvm: rbx-19mode
17
+ exclude:
18
+ - rvm: 1.9.2
19
+ jdk: openjdk7
20
+ - rvm: 1.9.3
21
+ jdk: openjdk7
22
+ - rvm: ruby-head
23
+ jdk: openjdk7
24
+ - rvm: ree
25
+ jdk: openjdk7
26
+ - rvm: rbx-19mode
27
+ jdk: openjdk7
@@ -1,24 +1,50 @@
1
- === 1.5.11 / 2013年1214
1
+ === 1.6.0 / 2013年68
2
2
 
3
- * Bugfixes
3
+ This release was based on v1.5.10 and 1.6.0.rc1, and contains changes
4
+ mentioned in both.
5
+
6
+ * 廃止
7
+
8
+ * Remove pre 1.9 monitoring from Travis.
4
9
 
5
- * (JRuby) Fix out of memory bug when certain invalid documents are parsed.
6
- * (JRuby) Fix regression of billion-laughs vulnerability. #586
10
+
11
+ === 1.6.0.rc1 / 2013年4月14日
12
+
13
+ This release was based on v1.5.9, and so does not contain any fixes
14
+ mentioned in the notes for v1.5.10.
15
+
16
+ * 註
17
+
18
+ * 実行時依存 gem として mini_portile を追加
19
+ * Ruby 1.9.2以上のみサポート
20
+
21
+
22
+ * 機能
23
+
24
+ * (MRI) libxml 2.8.0 と libxslt 1.2.26 を同梱。
25
+ 環境変数 NOKOGIRI_USE_SYSTEM_LIBRARIES を設定しない限り、 gem のインストール時にコンパイルして使われる。
26
+ VERSION_INFO (および `nokogiri -v`) には、同梱の libxml またはシステムの libxml のいずれが使われているかの情報が含まれる。
27
+ * (Windows) libxml 2.8.0 に更新
28
+
29
+
30
+ * 廃止
31
+
32
+ * Ruby 1.8.7以下のサポートを終了
7
33
 
8
34
 
9
35
  === 1.5.10 / 2013年6月7日
10
36
 
11
37
  * バグ修正
12
38
 
13
- * (JRuby) JRuby 1.7.3で空のIOをパースする際の "null document" エラーを修正 #883
14
- * (JRuby) XSDにDTDのDOCTYPEがあったときのスキーマ検証の問題を修正 #912 (Patrick Chengに感謝!)
15
- * (MRI) HTMLノードに対するdefault_sub_element呼出でsegfaultしていたのを修正 #917
39
+ * (JRuby) Fix "null document" error when parsing an empty IO in jruby 1.7.3. #883
40
+ * (JRuby) Fix schema validation when XSD has DOCTYPE set to DTD. #861 (Thanks, Patrick Cheng!)
41
+ * (MRI) Fix segfault when there is no default subelement for an HTML node. #917
16
42
 
17
43
 
18
44
  * 註
19
45
 
20
- * RARRAY_PTR()の代わりにrb_ary_entry()を使うように変更 (そう、Rubiniusのためにね) #877 (Dirkjan Bussinkに感謝!)
21
- * テストでTypeErrorが起きるのを修正 #900 (Cédric Boutillierに感謝!)
46
+ * Use rb_ary_entry instead of RARRAY_PTR (you know, for Rubinius). #877 (Thanks, Dirkjan Bussink!)
47
+ * Fix TypeError when running tests. #900 (Thanks, Cédric Boutillier!)
22
48
 
23
49
 
24
50
  === 1.5.9 / 2013年3月21日
@@ -83,7 +109,7 @@
83
109
  * SAXパーザに不正なエンコーディングに渡された場合はArgumentErrorを投げるようにした。#756 (ありがとう、Bradley Schaefer!)
84
110
  * (JRuby) XML宣言の前にスペースがあると、ドキュメントのパーズに失敗する。(#748の修正でこれもなおっている) #790
85
111
  * (JRuby) Nokogiri::XML::Node#content のJRubyの振る舞いがCRubyと同じではない。#794, #797
86
- * (JRuby) で '#' で始まる文字列を名前とする EntityReference を作ろうとすると INVALID_CHARACTER_ERR という例外が発生する。 #719
112
+ * (JRuby) で '#' で始まる文字列を名前とする EntityReference を作ろうとすると INVALID_CHARACTER_ERR という例外がはっせいする。 #719
87
113
  * (JRuby) では Nodeのサブクラスのnamespaceを正しく文字列に変換しない。 #715
88
114
  * (JRuby) Node#contentがこのバージョンから改行コードを正しく表示するようになった。#737 (ありがとう、Piotr Szmielew!)
89
115
  * (JRuby) recover optionが指定されている場合は宣言の無い名前空間を無視するようにした。#748
@@ -116,7 +142,7 @@
116
142
  * JRuby で US-ASCII にエンコードされた文字列が正しくないエンコードを返してくる。 #583
117
143
  * 512 文字以上が与えられたときに XmlSaxPushParser が IndexOutOfBoundsException を投げる。#567, #615
118
144
  * Xpath を評価した結果、空の NodeSet が帰ってくる場合に、NodeSet が持っている Document の decorate に失敗して例外が投げられる。#514
119
- * JRuby で xpath を namespace 付きで指定した場合に、エラーが発生する。pull request #681 (ありがとう, Piotr Szmielew)
145
+ * JRuby で xpath を namespace 付きで指定した場合に、エラーが発生する。pull request #681 (ありがとう, Piotr Szmielew)
120
146
  * JRuby で Nokogiri::XML::Node を継承したクラスを定義すると、namespace が表示されない。 #695
121
147
  * JRuby で RDF::RDFXML::Writer をインスタンス化しようとすると NAMESPACE_ERR (org.w3c.dom.DOMException) が発生する. #683
122
148
  * JRuby で xpath に namespaces を指定すると例外が発生する. #493
@@ -143,7 +169,7 @@
143
169
  パース時にネットワークに接続して外部のドキュメントを見にいかせたい場合には、以下のように `nonoet` オプションを設定する:
144
170
 
145
171
  Nokogiri::XML::Document.parse(xml) { |config| config.nononet }
146
-
172
+
147
173
  ここに、自分ならではの二重否定のジョークをうめこむとなおよし。
148
174
 
149
175
 
@@ -180,38 +206,45 @@
180
206
  * 新機能
181
207
 
182
208
  * XML::Builder#comment はコメントノードを作れるようになった.
183
- * CSSセレクター検索が名前空間付き属性に対応 #593
184
- * Java integration 機能が追加された. このバージョンから,
209
+ * CSS searches now support namespaced attributes. #593
210
+ * Java integration 機能が追加された. このバージョンから,
185
211
  XML::Document.wrap と XML::Document#to_java メソッドが利用可能。
186
- * `nokogiri` CLIユーティリティがRelaxNGバリデーションに対応 #591 (thanks, Dan Radez!)
212
+ * RelaxNG validator support in the `nokogiri` cli utility. #591 (thanks, Dan Radez!)
187
213
 
188
214
  * バグの修正
189
215
 
190
- * エンコーディング自動認識において発生しうるメモリリークを修正
216
+ * エンコーディング自動認識において発生しうるメモリリークを修正.
191
217
  Tim Elliottに感謝!
192
- * homebrew がインストールされていたら、extconf は homebrew のパスを読む。
193
- * Java版の一貫性のない挙動 #620
194
- * JRuby (1.6.4/5) Nokogiri::XML::Node を継承できなかった #560
195
- * XML::Attr ノードは子ノードとして追加できないので例外を出す #558
196
- * Node#add_next_sibling Node#add_previous_sibling で隣接テキストノードをdupする条件を緩和 #595
197
- * Java版の一貫性のない挙動: 空の属性値をnilとして返していた #589
198
- * to_xhtml が要素が空のときに <p /></p> と誤ったタグを生成していた #557
199
- * Document#add_child Node, NodeSet, DocumentFragment および
200
- String を受け付けるようになった #546
201
- * Document#create_element が("SOAP-ENV"のように)非単語構成文字を含む名前空間を認識するようになった. これは主に Builder を使う際に効いてくる. Builder はほぼすべてのものに Document#create_element を適用するためである #531
202
- * ファイルエンコーディングが効かなかった (1.5.0 / jruby / windows) #529
203
- * Java版において、<html>タグに含まれる名前空間定義を属性として返さなかった #542
204
- * Nokogiri 1.5.0で Bad file descriptor が発生していた #495
205
- * remove_namespace! がpure Java版で動かなかった #492
206
- * Javaネイティブ版でパースされたオブジェクトに対して ActiveSupport の .blank? メソッドを呼ぶと null pointer exception が発生していた #489
207
- * 1.5.0 で正しい文字エンコーディングが仕様されなかった #488
208
- * XML Builder に生のXML文字列を渡した際の問題 (JRuby) #486
209
- * Nokogiri 1.5.0でXML生成が壊れていた (JRuby) #484
210
- * ルートノードを複数持つことを認めない #550
211
- * カスタムXPath関数を修正 #606 (Juan Wajnermanに感謝!)
212
- * Node#to_xml :save_with が指定されている場合は上書きしないように修正 #505
213
- * Node#set をプライベートメソッドに (JRuby) #564 (Nick Siegerに感謝!)
214
- * C14nの整理と Node#canonicalize (Ivan Pirlikに感謝!) #563
218
+ * homebrew はインストールしたら、extconf は homebrew のパスを読む。
219
+ * Inconsistent behavior of Nokogiri 1.5.0 Java #620
220
+ * Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560
221
+ * XML::Attr nodes are not allowed to be added as node children, so an
222
+ exception is raised. #558
223
+ * No longer defensively "pickle" adjacent text nodes on
224
+ Node#add_next_sibling and Node#add_previous_sibling calls. #595.
225
+ * Java version inconsistency: it returns nil for empty attributes #589
226
+ * to_xhtml incorrectly generates <p /></p> when tag is empty #557
227
+ * Document#add_child now accepts a Node, NodeSet, DocumentFragment,
228
+ or String. #546.
229
+ * Document#create_element now recognizes namespaces containing
230
+ non-word characters (like "SOAP-ENV"). This is mostly relevant to
231
+ users of Builder, which calls Document#create_element for nearly
232
+ everything. #531.
233
+ * File encoding broken in 1.5.0 / jruby / windows #529
234
+ * Java version does not return namespace defs as attrs for ::HTML #542
235
+ * Bad file descriptor with Nokogiri 1.5.0 #495
236
+ * remove_namespace! doesn't work in pure java version #492
237
+ * The Nokogiri Java native build throws a null pointer exception when
238
+ ActiveSupport's .blank? method is called directly on a parsed object.
239
+ #489
240
+ * 1.5.0 Not using correct character encoding #488
241
+ * Raw XML string in XML Builder broken on JRuby #486
242
+ * Nokogiri 1.5.0 XML generation broken on JRuby #484
243
+ * Do not allow multiple root nodes. #550
244
+ * Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!)
245
+ * Node#to_xml does not override :save_with if it is provided. #505
246
+ * Node#set is a private method (JRuby). #564 (thanks, Nick Sieger!)
247
+ * C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563
215
248
 
216
249
 
217
250
  === 1.5.0 / 2011年7月1日
@@ -395,7 +428,7 @@
395
428
 
396
429
  * ノート
397
430
 
398
- * 今日4月18日現在、Windows gems は libxml 2.7.7 とlibxslt
431
+ * 今日4月18日現在、Windows gems は libxml 2.7.7 とlibxslt
399
432
  1.1.26にDLLsを標準装備しています。このリリース以前にも既にDLLsはlibxml
400
433
  2.7.3 と libxslt 1.1.24に標準装備済み。
401
434
 
@@ -687,26 +720,26 @@
687
720
 
688
721
  * バグの修正
689
722
 
690
- * HTML のノードに \r のエンティティを含めない
723
+ * HTML のノードを \r のエンティティを含まない
691
724
  * CSS::SelectorHandler と XML::XPathHandler を除去
692
- * XML::Node#attributes が Attr node を値として返す
693
- * XML::NodeSet が to_xml を実装
725
+ * XML::Node#attributes が Attr node を value値に返す
726
+ * XML::NodeSet が to_xml へ実行
694
727
 
695
728
 
696
729
  === 1.1.0
697
730
 
698
731
  * 新しい機能
699
732
 
700
- * カスタム XPath 機能を追加。( Nokogiri::XML::Node#xpath 参照 )
701
- * カスタム CSS 擬似クラスと機能を追加。( Nokogiri::XML::Node#css 参照 )
733
+ * カスタム XPath 機能はある。( Nokogiri::XML::Node#xpath 参照 )
734
+ * カスタム CSS 擬似クラスと機能はある。( Nokogiri::XML::Node#css 参照 )
702
735
  * Nokogiri::XML::Node#<< が作成中に子ノードを自動追加
703
736
 
704
737
  * バグの修正
705
738
 
706
739
  * mutex が CSS のキャッシュのアクセスをロックする
707
740
  * GCC 3.3.5 のビルドに関する問題を修正
708
- * XML::Node#to_xml が引数indentationを取る
709
- * XML::Node#dup が引数任意のdepthを取る
741
+ * XML::Node#to_xml が引数indentationを取る
742
+ * XML::Node#dup が引数任意のdepthを取る
710
743
  * XML::Node#add_previous_sibling が新しい兄弟ノードで返す
711
744
 
712
745
 
@@ -715,10 +748,10 @@
715
748
  * バグの修正
716
749
 
717
750
  * Dike 使用時中のメモリーリークの修正
718
- * SAX パーサーが IO Stream を逐次解析
751
+ * SAX パーサーが現在 IO Stream 同時解析
719
752
  * コメント nodes が独自のクラスを継承する
720
753
  * Nokogiri() は Nokogiri.parse() へデリゲートする
721
- * ENV['PATH'] に付加する代わりに先頭へ挿入する (Windows)
754
+ * ENV['PATH'] に付加せれる代わりに先頭へデータ挿入される
722
755
  * 複雑な CSS 内のバグを修正完了 :not selector ではありません
723
756
 
724
757
 
@@ -737,7 +770,7 @@
737
770
 
738
771
  * バグフィックス
739
772
 
740
- * メーリングリストを作成
773
+ * メーリンクリストを作成
741
774
  * バグファイルを作成
742
775
  * Windows 内で ENV['PATH'] が存在しない場合でも、存在出来るように設定完了
743
776
  * Document 内の NodeSet#[] の結果をキャッシュする
@@ -757,7 +790,7 @@
757
790
 
758
791
  * 5つのバグ修正
759
792
 
760
- * NodeSet が to_ary を実装
793
+ * NodeSet が to_ary へ実行
761
794
  * XML::Document#parent を除去
762
795
  * GCバグ修正済み (Mike は最高!)
763
796
  * 1.8.5互換性の為の RARRAY_LEN 除去
@@ -768,7 +801,7 @@
768
801
 
769
802
  * 1つのバグ修正
770
803
 
771
- * extconf.rb は frex や racc の存在をチェックすべきでない
804
+ * extconf.rb は frex や racc を調べないはず
772
805
 
773
806
 
774
807
  === 1.0.1
@@ -1,9 +1,38 @@
1
- === 1.5.11 / 2013-12-14
1
+ === 1.6.0 / 2013-06-08
2
2
 
3
- * Bugfixes
3
+ This release was based on v1.5.10 and 1.6.0.rc1, and contains changes
4
+ mentioned in both.
5
+
6
+ * Deprecations
7
+
8
+ * Remove pre 1.9 monitoring from Travis.
9
+
10
+
11
+ === 1.6.0.rc1 / 2013-04-14
12
+
13
+ This release was based on v1.5.9, and so does not contain any fixes
14
+ mentioned in the notes for v1.5.10.
15
+
16
+ * Notes
17
+
18
+ * mini_portile is now a runtime dependency
19
+ * Ruby 1.9.2 and higher now required
20
+
21
+
22
+ * Features
23
+
24
+ * (MRI) Source code for libxml 2.8.0 and libxslt 1.2.26 is packaged
25
+ with the gem. These libraries are compiled at gem install time
26
+ unless the environment variable NOKOGIRI_USE_SYSTEM_LIBRARIES is
27
+ set. VERSION_INFO (also `nokogiri -v`) exposes whether libxml was
28
+ compiled from packaged source, or the system library was used.
29
+ * (Windows) libxml upgraded to 2.8.0
30
+
31
+
32
+ * Deprecations
33
+
34
+ * Support for Ruby 1.8.7 and prior has been dropped
4
35
 
5
- * (JRuby) Fix out of memory bug when certain invalid documents are parsed.
6
- * (JRuby) Fix regression of billion-laughs vulnerability. #586
7
36
 
8
37
  === 1.5.10 / 2013-06-07
9
38
 
data/Gemfile ADDED
@@ -0,0 +1,21 @@
1
+ # -*- ruby -*-
2
+
3
+ # DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
4
+
5
+ source "https://rubygems.org/"
6
+
7
+
8
+ gem "hoe-bundler", ">=1.1", :group => [:development, :test]
9
+ gem "hoe-debugging", ">=1.0.3", :group => [:development, :test]
10
+ gem "hoe-gemspec", ">=1.0", :group => [:development, :test]
11
+ gem "hoe-git", ">=1.4", :group => [:development, :test]
12
+ gem "mini_portile", ">=0.2.2", :group => [:development, :test]
13
+ gem "minitest", "~>2.2.2", :group => [:development, :test]
14
+ gem "rake", ">=0.9", :group => [:development, :test]
15
+ gem "rake-compiler", "~>0.8.0", :group => [:development, :test]
16
+ gem "racc", ">=1.4.6", :group => [:development, :test], :platform => :ruby
17
+ gem "rexical", ">=1.0.5", :group => [:development, :test], :platform => :ruby
18
+ gem "rdoc", "~>3.10", :group => [:development, :test]
19
+ gem "hoe", "~>2.16", :group => [:development, :test]
20
+
21
+ # vim: syntax=ruby
@@ -1,8 +1,10 @@
1
1
  .autotest
2
2
  .gemtest
3
+ .travis.yml
3
4
  CHANGELOG.ja.rdoc
4
5
  CHANGELOG.rdoc
5
6
  C_CODING_STYLE.rdoc
7
+ Gemfile
6
8
  Manifest.txt
7
9
  README.ja.rdoc
8
10
  README.rdoc
@@ -12,6 +14,7 @@ STANDARD_RESPONSES.md
12
14
  Y_U_NO_GEMSPEC.md
13
15
  bin/nokogiri
14
16
  build_all
17
+ dependencies.yml
15
18
  ext/java/nokogiri/EncodingHandler.java
16
19
  ext/java/nokogiri/HtmlDocument.java
17
20
  ext/java/nokogiri/HtmlElementDescription.java
@@ -219,6 +222,7 @@ test/files/2ch.html
219
222
  test/files/address_book.rlx
220
223
  test/files/address_book.xml
221
224
  test/files/bar/bar.xsd
225
+ test/files/bogus.xml
222
226
  test/files/dont_hurt_em_why.xml
223
227
  test/files/encoding.html
224
228
  test/files/encoding.xhtml
@@ -229,6 +233,10 @@ test/files/metacharset.html
229
233
  test/files/noencoding.html
230
234
  test/files/po.xml
231
235
  test/files/po.xsd
236
+ test/files/saml/saml20assertion_schema.xsd
237
+ test/files/saml/saml20protocol_schema.xsd
238
+ test/files/saml/xenc_schema.xsd
239
+ test/files/saml/xmldsig_schema.xsd
232
240
  test/files/shift_jis.html
233
241
  test/files/shift_jis.xml
234
242
  test/files/snuggles.xml
@@ -253,6 +261,10 @@ test/html/test_element_description.rb
253
261
  test/html/test_named_characters.rb
254
262
  test/html/test_node.rb
255
263
  test/html/test_node_encoding.rb
264
+ test/namespaces/test_additional_namespaces_in_builder_doc.rb
265
+ test/namespaces/test_namespaces_in_builder_doc.rb
266
+ test/namespaces/test_namespaces_in_created_doc.rb
267
+ test/namespaces/test_namespaces_in_parsed_doc.rb
256
268
  test/test_convert_xpath.rb
257
269
  test/test_css_cache.rb
258
270
  test/test_encoding_handler.rb
data/ROADMAP.md CHANGED
@@ -32,7 +32,7 @@
32
32
  * https://github.com/sparklemotion/nokogiri/issues/451
33
33
  chained :not pseudoselectors
34
34
 
35
- * better jQuery selector support:
35
+ * better jQuery selector and CSS pseudo-selector support:
36
36
  * https://github.com/sparklemotion/nokogiri/issues/621
37
37
  * https://github.com/sparklemotion/nokogiri/issues/342
38
38
  * https://github.com/sparklemotion/nokogiri/issues/628
data/Rakefile CHANGED
@@ -32,22 +32,23 @@ HOE = Hoe.spec 'nokogiri' do
32
32
 
33
33
  self.extra_rdoc_files = FileList['*.rdoc','ext/nokogiri/*.c']
34
34
 
35
- self.licenses = ['MIT']
36
-
37
35
  self.clean_globs += [
38
36
  'nokogiri.gemspec',
39
37
  'lib/nokogiri/nokogiri.{bundle,jar,rb,so}',
40
- 'lib/nokogiri/{1.8,1.9,2.0}',
38
+ 'lib/nokogiri/{1.9,2.0}',
41
39
  # GENERATED_PARSER,
42
40
  # GENERATED_TOKENIZER
43
41
  ]
44
42
 
43
+ self.extra_deps += [
44
+ ["mini_portile", "~> 0.5.0"],
45
+ ]
46
+
45
47
  self.extra_dev_deps += [
46
48
  ["hoe-bundler", ">= 1.1"],
47
49
  ["hoe-debugging", ">= 1.0.3"],
48
50
  ["hoe-gemspec", ">= 1.0"],
49
51
  ["hoe-git", ">= 1.4"],
50
- ["mini_portile", ">= 0.2.2"],
51
52
  ["minitest", "~> 2.2.2"],
52
53
  ["rake", ">= 0.9"],
53
54
  ["rake-compiler", "~> 0.8.0"],
@@ -60,7 +61,7 @@ HOE = Hoe.spec 'nokogiri' do
60
61
  else
61
62
  self.spec_extras = {
62
63
  :extensions => ["ext/nokogiri/extconf.rb"],
63
- :required_ruby_version => '>= 1.8.7'
64
+ :required_ruby_version => '>= 1.9.2'
64
65
  }
65
66
  end
66
67
 
@@ -108,6 +109,21 @@ else
108
109
 
109
110
  HOE.spec.files.reject! { |f| f =~ %r{\.(java|jar)$} }
110
111
 
112
+ windows_p = RbConfig::CONFIG['target_os'] == 'mingw32' || RbConfig::CONFIG['target_os'] =~ /mswin/
113
+
114
+ unless windows_p || java?
115
+ task gem_build_path do
116
+ add_file_to_gem "dependencies.yml"
117
+
118
+ dependencies = YAML.load_file("dependencies.yml")
119
+ %w[libxml2 libxslt].each do |lib|
120
+ version = dependencies[lib]
121
+ archive = File.join("ports", "archives", "#{lib}-#{version}.tar.gz")
122
+ add_file_to_gem archive
123
+ end
124
+ end
125
+ end
126
+
111
127
  Rake::ExtensionTask.new("nokogiri", HOE.spec) do |ext|
112
128
  ext.lib_dir = File.join(*['lib', 'nokogiri', ENV['FAT_DIR']].compact)
113
129
  ext.config_options << ENV['EXTOPTS']
@@ -196,7 +212,7 @@ end
196
212
 
197
213
  desc "build a windows gem without all the ceremony."
198
214
  task "gem:windows" => "gem" do
199
- cross_rubies = ["1.8.7-p358", "1.9.3-p194", "2.0.0-p0"]
215
+ cross_rubies = ["1.9.3-p194", "2.0.0-p0"]
200
216
  ruby_cc_version = cross_rubies.collect { |_| _.split("-").first }.join(":") # e.g., "1.8.7:1.9.2"
201
217
  rake_compiler_config_path = "#{ENV['HOME']}/.rake-compiler/config.yml"
202
218