Masafumi Yokoyama
null+****@clear*****
Thu Nov 26 23:42:54 JST 2015
Masafumi Yokoyama 2015-11-26 23:42:54 +0900 (Thu, 26 Nov 2015) New Revision: d3460cb84dc8229c986e92382463e62b260ba43d https://github.com/ranguba/ranguba.org/commit/d3460cb84dc8229c986e92382463e62b260ba43d Message: Update ActiveGroonga documentation Modified files: activegroonga/en/ActiveGroonga/Migration.html activegroonga/en/ActiveGroonga/VERSION.html activegroonga/en/file.news.html activegroonga/ja/ActiveGroonga.html activegroonga/ja/ActiveGroonga/Base.html activegroonga/ja/ActiveGroonga/Callbacks.html activegroonga/ja/ActiveGroonga/Database.html activegroonga/ja/ActiveGroonga/DuplicateMigrationVersionError.html activegroonga/ja/ActiveGroonga/Error.html activegroonga/ja/ActiveGroonga/Generators.html activegroonga/ja/ActiveGroonga/Generators/Base.html activegroonga/ja/ActiveGroonga/Generators/Column.html activegroonga/ja/ActiveGroonga/Generators/MigrationGenerator.html activegroonga/ja/ActiveGroonga/Generators/ModelGenerator.html activegroonga/ja/ActiveGroonga/KeyOverrideError.html activegroonga/ja/ActiveGroonga/Migration.html activegroonga/ja/ActiveGroonga/MigrationEntry.html activegroonga/ja/ActiveGroonga/Migrator.html activegroonga/ja/ActiveGroonga/NoKeyTableError.html activegroonga/ja/ActiveGroonga/Persistence.html activegroonga/ja/ActiveGroonga/Railtie.html activegroonga/ja/ActiveGroonga/Railties.html activegroonga/ja/ActiveGroonga/Railties/Configurable.html activegroonga/ja/ActiveGroonga/RecordInvalid.html activegroonga/ja/ActiveGroonga/RecordNotSaved.html activegroonga/ja/ActiveGroonga/ResultSet.html activegroonga/ja/ActiveGroonga/ResultSet/PaginationProxy.html activegroonga/ja/ActiveGroonga/Schema.html activegroonga/ja/ActiveGroonga/SchemaManagementTable.html activegroonga/ja/ActiveGroonga/TestCase.html activegroonga/ja/ActiveGroonga/TestFixtures.html activegroonga/ja/ActiveGroonga/TestFixtures/ConnectionMock.html activegroonga/ja/ActiveGroonga/VERSION.html activegroonga/ja/ActiveGroonga/Validations.html activegroonga/ja/ActiveGroonga/Validations/ClassMethods.html activegroonga/ja/ActiveGroonga/Vector.html activegroonga/ja/ActiveSupport/TestCase.html activegroonga/ja/alphabetical_index.html activegroonga/ja/file.README.html activegroonga/ja/file.lgpl.html activegroonga/ja/file.news.html activegroonga/ja/file.tutorial.html activegroonga/ja/index.html activegroonga/ja/top-level-namespace.html Modified: activegroonga/en/ActiveGroonga/Migration.html (+8 -8) =================================================================== --- activegroonga/en/ActiveGroonga/Migration.html 2015-11-10 23:20:21 +0900 (20b8fa9) +++ activegroonga/en/ActiveGroonga/Migration.html 2015-11-26 23:42:54 +0900 (8d8d88c) @@ -409,16 +409,16 @@ <pre class="lines"> -73 -74 -75 -76 -77 -78 -79</pre> +83 +84 +85 +86 +87 +88 +89</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/active_groonga/migration.rb', line 73</span> + <pre class="code"><span class="info file"># File 'lib/active_groonga/migration.rb', line 83</span> <span class='kw'>def</span> <span class='id identifier rubyid_method_missing'>method_missing</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='ivar'>@schema</span><span class='period'>.</span><span class='id identifier rubyid_respond_to?'>respond_to?</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span> Modified: activegroonga/en/ActiveGroonga/VERSION.html (+1 -1) =================================================================== --- activegroonga/en/ActiveGroonga/VERSION.html 2015-11-10 23:20:21 +0900 (711dce7) +++ activegroonga/en/ActiveGroonga/VERSION.html 2015-11-26 23:42:54 +0900 (ef79cc7) @@ -133,7 +133,7 @@ <dt id="TINY-constant" class="">TINY = </dt> - <dd><pre class="code"><span class='int'>0</span></pre></dd> + <dd><pre class="code"><span class='int'>2</span></pre></dd> <dt id="STRING-constant" class="">STRING = Modified: activegroonga/en/file.news.html (+10 -0) =================================================================== --- activegroonga/en/file.news.html 2015-11-10 23:20:21 +0900 (defc381) +++ activegroonga/en/file.news.html 2015-11-26 23:42:54 +0900 (1b182bc) @@ -93,6 +93,16 @@ <iframe id="search_frame"></iframe> <div id="content"><div id='filecontents'><h1><span class="caps">NEWS</span></h1> +<h2 id="4-2-1">4.2.1: 2015-09-26</h2> +<h3>Improvements</h3> +<ul> + <li>[GitHub#18] Supported non Rails environment such as Padrino. + [Patch by <span class="caps">KITAITI</span> Makoto]</li> +</ul> +<h3>Thanks</h3> +<ul> + <li><span class="caps">KITAITI</span> Makoto</li> +</ul> <h2 id="4-2-0">4.2.0: 2014-12-23</h2> <h3>Improvements</h3> <ul> Modified: activegroonga/ja/ActiveGroonga.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga.html 2015-11-10 23:20:21 +0900 (f4ef119) +++ activegroonga/ja/ActiveGroonga.html 2015-11-26 23:42:54 +0900 (2c295b7) @@ -165,7 +165,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 <span clas </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Base.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Base.html 2015-11-10 23:20:21 +0900 (ab3aa2f) +++ activegroonga/ja/ActiveGroonga/Base.html 2015-11-26 23:42:54 +0900 (9fa6b8b) @@ -2888,7 +2888,7 @@ column name and order.</p></div> </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Callbacks.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Callbacks.html 2015-11-10 23:20:21 +0900 (f02a4f9) +++ activegroonga/ja/ActiveGroonga/Callbacks.html 2015-11-26 23:42:54 +0900 (8fdca3f) @@ -214,7 +214,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Database.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Database.html 2015-11-10 23:20:21 +0900 (98b97bf) +++ activegroonga/ja/ActiveGroonga/Database.html 2015-11-26 23:42:54 +0900 (aeb6e4d) @@ -464,7 +464,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/DuplicateMigrationVersionError.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/DuplicateMigrationVersionError.html 2015-11-10 23:20:21 +0900 (1c33622) +++ activegroonga/ja/ActiveGroonga/DuplicateMigrationVersionError.html 2015-11-26 23:42:54 +0900 (c875c96) @@ -390,7 +390,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Error.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Error.html 2015-11-10 23:20:21 +0900 (811de0c) +++ activegroonga/ja/ActiveGroonga/Error.html 2015-11-26 23:42:54 +0900 (9745283) @@ -158,7 +158,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Generators.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Generators.html 2015-11-10 23:20:21 +0900 (4b0e8d3) +++ activegroonga/ja/ActiveGroonga/Generators.html 2015-11-26 23:42:54 +0900 (a66ff2c) @@ -139,7 +139,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Generators/Base.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Generators/Base.html 2015-11-10 23:20:21 +0900 (32f4505) +++ activegroonga/ja/ActiveGroonga/Generators/Base.html 2015-11-26 23:42:54 +0900 (79d5929) @@ -293,7 +293,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:20 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Generators/Column.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Generators/Column.html 2015-11-10 23:20:21 +0900 (a8e650e) +++ activegroonga/ja/ActiveGroonga/Generators/Column.html 2015-11-26 23:42:54 +0900 (582c583) @@ -1069,7 +1069,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:20 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Generators/MigrationGenerator.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Generators/MigrationGenerator.html 2015-11-10 23:20:21 +0900 (94d4ba9) +++ activegroonga/ja/ActiveGroonga/Generators/MigrationGenerator.html 2015-11-26 23:42:54 +0900 (618dd08) @@ -308,7 +308,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:20 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Generators/ModelGenerator.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Generators/ModelGenerator.html 2015-11-10 23:20:21 +0900 (f97905a) +++ activegroonga/ja/ActiveGroonga/Generators/ModelGenerator.html 2015-11-26 23:42:54 +0900 (b8cc2a3) @@ -541,7 +541,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:06 2014 by + Generated on Thu Nov 26 23:27:20 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/KeyOverrideError.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/KeyOverrideError.html 2015-11-10 23:20:21 +0900 (8a6bdaf) +++ activegroonga/ja/ActiveGroonga/KeyOverrideError.html 2015-11-26 23:42:54 +0900 (a4979e3) @@ -381,7 +381,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Migration.html (+9 -9) =================================================================== --- activegroonga/ja/ActiveGroonga/Migration.html 2015-11-10 23:20:21 +0900 (2db8a68) +++ activegroonga/ja/ActiveGroonga/Migration.html 2015-11-26 23:42:54 +0900 (a8ae62d) @@ -409,16 +409,16 @@ <pre class="lines"> -73 -74 -75 -76 -77 -78 -79</pre> +83 +84 +85 +86 +87 +88 +89</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/active_groonga/migration.rb', line 73</span> + <pre class="code"><span class="info file"># File 'lib/active_groonga/migration.rb', line 83</span> <span class='kw'>def</span> <span class='id identifier rubyid_method_missing'>method_missing</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='ivar'>@schema</span><span class='period'>.</span><span class='id identifier rubyid_respond_to?'>respond_to?</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span> @@ -689,7 +689,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/MigrationEntry.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/MigrationEntry.html 2015-11-10 23:20:21 +0900 (b74aaf0) +++ activegroonga/ja/ActiveGroonga/MigrationEntry.html 2015-11-26 23:42:54 +0900 (d2b3294) @@ -482,7 +482,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Migrator.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Migrator.html 2015-11-10 23:20:21 +0900 (70fbcec) +++ activegroonga/ja/ActiveGroonga/Migrator.html 2015-11-26 23:42:54 +0900 (19d9bb7) @@ -626,7 +626,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/NoKeyTableError.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/NoKeyTableError.html 2015-11-10 23:20:21 +0900 (b9ab9b8) +++ activegroonga/ja/ActiveGroonga/NoKeyTableError.html 2015-11-26 23:42:54 +0900 (aca837b) @@ -311,7 +311,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Persistence.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Persistence.html 2015-11-10 23:20:21 +0900 (6b43a80) +++ activegroonga/ja/ActiveGroonga/Persistence.html 2015-11-26 23:42:54 +0900 (bf657e7) @@ -878,7 +878,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Railtie.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Railtie.html 2015-11-10 23:20:21 +0900 (d923007) +++ activegroonga/ja/ActiveGroonga/Railtie.html 2015-11-26 23:42:54 +0900 (ce76ad6) @@ -145,7 +145,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Railties.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Railties.html 2015-11-10 23:20:21 +0900 (4760e42) +++ activegroonga/ja/ActiveGroonga/Railties.html 2015-11-26 23:42:54 +0900 (d149664) @@ -137,7 +137,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Railties/Configurable.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Railties/Configurable.html 2015-11-10 23:20:21 +0900 (3c7dab1) +++ activegroonga/ja/ActiveGroonga/Railties/Configurable.html 2015-11-26 23:42:54 +0900 (9f0a28c) @@ -242,7 +242,7 @@ production: </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/RecordInvalid.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/RecordInvalid.html 2015-11-10 23:20:21 +0900 (cdc0c51) +++ activegroonga/ja/ActiveGroonga/RecordInvalid.html 2015-11-26 23:42:54 +0900 (3247247) @@ -315,7 +315,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/RecordNotSaved.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/RecordNotSaved.html 2015-11-10 23:20:21 +0900 (2c4cdee) +++ activegroonga/ja/ActiveGroonga/RecordNotSaved.html 2015-11-26 23:42:54 +0900 (b704df4) @@ -153,7 +153,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/ResultSet.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/ResultSet.html 2015-11-10 23:20:21 +0900 (3283a22) +++ activegroonga/ja/ActiveGroonga/ResultSet.html 2015-11-26 23:42:54 +0900 (b865152) @@ -1204,7 +1204,7 @@ The default value is 0.</p></div> </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/ResultSet/PaginationProxy.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/ResultSet/PaginationProxy.html 2015-11-10 23:20:21 +0900 (c049eff) +++ activegroonga/ja/ActiveGroonga/ResultSet/PaginationProxy.html 2015-11-26 23:42:54 +0900 (18f346b) @@ -127,7 +127,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Schema.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Schema.html 2015-11-10 23:20:21 +0900 (ad4ce1b) +++ activegroonga/ja/ActiveGroonga/Schema.html 2015-11-26 23:42:54 +0900 (a23fead) @@ -543,7 +543,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/SchemaManagementTable.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/SchemaManagementTable.html 2015-11-10 23:20:21 +0900 (f595b93) +++ activegroonga/ja/ActiveGroonga/SchemaManagementTable.html 2015-11-26 23:42:54 +0900 (c7d1be4) @@ -460,7 +460,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/TestCase.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/TestCase.html 2015-11-10 23:20:21 +0900 (a7ae7d8) +++ activegroonga/ja/ActiveGroonga/TestCase.html 2015-11-26 23:42:54 +0900 (f159aa3) @@ -145,7 +145,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/TestFixtures.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/TestFixtures.html 2015-11-10 23:20:21 +0900 (c94a9f5) +++ activegroonga/ja/ActiveGroonga/TestFixtures.html 2015-11-26 23:42:54 +0900 (96302df) @@ -344,7 +344,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/TestFixtures/ConnectionMock.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/TestFixtures/ConnectionMock.html 2015-11-10 23:20:21 +0900 (93273d5) +++ activegroonga/ja/ActiveGroonga/TestFixtures/ConnectionMock.html 2015-11-26 23:42:54 +0900 (79d9918) @@ -510,7 +510,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/VERSION.html (+2 -2) =================================================================== --- activegroonga/ja/ActiveGroonga/VERSION.html 2015-11-10 23:20:21 +0900 (3e2ab2d) +++ activegroonga/ja/ActiveGroonga/VERSION.html 2015-11-26 23:42:54 +0900 (24de54a) @@ -133,7 +133,7 @@ <dt id="TINY-constant" class="">TINY = </dt> - <dd><pre class="code"><span class='int'>0</span></pre></dd> + <dd><pre class="code"><span class='int'>2</span></pre></dd> <dt id="STRING-constant" class="">STRING = @@ -154,7 +154,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Validations.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Validations.html 2015-11-10 23:20:21 +0900 (48741ce) +++ activegroonga/ja/ActiveGroonga/Validations.html 2015-11-26 23:42:54 +0900 (40dbcca) @@ -350,7 +350,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Validations/ClassMethods.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Validations/ClassMethods.html 2015-11-10 23:20:21 +0900 (13fda2e) +++ activegroonga/ja/ActiveGroonga/Validations/ClassMethods.html 2015-11-26 23:42:54 +0900 (01dd0b6) @@ -214,7 +214,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveGroonga/Vector.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveGroonga/Vector.html 2015-11-10 23:20:21 +0900 (1518221) +++ activegroonga/ja/ActiveGroonga/Vector.html 2015-11-26 23:42:54 +0900 (0bbe6e8) @@ -769,7 +769,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:20 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/ActiveSupport/TestCase.html (+1 -1) =================================================================== --- activegroonga/ja/ActiveSupport/TestCase.html 2015-11-10 23:20:21 +0900 (77f52ff) +++ activegroonga/ja/ActiveSupport/TestCase.html 2015-11-26 23:42:54 +0900 (b2586b4) @@ -161,7 +161,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:05 2014 by + Generated on Thu Nov 26 23:27:19 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/alphabetical_index.html (+1 -1) =================================================================== --- activegroonga/ja/alphabetical_index.html 2015-11-10 23:20:21 +0900 (6a389d8) +++ activegroonga/ja/alphabetical_index.html 2015-11-26 23:42:54 +0900 (69554bb) @@ -477,7 +477,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/file.README.html (+1 -1) =================================================================== --- activegroonga/ja/file.README.html 2015-11-10 23:20:21 +0900 (86f1fc2) +++ activegroonga/ja/file.README.html 2015-11-26 23:42:54 +0900 (215b922) @@ -137,7 +137,7 @@ </ul></div></div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/file.lgpl.html (+1 -1) =================================================================== --- activegroonga/ja/file.lgpl.html 2015-11-10 23:20:21 +0900 (d30d772) +++ activegroonga/ja/file.lgpl.html 2015-11-26 23:42:54 +0900 (bc418ff) @@ -95,7 +95,7 @@ <div id="content"><div id='filecontents'> GNU LESSER GENERAL PUBLIC LICENSE<br/> Version 2.1, February 1999<br/><br/> Copyright (C) 1991, 1999 Free Software Foundation, Inc.<br/> 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA<br/> Everyone is permitted to copy and distribute verbatim copies<br/> of this license document, but changing it is not allowed.<br/><br/>[This is the first released version of the Lesser GPL. It also counts<br/> as the successor of the GNU Library Public License, version 2, hence<br/> the version number 2.1.]<br/><br/> Preamble<br/><br/> The licenses for most software are designed to take away your<br/>freedom to share and change it. By contrast, the GNU General Public<br/>Licenses are intended to guarantee your freedom to share and change<br/>free software--to make sure the software is free for all its users.<br/><br/> This license, the Lesser General Public License, applies to some<br/>specially designated softwa re packa ges--typically libraries--of the<br/>Free Software Foundation and other authors who decide to use it. You<br/>can use it too, but we suggest you first think carefully about whether<br/>this license or the ordinary General Public License is the better<br/>strategy to use in any particular case, based on the explanations below.<br/><br/> When we speak of free software, we are referring to freedom of use,<br/>not price. Our General Public Licenses are designed to make sure that<br/>you have the freedom to distribute copies of free software (and charge<br/>for this service if you wish); that you receive source code or can get<br/>it if you want it; that you can change the software and use pieces of<br/>it in new free programs; and that you are informed that you can do<br/>these things.<br/><br/> To protect your rights, we need to make restrictions that forbid<br/>distributors to deny you these rights or to ask you to surrender these<br/>rights. These restrictions translate to certa in responsibilities for<br/>you if you distribute copies of the library or if you modify it.<br/><br/> For example, if you distribute copies of the library, whether gratis<br/>or for a fee, you must give the recipients all the rights that we gave<br/>you. You must make sure that they, too, receive or can get the source<br/>code. If you link other code with the library, you must provide<br/>complete object files to the recipients, so that they can relink them<br/>with the library after making changes to the library and recompiling<br/>it. And you must show them these terms so they know their rights.<br/><br/> We protect your rights with a two-step method: (1) we copyright the<br/>library, and (2) we offer you this license, which gives you legal<br/>permission to copy, distribute and/or modify the library.<br/><br/> To protect each distributor, we want to make it very clear that<br/>there is no warranty for the free library. Also, if the library is<br/>modified by someo ne else and passed on, the recipients should know<br/>that what they have is not the original version, so that the original<br/>author's reputation will not be affected by problems that might be<br/>introduced by others.<br/><br/> Finally, software patents pose a constant threat to the existence of<br/>any free program. We wish to make sure that a company cannot<br/>effectively restrict the users of a free program by obtaining a<br/>restrictive license from a patent holder. Therefore, we insist that<br/>any patent license obtained for a version of the library must be<br/>consistent with the full freedom of use specified in this license.<br/><br/> Most GNU software, including some libraries, is covered by the<br/>ordinary GNU General Public License. This license, the GNU Lesser<br/>General Public License, applies to certain designated libraries, and<br/>is quite different from the ordinary General Public License. We use<br/>this license for certain libraries in order to pe rmit lin king those<br/>libraries into non-free programs.<br/><br/> When a program is linked with a library, whether statically or using<br/>a shared library, the combination of the two is legally speaking a<br/>combined work, a derivative of the original library. The ordinary<br/>General Public License therefore permits such linking only if the<br/>entire combination fits its criteria of freedom. The Lesser General<br/>Public License permits more lax criteria for linking other code with<br/>the library.<br/><br/> We call this license the "Lesser" General Public License because it<br/>does Less to protect the user's freedom than the ordinary General<br/>Public License. It also provides other free software developers Less<br/>of an advantage over competing non-free programs. These disadvantages<br/>are the reason we use the ordinary General Public License for many<br/>libraries. However, the Lesser license provides advantages in certain<br/>special circumstances.< br/><br/ > For example, on rare occasions, there may be a special need to<br/>encourage the widest possible use of a certain library, so that it becomes<br/>a de-facto standard. To achieve this, non-free programs must be<br/>allowed to use the library. A more frequent case is that a free<br/>library does the same job as widely used non-free libraries. In this<br/>case, there is little to gain by limiting the free library to free<br/>software only, so we use the Lesser General Public License.<br/><br/> In other cases, permission to use a particular library in non-free<br/>programs enables a greater number of people to use a large body of<br/>free software. For example, permission to use the GNU C Library in<br/>non-free programs enables many more people to use the whole GNU<br/>operating system, as well as its variant, the GNU/Linux operating<br/>system.<br/><br/> Although the Lesser General Public License is Less protective of the<br/>users' freedom, it does ensure that th e user o f a program that is<br/>linked with the Library has the freedom and the wherewithal to run<br/>that program using a modified version of the Library.<br/><br/> The precise terms and conditions for copying, distribution and<br/>modification follow. Pay close attention to the difference between a<br/>"work based on the library" and a "work that uses the library". The<br/>former contains code derived from the library, whereas the latter must<br/>be combined with the library in order to run.<br/><br/> GNU LESSER GENERAL PUBLIC LICENSE<br/> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION<br/><br/> 0. This License Agreement applies to any software library or other<br/>program which contains a notice placed by the copyright holder or<br/>other authorized party saying it may be distributed under the terms of<br/>this Lesser General Public License (also called "this License").<br/>Each licensee is addressed as "you".<br /><br/> A "library" means a collection of software functions and/or data<br/>prepared so as to be conveniently linked with application programs<br/>(which use some of those functions and data) to form executables.<br/><br/> The "Library", below, refers to any such software library or work<br/>which has been distributed under these terms. A "work based on the<br/>Library" means either the Library or any derivative work under<br/>copyright law: that is to say, a work containing the Library or a<br/>portion of it, either verbatim or with modifications and/or translated<br/>straightforwardly into another language. (Hereinafter, translation is<br/>included without limitation in the term "modification".)<br/><br/> "Source code" for a work means the preferred form of the work for<br/>making modifications to it. For a library, complete source code means<br/>all the source code for all modules it contains, plus any associated<br/>interf ace defi nition files, plus the scripts used to control compilation<br/>and installation of the library.<br/><br/> Activities other than copying, distribution and modification are not<br/>covered by this License; they are outside its scope. The act of<br/>running a program using the Library is not restricted, and output from<br/>such a program is covered only if its contents constitute a work based<br/>on the Library (independent of the use of the Library in a tool for<br/>writing it). Whether that is true depends on what the Library does<br/>and what the program that uses the Library does.<br/> <br/> 1. You may copy and distribute verbatim copies of the Library's<br/>complete source code as you receive it, in any medium, provided that<br/>you conspicuously and appropriately publish on each copy an<br/>appropriate copyright notice and disclaimer of warranty; keep intact<br/>all the notices that refer to this License and to the absence of any<br/>warranty; and distribute a co py of th is License along with the<br/>Library.<br/><br/> You may charge a fee for the physical act of transferring a copy,<br/>and you may at your option offer warranty protection in exchange for a<br/>fee.<br/><br/> 2. You may modify your copy or copies of the Library or any portion<br/>of it, thus forming a work based on the Library, and copy and<br/>distribute such modifications or work under the terms of Section 1<br/>above, provided that you also meet all of these conditions:<br/><br/> a) The modified work must itself be a software library.<br/><br/> b) You must cause the files modified to carry prominent notices<br/> stating that you changed the files and the date of any change.<br/><br/> c) You must cause the whole of the work to be licensed at no<br/> charge to all third parties under the terms of this License.<br/><br/> d) If a facility in the modified Library refers to a function or a<br/> table of data to be supplied by an application program that uses<br/ > the facility, other than as an argument passed when the facility<br/> is invoked, then you must make a good faith effort to ensure that,<br/> in the event an application does not supply such function or<br/> table, the facility still operates, and performs whatever part of<br/> its purpose remains meaningful.<br/><br/> (For example, a function in a library to compute square roots has<br/> a purpose that is entirely well-defined independent of the<br/> application. Therefore, Subsection 2d requires that any<br/> application-supplied function or table used by this function must<br/> be optional: if the application does not supply it, the square<br/> root function must still compute square roots.)<br/><br/>These requirements apply to the modified work as a whole. If<br/>identifiable sections of that work are not derived from the Library,<br/>and can be reasonably considered independent and separate works in<br/>themselves, then this License, and its terms, do not apply to those<br/>sections when you distribute them as separate works. But when you<br/>distribute the same sections as part of a whole which is a work based<br/>on the Library, the distribution of the whole must be on the terms of<br/>this License, whose permissions for other licensees extend to the<br/>entire whole, and thus to each and every part regardless of who wrote<br/>it.<br/><br/>Thus, it is not the intent of this section to claim rights or contest<br/>your rights to work written entirely by you; rather, the intent is to<br/>exercise the right to control the distribution of derivative or<br/>collective works based on the Library.<br/><br/>In addition, mere aggregation of another work not based on the Library<br/>with the Library (or with a work based on the Library) on a volume of<br/>a storage or distribution medium does not bring the other work under<br/>the scope of this License.<br/><br/> 3. You may opt to apply the terms of the ordinary GNU G eneral P ublic<br/>License instead of this License to a given copy of the Library. To do<br/>this, you must alter all the notices that refer to this License, so<br/>that they refer to the ordinary GNU General Public License, version 2,<br/>instead of to this License. (If a newer version than version 2 of the<br/>ordinary GNU General Public License has appeared, then you can specify<br/>that version instead if you wish.) Do not make any other change in<br/>these notices.<br/><br/> Once this change is made in a given copy, it is irreversible for<br/>that copy, so the ordinary GNU General Public License applies to all<br/>subsequent copies and derivative works made from that copy.<br/><br/> This option is useful when you wish to copy part of the code of<br/>the Library into a program that is not a library.<br/><br/> 4. You may copy and distribute the Library (or a portion or<br/>derivative of it, under Section 2) in object code or executable form<br/>under the terms of Sections 1 and 2 a bove provided that you accompany<br/>it with the complete corresponding machine-readable source code, which<br/>must be distributed under the terms of Sections 1 and 2 above on a<br/>medium customarily used for software interchange.<br/><br/> If distribution of object code is made by offering access to copy<br/>from a designated place, then offering equivalent access to copy the<br/>source code from the same place satisfies the requirement to<br/>distribute the source code, even though third parties are not<br/>compelled to copy the source along with the object code.<br/><br/> 5. A program that contains no derivative of any portion of the<br/>Library, but is designed to work with the Library by being compiled or<br/>linked with it, is called a "work that uses the Library". Such a<br/>work, in isolation, is not a derivative work of the Library, and<br/>therefore falls outside the scope of this License.<br/><br/> However, linking a "work that uses the Librar y" with the Library<br/>creates an executable that is a derivative of the Library (because it<br/>contains portions of the Library), rather than a "work that uses the<br/>library". The executable is therefore covered by this License.<br/>Section 6 states terms for distribution of such executables.<br/><br/> When a "work that uses the Library" uses material from a header file<br/>that is part of the Library, the object code for the work may be a<br/>derivative work of the Library even though the source code is not.<br/>Whether this is true is especially significant if the work can be<br/>linked without the Library, or if the work is itself a library. The<br/>threshold for this to be true is not precisely defined by law.<br/><br/> If such an object file uses only numerical parameters, data<br/>structure layouts and accessors, and small macros and small inline<br/>functions (ten lines or less in length), then the use of the object<br/>file is unrestricted, regardle ss of whether it is legally a derivative<br/>work. (Executables containing this object code plus portions of the<br/>Library will still fall under Section 6.)<br/><br/> Otherwise, if the work is a derivative of the Library, you may<br/>distribute the object code for the work under the terms of Section 6.<br/>Any executables containing that work also fall under Section 6,<br/>whether or not they are linked directly with the Library itself.<br/><br/> 6. As an exception to the Sections above, you may also combine or<br/>link a "work that uses the Library" with the Library to produce a<br/>work containing portions of the Library, and distribute that work<br/>under terms of your choice, provided that the terms permit<br/>modification of the work for the customer's own use and reverse<br/>engineering for debugging such modifications.<br/><br/> You must give prominent notice with each copy of the work that the<br/>Library is used in it and that the Library and it s use ar e covered by<br/>this License. You must supply a copy of this License. If the work<br/>during execution displays copyright notices, you must include the<br/>copyright notice for the Library among them, as well as a reference<br/>directing the user to the copy of this License. Also, you must do one<br/>of these things:<br/><br/> a) Accompany the work with the complete corresponding<br/> machine-readable source code for the Library including whatever<br/> changes were used in the work (which must be distributed under<br/> Sections 1 and 2 above); and, if the work is an executable linked<br/> with the Library, with the complete machine-readable "work that<br/> uses the Library", as object code and/or source code, so that the<br/> user can modify the Library and then relink to produce a modified<br/> executable containing the modified Library. (It is understood<br/> that the user who changes the contents of definitions files in the<br/> Librar y will not necessarily be able to recompile the application<br/> to use the modified definitions.)<br/><br/> b) Use a suitable shared library mechanism for linking with the<br/> Library. A suitable mechanism is one that (1) uses at run time a<br/> copy of the library already present on the user's computer system,<br/> rather than copying library functions into the executable, and (2)<br/> will operate properly with a modified version of the library, if<br/> the user installs one, as long as the modified version is<br/> interface-compatible with the version that the work was made with.<br/><br/> c) Accompany the work with a written offer, valid for at<br/> least three years, to give the same user the materials<br/> specified in Subsection 6a, above, for a charge no more<br/> than the cost of performing this distribution.<br/><br/> d) If distribution of the work is made by offering access to copy<br/> from a designated place, offe r equiva lent access to copy the above<br/> specified materials from the same place.<br/><br/> e) Verify that the user has already received a copy of these<br/> materials or that you have already sent this user a copy.<br/><br/> For an executable, the required form of the "work that uses the<br/>Library" must include any data and utility programs needed for<br/>reproducing the executable from it. However, as a special exception,<br/>the materials to be distributed need not include anything that is<br/>normally distributed (in either source or binary form) with the major<br/>components (compiler, kernel, and so on) of the operating system on<br/>which the executable runs, unless that component itself accompanies<br/>the executable.<br/><br/> It may happen that this requirement contradicts the license<br/>restrictions of other proprietary libraries that do not normally<br/>accompany the operating system. Such a contradiction means you cannot<br/>use both them and the Lib rary together in an executable that you<br/>distribute.<br/><br/> 7. You may place library facilities that are a work based on the<br/>Library side-by-side in a single library together with other library<br/>facilities not covered by this License, and distribute such a combined<br/>library, provided that the separate distribution of the work based on<br/>the Library and of the other library facilities is otherwise<br/>permitted, and provided that you do these two things:<br/><br/> a) Accompany the combined library with a copy of the same work<br/> based on the Library, uncombined with any other library<br/> facilities. This must be distributed under the terms of the<br/> Sections above.<br/><br/> b) Give prominent notice with the combined library of the fact<br/> that part of it is a work based on the Library, and explaining<br/> where to find the accompanying uncombined form of the same work.<br/><br/> 8. You may not copy, modify, sublicense, link w ith, or distribute<br/>the Library except as expressly provided under this License. Any<br/>attempt otherwise to copy, modify, sublicense, link with, or<br/>distribute the Library is void, and will automatically terminate your<br/>rights under this License. However, parties who have received copies,<br/>or rights, from you under this License will not have their licenses<br/>terminated so long as such parties remain in full compliance.<br/><br/> 9. You are not required to accept this License, since you have not<br/>signed it. However, nothing else grants you permission to modify or<br/>distribute the Library or its derivative works. These actions are<br/>prohibited by law if you do not accept this License. Therefore, by<br/>modifying or distributing the Library (or any work based on the<br/>Library), you indicate your acceptance of this License to do so, and<br/>all its terms and conditions for copying, distributing or modifying<br/>the Library or works based on it.<br/><br/> 10. Each time you redistribute the Library (or any work based on the<br/>Library), the recipient automatically receives a license from the<br/>original licensor to copy, distribute, link with or modify the Library<br/>subject to these terms and conditions. You may not impose any further<br/>restrictions on the recipients' exercise of the rights granted herein.<br/>You are not responsible for enforcing compliance by third parties with<br/>this License.<br/><br/> 11. If, as a consequence of a court judgment or allegation of patent<br/>infringement or for any other reason (not limited to patent issues),<br/>conditions are imposed on you (whether by court order, agreement or<br/>otherwise) that contradict the conditions of this License, they do not<br/>excuse you from the conditions of this License. If you cannot<br/>distribute so as to satisfy simultaneously your obligations under this<br/>License and any other pertinent obligations, then as a consequence you<br/>may not distri bute the Library at all. For example, if a patent<br/>license would not permit royalty-free redistribution of the Library by<br/>all those who receive copies directly or indirectly through you, then<br/>the only way you could satisfy both it and this License would be to<br/>refrain entirely from distribution of the Library.<br/><br/>If any portion of this section is held invalid or unenforceable under any<br/>particular circumstance, the balance of the section is intended to apply,<br/>and the section as a whole is intended to apply in other circumstances.<br/><br/>It is not the purpose of this section to induce you to infringe any<br/>patents or other property right claims or to contest validity of any<br/>such claims; this section has the sole purpose of protecting the<br/>integrity of the free software distribution system which is<br/>implemented by public license practices. Many people have made<br/>generous contributions to the wide range of software distributed<br/>through t hat syst em in reliance on consistent application of that<br/>system; it is up to the author/donor to decide if he or she is willing<br/>to distribute software through any other system and a licensee cannot<br/>impose that choice.<br/><br/>This section is intended to make thoroughly clear what is believed to<br/>be a consequence of the rest of this License.<br/><br/> 12. If the distribution and/or use of the Library is restricted in<br/>certain countries either by patents or by copyrighted interfaces, the<br/>original copyright holder who places the Library under this License may add<br/>an explicit geographical distribution limitation excluding those countries,<br/>so that distribution is permitted only in or among countries not thus<br/>excluded. In such case, this License incorporates the limitation as if<br/>written in the body of this License.<br/><br/> 13. The Free Software Foundation may publish revised and/or new<br/>versions of the Lesser General Public License from time to time. <br/>Such new versions will be similar in spirit to the present version,<br/>but may differ in detail to address new problems or concerns.<br/><br/>Each version is given a distinguishing version number. If the Library<br/>specifies a version number of this License which applies to it and<br/>"any later version", you have the option of following the terms and<br/>conditions either of that version or of any later version published by<br/>the Free Software Foundation. If the Library does not specify a<br/>license version number, you may choose any version ever published by<br/>the Free Software Foundation.<br/><br/> 14. If you wish to incorporate parts of the Library into other free<br/>programs whose distribution conditions are incompatible with these,<br/>write to the author to ask for permission. For software which is<br/>copyrighted by the Free Software Foundation, write to the Free<br/>Software Foundation; we sometimes make exceptions for this. Our<br/>deci sion wil l be guided by the two goals of preserving the free status<br/>of all derivatives of our free software and of promoting the sharing<br/>and reuse of software generally.<br/><br/> NO WARRANTY<br/><br/> 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO<br/>WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.<br/>EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR<br/>OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY<br/>KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE<br/>IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR<br/>PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE<br/>LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME<br/>THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.<br/><br/> 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN<br/>WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODI FY<br/>AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU<br/>FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR<br/>CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE<br/>LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING<br/>RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A<br/>FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF<br/>SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH<br/>DAMAGES.<br/><br/> END OF TERMS AND CONDITIONS<br/><br/> How to Apply These Terms to Your New Libraries<br/><br/> If you develop a new library, and you want it to be of the greatest<br/>possible use to the public, we recommend making it free software that<br/>everyone can redistribute and change. You can do so by permitting<br/>redistribution under these terms (or, alternatively, under the terms of the<br/>ordinary General Public License).<br/><br/> To apply t hese ter ms, attach the following notices to the library. It is<br/>safest to attach them to the start of each source file to most effectively<br/>convey the exclusion of warranty; and each file should have at least the<br/>"copyright" line and a pointer to where the full notice is found.<br/><br/> <one line to give the library's name and a brief idea of what it does.><br/> Copyright (C) <year> <name of author><br/><br/> This library is free software; you can redistribute it and/or<br/> modify it under the terms of the GNU Lesser General Public<br/> License as published by the Free Software Foundation; either<br/> version 2 of the License, or (at your option) any later version.<br/><br/> This library is distributed in the hope that it will be useful,<br/> but WITHOUT ANY WARRANTY; without even the implied warranty of<br/> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU<br/> Lesser General Public License for mor e details.<br/><br/> You should have received a copy of the GNU Lesser General Public<br/> License along with this library; if not, write to the Free Software<br/> Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA<br/><br/>Also add information on how to contact you by electronic and paper mail.<br/><br/>You should also get your employer (if you work as a programmer) or your<br/>school, if any, to sign a "copyright disclaimer" for the library, if<br/>necessary. Here is a sample; alter the names:<br/><br/> Yoyodyne, Inc., hereby disclaims all copyright interest in the<br/> library `Frob' (a library for tweaking knobs) written by James Random Hacker.<br/><br/> <signature of Ty Coon>, 1 April 1990<br/> Ty Coon, President of Vice<br/><br/>That's all there is to it!</div></div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/file.news.html (+11 -1) =================================================================== --- activegroonga/ja/file.news.html 2015-11-10 23:20:21 +0900 (2756d39) +++ activegroonga/ja/file.news.html 2015-11-26 23:42:54 +0900 (3393b61) @@ -93,6 +93,16 @@ <iframe id="search_frame"></iframe> <div id="content"><div id='filecontents'><h1><span class="caps">NEWS</span></h1> +<h2 id="4-2-1">4.2.1: 2015-09-26</h2> +<h3>改良</h3> +<ul> + <li>[GitHub#18] Supported non Rails environment such as Padrino. + [Patch by <span class="caps">KITAITI</span> Makoto]</li> +</ul> +<h3>感謝</h3> +<ul> + <li><span class="caps">KITAITI</span> Makoto</li> +</ul> <h2 id="4-2-0">4.2.0: 2014-12-23</h2> <h3>改良</h3> <ul> @@ -249,7 +259,7 @@ </ul></div></div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/file.tutorial.html (+1 -1) =================================================================== --- activegroonga/ja/file.tutorial.html 2015-11-10 23:20:21 +0900 (70b1f26) +++ activegroonga/ja/file.tutorial.html 2015-11-26 23:42:54 +0900 (6666b28) @@ -96,7 +96,7 @@ <p>Comming soon…</p></div></div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/index.html (+1 -1) =================================================================== --- activegroonga/ja/index.html 2015-11-10 23:20:21 +0900 (5564f0a) +++ activegroonga/ja/index.html 2015-11-26 23:42:54 +0900 (96ed51b) @@ -137,7 +137,7 @@ </ul></div></div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> Modified: activegroonga/ja/top-level-namespace.html (+1 -1) =================================================================== --- activegroonga/ja/top-level-namespace.html 2015-11-10 23:20:21 +0900 (12b235c) +++ activegroonga/ja/top-level-namespace.html 2015-11-26 23:42:54 +0900 (f4525e3) @@ -134,7 +134,7 @@ </div> <div id="footer"> - Generated on Tue Dec 23 11:52:04 2014 by + Generated on Thu Nov 26 23:27:18 2015 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.1.5). </div> -------------- next part -------------- HTML����������������������������...다운로드