mushikago-sdk 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +5 -3
- data/doc/Mushikago/Auth/Signature.html +1 -1
- data/doc/Mushikago/Auth/Signer.html +1 -1
- data/doc/Mushikago/Auth.html +1 -1
- data/doc/Mushikago/Config.html +1 -1
- data/doc/Mushikago/Hotaru/Client.html +1 -1
- data/doc/Mushikago/Hotaru/Request.html +1 -1
- data/doc/Mushikago/Hotaru.html +1 -1
- data/doc/Mushikago/Http/Client.html +1 -1
- data/doc/Mushikago/Http/MultipartRequest.html +1 -1
- data/doc/Mushikago/Http/Request.html +1 -1
- data/doc/Mushikago/Http/Response.html +1 -1
- data/doc/Mushikago/Http.html +1 -1
- data/doc/Mushikago/Mitsubachi/Client.html +1 -1
- data/doc/Mushikago/Mitsubachi/HttpFetchRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/HttpPushRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/MultipartRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectCreateRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectDeleteRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectDiscontinueRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectInfoRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectListRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectQueuesRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ProjectUpdateRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/Request.html +1 -1
- data/doc/Mushikago/Mitsubachi/ResourceDeleteRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ResourceGetRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ResourceListRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ResourceStoreRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ScriptDeleteRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ScriptDeployRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ScriptGetRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi/ScriptListRequest.html +1 -1
- data/doc/Mushikago/Mitsubachi.html +1 -1
- data/doc/Mushikago/Tombo/CaptureRequest.html +1 -1
- data/doc/Mushikago/Tombo/CapturesRequest.html +1 -1
- data/doc/Mushikago/Tombo/Client.html +1 -1
- data/doc/Mushikago/Tombo/DeleteRequest.html +1 -1
- data/doc/Mushikago/Tombo/InfoRequest.html +1 -1
- data/doc/Mushikago/Tombo/Request.html +1 -1
- data/doc/Mushikago/Tombo.html +1 -1
- data/doc/Mushikago.html +2 -2
- data/doc/_index.html +1 -1
- data/doc/file.README.html +9 -5
- data/doc/index.html +9 -5
- data/doc/top-level-namespace.html +1 -1
- data/lib/mushikago/mitsubachi/project_info_request.rb +1 -1
- data/lib/mushikago/mitsubachi/project_list_request.rb +2 -2
- data/lib/mushikago/mitsubachi/resource_list_request.rb +2 -2
- data/lib/mushikago/mitsubachi/script_list_request.rb +2 -2
- data/lib/mushikago/version.rb +1 -1
- metadata +18 -18
data/README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
Mushikago SDK for Ruby.
|
2
2
|
=======================
|
3
3
|
|
4
|
-
- **Homepage**: [http://www.
|
4
|
+
- **Homepage**: [http://www.mushikago.org/](http://www.mushikago.org/)
|
5
5
|
- **Author**: Toru Matsuoka
|
6
6
|
- **Copyright**: 2011
|
7
7
|
- **License**: Apache License, Version 2.0
|
8
|
-
- **Latest Version**: 0.3.
|
9
|
-
- **Release Date**: January
|
8
|
+
- **Latest Version**: 0.3.4
|
9
|
+
- **Release Date**: January 27th 2012
|
10
10
|
|
11
11
|
|
12
12
|
概要
|
@@ -151,6 +151,8 @@ $ export MUSHIKAGO_SECRET_KEY=<シークレットキー>
|
|
151
151
|
変更履歴
|
152
152
|
--------
|
153
153
|
|
154
|
+
- **Jan.27.12**: 0.3.4 release
|
155
|
+
- 数字を含むリクエストの不具合に対応
|
154
156
|
- **Jan.26.12**: 0.3.2 release
|
155
157
|
- mitsubachiに対応
|
156
158
|
- **Sep.13.11**: 0.2.3 release
|
@@ -303,7 +303,7 @@ MushikagoのリクエストにMix-inして利用する
|
|
303
303
|
</div>
|
304
304
|
|
305
305
|
<div id="footer">
|
306
|
-
Generated on
|
306
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
307
307
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
308
308
|
0.7.4 (ruby-1.9.2).
|
309
309
|
</div>
|
@@ -456,7 +456,7 @@ A new instance of Signer
|
|
456
456
|
</div>
|
457
457
|
|
458
458
|
<div id="footer">
|
459
|
-
Generated on
|
459
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
460
460
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
461
461
|
0.7.4 (ruby-1.9.2).
|
462
462
|
</div>
|
data/doc/Mushikago/Auth.html
CHANGED
@@ -113,7 +113,7 @@ Mushikagoサービスの認証を扱うモジュール
|
|
113
113
|
</div>
|
114
114
|
|
115
115
|
<div id="footer">
|
116
|
-
Generated on
|
116
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
117
117
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
118
118
|
0.7.4 (ruby-1.9.2).
|
119
119
|
</div>
|
data/doc/Mushikago/Config.html
CHANGED
@@ -276,7 +276,7 @@ optionsをロードします
|
|
276
276
|
</div>
|
277
277
|
|
278
278
|
<div id="footer">
|
279
|
-
Generated on
|
279
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
280
280
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
281
281
|
0.7.4 (ruby-1.9.2).
|
282
282
|
</div>
|
@@ -809,7 +809,7 @@ APIの使用状況を取得する
|
|
809
809
|
</div>
|
810
810
|
|
811
811
|
<div id="footer">
|
812
|
-
Generated on
|
812
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
813
813
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
814
814
|
0.7.4 (ruby-1.9.2).
|
815
815
|
</div>
|
@@ -294,7 +294,7 @@ Hotaruのエンドポイント
|
|
294
294
|
</div>
|
295
295
|
|
296
296
|
<div id="footer">
|
297
|
-
Generated on
|
297
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
298
298
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
299
299
|
0.7.4 (ruby-1.9.2).
|
300
300
|
</div>
|
data/doc/Mushikago/Hotaru.html
CHANGED
@@ -111,7 +111,7 @@ Hotaruへのアクセスを行うモジュール
|
|
111
111
|
</div>
|
112
112
|
|
113
113
|
<div id="footer">
|
114
|
-
Generated on
|
114
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
115
115
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
116
116
|
0.7.4 (ruby-1.9.2).
|
117
117
|
</div>
|
@@ -563,7 +563,7 @@ response
|
|
563
563
|
</div>
|
564
564
|
|
565
565
|
<div id="footer">
|
566
|
-
Generated on
|
566
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
567
567
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
568
568
|
0.7.4 (ruby-1.9.2).
|
569
569
|
</div>
|
@@ -357,7 +357,7 @@
|
|
357
357
|
</div>
|
358
358
|
|
359
359
|
<div id="footer">
|
360
|
-
Generated on
|
360
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
361
361
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
362
362
|
0.7.4 (ruby-1.9.2).
|
363
363
|
</div>
|
@@ -1301,7 +1301,7 @@ URLエンコードされ、&で接続されたパラメータの文字列
|
|
1301
1301
|
</div>
|
1302
1302
|
|
1303
1303
|
<div id="footer">
|
1304
|
-
Generated on
|
1304
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
1305
1305
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1306
1306
|
0.7.4 (ruby-1.9.2).
|
1307
1307
|
</div>
|
@@ -727,7 +727,7 @@ A new instance of Response
|
|
727
727
|
</div>
|
728
728
|
|
729
729
|
<div id="footer">
|
730
|
-
Generated on
|
730
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
731
731
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
732
732
|
0.7.4 (ruby-1.9.2).
|
733
733
|
</div>
|
data/doc/Mushikago/Http.html
CHANGED
@@ -111,7 +111,7 @@ MushikagoサービスへのHTTPリクエストを扱うモジュール
|
|
111
111
|
</div>
|
112
112
|
|
113
113
|
<div id="footer">
|
114
|
-
Generated on
|
114
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
115
115
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
116
116
|
0.7.4 (ruby-1.9.2).
|
117
117
|
</div>
|
@@ -3092,7 +3092,7 @@ script/listを発行します
|
|
3092
3092
|
</div>
|
3093
3093
|
|
3094
3094
|
<div id="footer">
|
3095
|
-
Generated on
|
3095
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
3096
3096
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
3097
3097
|
0.7.4 (ruby-1.9.2).
|
3098
3098
|
</div>
|
@@ -354,7 +354,7 @@ A new instance of HttpFetchRequest
|
|
354
354
|
</div>
|
355
355
|
|
356
356
|
<div id="footer">
|
357
|
-
Generated on
|
357
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
358
358
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
359
359
|
0.7.4 (ruby-1.9.2).
|
360
360
|
</div>
|
@@ -356,7 +356,7 @@ A new instance of HttpPushRequest
|
|
356
356
|
</div>
|
357
357
|
|
358
358
|
<div id="footer">
|
359
|
-
Generated on
|
359
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
360
360
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
361
361
|
0.7.4 (ruby-1.9.2).
|
362
362
|
</div>
|
@@ -323,7 +323,7 @@ Mitsubachiのエンドポイント
|
|
323
323
|
</div>
|
324
324
|
|
325
325
|
<div id="footer">
|
326
|
-
Generated on
|
326
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
327
327
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
328
328
|
0.7.4 (ruby-1.9.2).
|
329
329
|
</div>
|
@@ -352,7 +352,7 @@ A new instance of ProjectCreateRequest
|
|
352
352
|
</div>
|
353
353
|
|
354
354
|
<div id="footer">
|
355
|
-
Generated on
|
355
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
356
356
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
357
357
|
0.7.4 (ruby-1.9.2).
|
358
358
|
</div>
|
@@ -342,7 +342,7 @@ A new instance of ProjectDeleteRequest
|
|
342
342
|
</div>
|
343
343
|
|
344
344
|
<div id="footer">
|
345
|
-
Generated on
|
345
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
346
346
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
347
347
|
0.7.4 (ruby-1.9.2).
|
348
348
|
</div>
|
@@ -340,7 +340,7 @@ A new instance of ProjectDiscontinueRequest
|
|
340
340
|
</div>
|
341
341
|
|
342
342
|
<div id="footer">
|
343
|
-
Generated on
|
343
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
344
344
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
345
345
|
0.7.4 (ruby-1.9.2).
|
346
346
|
</div>
|
@@ -293,7 +293,7 @@ A new instance of ProjectInfoRequest
|
|
293
293
|
</div>
|
294
294
|
|
295
295
|
<div id="footer">
|
296
|
-
Generated on
|
296
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
297
297
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
298
298
|
0.7.4 (ruby-1.9.2).
|
299
299
|
</div>
|
@@ -295,7 +295,7 @@ A new instance of ProjectListRequest
|
|
295
295
|
</div>
|
296
296
|
|
297
297
|
<div id="footer">
|
298
|
-
Generated on
|
298
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
299
299
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
300
300
|
0.7.4 (ruby-1.9.2).
|
301
301
|
</div>
|
@@ -291,7 +291,7 @@ A new instance of ProjectQueuesRequest
|
|
291
291
|
</div>
|
292
292
|
|
293
293
|
<div id="footer">
|
294
|
-
Generated on
|
294
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
295
295
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
296
296
|
0.7.4 (ruby-1.9.2).
|
297
297
|
</div>
|
@@ -350,7 +350,7 @@ A new instance of ProjectUpdateRequest
|
|
350
350
|
</div>
|
351
351
|
|
352
352
|
<div id="footer">
|
353
|
-
Generated on
|
353
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
354
354
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
355
355
|
0.7.4 (ruby-1.9.2).
|
356
356
|
</div>
|
@@ -298,7 +298,7 @@ Mitsubachiのエンドポイント
|
|
298
298
|
</div>
|
299
299
|
|
300
300
|
<div id="footer">
|
301
|
-
Generated on
|
301
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
302
302
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
303
303
|
0.7.4 (ruby-1.9.2).
|
304
304
|
</div>
|
@@ -342,7 +342,7 @@ A new instance of ResourceDeleteRequest
|
|
342
342
|
</div>
|
343
343
|
|
344
344
|
<div id="footer">
|
345
|
-
Generated on
|
345
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
346
346
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
347
347
|
0.7.4 (ruby-1.9.2).
|
348
348
|
</div>
|
@@ -293,7 +293,7 @@ A new instance of ResourceGetRequest
|
|
293
293
|
</div>
|
294
294
|
|
295
295
|
<div id="footer">
|
296
|
-
Generated on
|
296
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
297
297
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
298
298
|
0.7.4 (ruby-1.9.2).
|
299
299
|
</div>
|
@@ -297,7 +297,7 @@ A new instance of ResourceListRequest
|
|
297
297
|
</div>
|
298
298
|
|
299
299
|
<div id="footer">
|
300
|
-
Generated on
|
300
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
301
301
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
302
302
|
0.7.4 (ruby-1.9.2).
|
303
303
|
</div>
|
@@ -381,7 +381,7 @@ A new instance of ResourceStoreRequest
|
|
381
381
|
</div>
|
382
382
|
|
383
383
|
<div id="footer">
|
384
|
-
Generated on
|
384
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
385
385
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
386
386
|
0.7.4 (ruby-1.9.2).
|
387
387
|
</div>
|
@@ -342,7 +342,7 @@ A new instance of ScriptDeleteRequest
|
|
342
342
|
</div>
|
343
343
|
|
344
344
|
<div id="footer">
|
345
|
-
Generated on
|
345
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
346
346
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
347
347
|
0.7.4 (ruby-1.9.2).
|
348
348
|
</div>
|
@@ -377,7 +377,7 @@ A new instance of ScriptDeployRequest
|
|
377
377
|
</div>
|
378
378
|
|
379
379
|
<div id="footer">
|
380
|
-
Generated on
|
380
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
381
381
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
382
382
|
0.7.4 (ruby-1.9.2).
|
383
383
|
</div>
|
@@ -293,7 +293,7 @@ A new instance of ScriptGetRequest
|
|
293
293
|
</div>
|
294
294
|
|
295
295
|
<div id="footer">
|
296
|
-
Generated on
|
296
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
297
297
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
298
298
|
0.7.4 (ruby-1.9.2).
|
299
299
|
</div>
|
@@ -297,7 +297,7 @@ A new instance of ScriptListRequest
|
|
297
297
|
</div>
|
298
298
|
|
299
299
|
<div id="footer">
|
300
|
-
Generated on
|
300
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
301
301
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
302
302
|
0.7.4 (ruby-1.9.2).
|
303
303
|
</div>
|
@@ -111,7 +111,7 @@ mitsubachiにアクセスするためのモジュール
|
|
111
111
|
</div>
|
112
112
|
|
113
113
|
<div id="footer">
|
114
|
-
Generated on
|
114
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
115
115
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
116
116
|
0.7.4 (ruby-1.9.2).
|
117
117
|
</div>
|
@@ -475,7 +475,7 @@ A new instance of CaptureRequest
|
|
475
475
|
</div>
|
476
476
|
|
477
477
|
<div id="footer">
|
478
|
-
Generated on
|
478
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
479
479
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
480
480
|
0.7.4 (ruby-1.9.2).
|
481
481
|
</div>
|
@@ -403,7 +403,7 @@ A new instance of CapturesRequest
|
|
403
403
|
</div>
|
404
404
|
|
405
405
|
<div id="footer">
|
406
|
-
Generated on
|
406
|
+
Generated on Fri Jan 27 13:34:48 2012 by
|
407
407
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
408
408
|
0.7.4 (ruby-1.9.2).
|
409
409
|
</div>
|
@@ -809,7 +809,7 @@ APIの使用状況を取得する
|
|
809
809
|
</div>
|
810
810
|
|
811
811
|
<div id="footer">
|
812
|
-
Generated on
|
812
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
813
813
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
814
814
|
0.7.4 (ruby-1.9.2).
|
815
815
|
</div>
|
@@ -392,7 +392,7 @@ A new instance of DeleteRequest
|
|
392
392
|
</div>
|
393
393
|
|
394
394
|
<div id="footer">
|
395
|
-
Generated on
|
395
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
396
396
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
397
397
|
0.7.4 (ruby-1.9.2).
|
398
398
|
</div>
|
@@ -324,7 +324,7 @@ A new instance of InfoRequest
|
|
324
324
|
</div>
|
325
325
|
|
326
326
|
<div id="footer">
|
327
|
-
Generated on
|
327
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
328
328
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
329
329
|
0.7.4 (ruby-1.9.2).
|
330
330
|
</div>
|
@@ -298,7 +298,7 @@ Tomboのエンドポイント
|
|
298
298
|
</div>
|
299
299
|
|
300
300
|
<div id="footer">
|
301
|
-
Generated on
|
301
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
302
302
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
303
303
|
0.7.4 (ruby-1.9.2).
|
304
304
|
</div>
|
data/doc/Mushikago/Tombo.html
CHANGED
@@ -111,7 +111,7 @@ Tomboへのアクセスを行うモジュール
|
|
111
111
|
</div>
|
112
112
|
|
113
113
|
<div id="footer">
|
114
|
-
Generated on
|
114
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
115
115
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
116
116
|
0.7.4 (ruby-1.9.2).
|
117
117
|
</div>
|
data/doc/Mushikago.html
CHANGED
@@ -123,7 +123,7 @@ Mushikago SDK for Ruby のバージョン
|
|
123
123
|
|
124
124
|
</div>
|
125
125
|
</dt>
|
126
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.3.
|
126
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.3.4</span><span class='tstring_end'>'</span></span></pre></dd>
|
127
127
|
|
128
128
|
</dl>
|
129
129
|
|
@@ -237,7 +237,7 @@ config コンフィグのインスタンスへのアクセスを提供する
|
|
237
237
|
</div>
|
238
238
|
|
239
239
|
<div id="footer">
|
240
|
-
Generated on
|
240
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
241
241
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
242
242
|
0.7.4 (ruby-1.9.2).
|
243
243
|
</div>
|
data/doc/_index.html
CHANGED
@@ -452,7 +452,7 @@
|
|
452
452
|
</div>
|
453
453
|
|
454
454
|
<div id="footer">
|
455
|
-
Generated on
|
455
|
+
Generated on Fri Jan 27 13:34:46 2012 by
|
456
456
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
457
457
|
0.7.4 (ruby-1.9.2).
|
458
458
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -57,7 +57,7 @@
|
|
57
57
|
<div id="content"><div id='filecontents'><h1 id='mushikago_sdk_for_ruby'>Mushikago SDK for Ruby.</h1>
|
58
58
|
|
59
59
|
<ul>
|
60
|
-
<li><strong>Homepage</strong>: <a href='http://www.
|
60
|
+
<li><strong>Homepage</strong>: <a href='http://www.mushikago.org/'>http://www.mushikago.org/</a></li>
|
61
61
|
|
62
62
|
<li><strong>Author</strong>: Toru Matsuoka</li>
|
63
63
|
|
@@ -65,14 +65,14 @@
|
|
65
65
|
|
66
66
|
<li><strong>License</strong>: Apache License, Version 2.0</li>
|
67
67
|
|
68
|
-
<li><strong>Latest Version</strong>: 0.3.
|
68
|
+
<li><strong>Latest Version</strong>: 0.3.4</li>
|
69
69
|
|
70
|
-
<li><strong>Release Date</strong>: January
|
70
|
+
<li><strong>Release Date</strong>: January 27th 2012</li>
|
71
71
|
</ul>
|
72
72
|
|
73
73
|
<h2 id='id6'>概要</h2>
|
74
74
|
|
75
|
-
<p><a href='http://www.miningbrownie.co.jp/'>株式会社マイニングブラウニー</a>が提供する<a href='http://www.mushikago.org/'>mushikago
|
75
|
+
<p><a href='http://www.miningbrownie.co.jp/'>株式会社マイニングブラウニー</a>が提供する<a href='http://www.mushikago.org/'>mushikago web service</a>を、Rubyから扱うためのライブラリです。</p>
|
76
76
|
|
77
77
|
<h2 id='id7'>機能一覧</h2>
|
78
78
|
|
@@ -196,6 +196,10 @@ $ export MUSHIKAGO_SECRET_KEY=<シークレットキー>
|
|
196
196
|
<h2 id='id10'>変更履歴</h2>
|
197
197
|
|
198
198
|
<ul>
|
199
|
+
<li>
|
200
|
+
<p><strong>Jan.27.12</strong>: 0.3.4 release - 数字を含むリクエストの不具合に対応</p>
|
201
|
+
</li>
|
202
|
+
|
199
203
|
<li>
|
200
204
|
<p><strong>Jan.26.12</strong>: 0.3.2 release - mitsubachiに対応</p>
|
201
205
|
</li>
|
@@ -220,7 +224,7 @@ $ export MUSHIKAGO_SECRET_KEY=<シークレットキー>
|
|
220
224
|
</ul></div></div>
|
221
225
|
|
222
226
|
<div id="footer">
|
223
|
-
Generated on
|
227
|
+
Generated on Fri Jan 27 13:34:47 2012 by
|
224
228
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
225
229
|
0.7.4 (ruby-1.9.2).
|
226
230
|
</div>
|
data/doc/index.html
CHANGED
@@ -57,7 +57,7 @@
|
|
57
57
|
<div id="content"><div id='filecontents'><h1 id='mushikago_sdk_for_ruby'>Mushikago SDK for Ruby.</h1>
|
58
58
|
|
59
59
|
<ul>
|
60
|
-
<li><strong>Homepage</strong>: <a href='http://www.
|
60
|
+
<li><strong>Homepage</strong>: <a href='http://www.mushikago.org/'>http://www.mushikago.org/</a></li>
|
61
61
|
|
62
62
|
<li><strong>Author</strong>: Toru Matsuoka</li>
|
63
63
|
|
@@ -65,14 +65,14 @@
|
|
65
65
|
|
66
66
|
<li><strong>License</strong>: Apache License, Version 2.0</li>
|
67
67
|
|
68
|
-
<li><strong>Latest Version</strong>: 0.3.
|
68
|
+
<li><strong>Latest Version</strong>: 0.3.4</li>
|
69
69
|
|
70
|
-
<li><strong>Release Date</strong>: January
|
70
|
+
<li><strong>Release Date</strong>: January 27th 2012</li>
|
71
71
|
</ul>
|
72
72
|
|
73
73
|
<h2 id='id1'>概要</h2>
|
74
74
|
|
75
|
-
<p><a href='http://www.miningbrownie.co.jp/'>株式会社マイニングブラウニー</a>が提供する<a href='http://www.mushikago.org/'>mushikago
|
75
|
+
<p><a href='http://www.miningbrownie.co.jp/'>株式会社マイニングブラウニー</a>が提供する<a href='http://www.mushikago.org/'>mushikago web service</a>を、Rubyから扱うためのライブラリです。</p>
|
76
76
|
|
77
77
|
<h2 id='id2'>機能一覧</h2>
|
78
78
|
|
@@ -196,6 +196,10 @@ $ export MUSHIKAGO_SECRET_KEY=<シークレットキー>
|
|
196
196
|
<h2 id='id5'>変更履歴</h2>
|
197
197
|
|
198
198
|
<ul>
|
199
|
+
<li>
|
200
|
+
<p><strong>Jan.27.12</strong>: 0.3.4 release - 数字を含むリクエストの不具合に対応</p>
|
201
|
+
</li>
|
202
|
+
|
199
203
|
<li>
|
200
204
|
<p><strong>Jan.26.12</strong>: 0.3.2 release - mitsubachiに対応</p>
|
201
205
|
</li>
|
@@ -220,7 +224,7 @@ $ export MUSHIKAGO_SECRET_KEY=<シークレットキー>
|
|
220
224
|
</ul></div></div>
|
221
225
|
|
222
226
|
<div id="footer">
|
223
|
-
Generated on
|
227
|
+
Generated on Fri Jan 27 13:34:46 2012 by
|
224
228
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
225
229
|
0.7.4 (ruby-1.9.2).
|
226
230
|
</div>
|
@@ -4,7 +4,7 @@ module Mushikago
|
|
4
4
|
class ProjectInfoRequest < Request
|
5
5
|
def method_name; 'project/info' end
|
6
6
|
request_parameter :project_name
|
7
|
-
request_parameter :time do |v| v.to_i end
|
7
|
+
request_parameter :time do |v| v.to_i.to_s end
|
8
8
|
|
9
9
|
def initialize project_name, options={}
|
10
10
|
super(options)
|
@@ -3,8 +3,8 @@ module Mushikago
|
|
3
3
|
module Mitsubachi
|
4
4
|
class ProjectListRequest < Request
|
5
5
|
def method_name; 'project/list' end
|
6
|
-
request_parameter :limit do |v| v.to_i end
|
7
|
-
request_parameter :offset do |v| v.to_i end
|
6
|
+
request_parameter :limit do |v| v.to_i.to_s end
|
7
|
+
request_parameter :offset do |v| v.to_i.to_s end
|
8
8
|
request_parameter :filter
|
9
9
|
|
10
10
|
def initialize options={}
|
@@ -4,8 +4,8 @@ module Mushikago
|
|
4
4
|
class ResourceListRequest < Request
|
5
5
|
def method_name; 'resource/list' end
|
6
6
|
request_parameter :project_name
|
7
|
-
request_parameter :limit do |v| v.to_i end
|
8
|
-
request_parameter :offset do |v| v.to_i end
|
7
|
+
request_parameter :limit do |v| v.to_i.to_s end
|
8
|
+
request_parameter :offset do |v| v.to_i.to_s end
|
9
9
|
request_parameter :filter
|
10
10
|
|
11
11
|
def initialize project_name, options={}
|
@@ -4,8 +4,8 @@ module Mushikago
|
|
4
4
|
class ScriptListRequest < Request
|
5
5
|
def method_name; 'script/list' end
|
6
6
|
request_parameter :project_name
|
7
|
-
request_parameter :limit do |v| v.to_i end
|
8
|
-
request_parameter :offset do |v| v.to_i end
|
7
|
+
request_parameter :limit do |v| v.to_i.to_s end
|
8
|
+
request_parameter :offset do |v| v.to_i.to_s end
|
9
9
|
request_parameter :filter
|
10
10
|
|
11
11
|
def initialize project_name, options={}
|
data/lib/mushikago/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mushikago-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-01-
|
12
|
+
date: 2012-01-27 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: json
|
16
|
-
requirement: &
|
16
|
+
requirement: &4100320 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *4100320
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: mime-types
|
27
|
-
requirement: &
|
27
|
+
requirement: &3957320 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: '0'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *3957320
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: rake
|
38
|
-
requirement: &
|
38
|
+
requirement: &3956320 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ! '>='
|
@@ -43,10 +43,10 @@ dependencies:
|
|
43
43
|
version: '0'
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *3956320
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: maruku
|
49
|
-
requirement: &
|
49
|
+
requirement: &3955060 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - ! '>='
|
@@ -54,10 +54,10 @@ dependencies:
|
|
54
54
|
version: '0'
|
55
55
|
type: :development
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *3955060
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: yard
|
60
|
-
requirement: &
|
60
|
+
requirement: &3952980 !ruby/object:Gem::Requirement
|
61
61
|
none: false
|
62
62
|
requirements:
|
63
63
|
- - ! '>='
|
@@ -65,10 +65,10 @@ dependencies:
|
|
65
65
|
version: '0'
|
66
66
|
type: :development
|
67
67
|
prerelease: false
|
68
|
-
version_requirements: *
|
68
|
+
version_requirements: *3952980
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rspec
|
71
|
-
requirement: &
|
71
|
+
requirement: &3952100 !ruby/object:Gem::Requirement
|
72
72
|
none: false
|
73
73
|
requirements:
|
74
74
|
- - ~>
|
@@ -76,10 +76,10 @@ dependencies:
|
|
76
76
|
version: 2.6.0
|
77
77
|
type: :development
|
78
78
|
prerelease: false
|
79
|
-
version_requirements: *
|
79
|
+
version_requirements: *3952100
|
80
80
|
- !ruby/object:Gem::Dependency
|
81
81
|
name: ZenTest
|
82
|
-
requirement: &
|
82
|
+
requirement: &3951420 !ruby/object:Gem::Requirement
|
83
83
|
none: false
|
84
84
|
requirements:
|
85
85
|
- - ! '>='
|
@@ -87,10 +87,10 @@ dependencies:
|
|
87
87
|
version: '0'
|
88
88
|
type: :development
|
89
89
|
prerelease: false
|
90
|
-
version_requirements: *
|
90
|
+
version_requirements: *3951420
|
91
91
|
- !ruby/object:Gem::Dependency
|
92
92
|
name: bundler
|
93
|
-
requirement: &
|
93
|
+
requirement: &3314080 !ruby/object:Gem::Requirement
|
94
94
|
none: false
|
95
95
|
requirements:
|
96
96
|
- - ! '>='
|
@@ -98,7 +98,7 @@ dependencies:
|
|
98
98
|
version: '0'
|
99
99
|
type: :development
|
100
100
|
prerelease: false
|
101
|
-
version_requirements: *
|
101
|
+
version_requirements: *3314080
|
102
102
|
description: A SDK for Mushikago Web Service.
|
103
103
|
email:
|
104
104
|
- t.matsuoka@miningbrownie.co.jp
|