metric_tools 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -29,12 +29,6 @@
29
29
 
30
30
  # You can give a condition.
31
31
  S3.fetch_all('logs/retention_rate, '/User/masaori/Desktop/') {|f| f.name.include? ".rb" } #Download all ".rb" files
32
-
33
- ### Skype
34
-
35
- #! You need to launch Skype app on your OSX.
36
- Skype.login_chat("[パンカク] DeluxeCafeの部屋")
37
- Skype.post("テストです。")
38
32
 
39
33
 
40
34
  ##Version Info
data/doc/AWS.html ADDED
@@ -0,0 +1,150 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>module AWS - RDoc Documentation</title>
8
+
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
21
+
22
+
23
+ <body id="top" class="module">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+
47
+
48
+ <div id="file-metadata">
49
+ <nav id="file-list-section" class="section">
50
+ <h3 class="section-header">Defined In</h3>
51
+ <ul>
52
+ <li>spec/s3_spec.rb
53
+ </ul>
54
+ </nav>
55
+
56
+
57
+ </div>
58
+
59
+ <div id="class-metadata">
60
+
61
+
62
+
63
+
64
+
65
+ </div>
66
+
67
+ <div id="project-metadata">
68
+ <nav id="fileindex-section" class="section project-section">
69
+ <h3 class="section-header">Pages</h3>
70
+
71
+ <ul>
72
+
73
+ <li class="file"><a href="./Gemfile.html">Gemfile</a>
74
+
75
+ <li class="file"><a href="./README_md.html">README</a>
76
+
77
+ <li class="file"><a href="./config/my_pref.html">my_pref</a>
78
+
79
+ <li class="file"><a href="./doc/created_rid.html">created.rid</a>
80
+
81
+ <li class="file"><a href="./metric_tools_gemspec.html">metric_tools.gemspec</a>
82
+
83
+ </ul>
84
+ </nav>
85
+
86
+ <nav id="classindex-section" class="section project-section">
87
+ <h3 class="section-header">Class and Module Index</h3>
88
+
89
+ <ul class="link-list">
90
+
91
+ <li><a href="./AWS.html">AWS</a>
92
+
93
+ <li><a href="./AWS/S3.html">AWS::S3</a>
94
+
95
+ <li><a href="./MetricTools.html">MetricTools</a>
96
+
97
+ <li><a href="./MetricTools/IndexTree.html">MetricTools::IndexTree</a>
98
+
99
+ <li><a href="./MetricTools/S3.html">MetricTools::S3</a>
100
+
101
+ <li><a href="./MetricTools/SpreadSheet.html">MetricTools::SpreadSheet</a>
102
+
103
+ <li><a href="./MetricTools/Table.html">MetricTools::Table</a>
104
+
105
+ <li><a href="./Object.html">Object</a>
106
+
107
+ <li><a href="./Pref.html">Pref</a>
108
+
109
+ <li><a href="./Pref/GoogleDocs.html">Pref::GoogleDocs</a>
110
+
111
+ <li><a href="./Pref/S3.html">Pref::S3</a>
112
+
113
+ </ul>
114
+ </nav>
115
+
116
+ </div>
117
+ </nav>
118
+
119
+ <div id="documentation">
120
+ <h1 class="module">module AWS</h1>
121
+
122
+ <div id="description" class="description">
123
+
124
+ </div><!-- description -->
125
+
126
+
127
+
128
+
129
+ <section id="5Buntitled-5D" class="documentation-section">
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+ <!-- Methods -->
139
+
140
+ </section><!-- 5Buntitled-5D -->
141
+
142
+ </div><!-- documentation -->
143
+
144
+
145
+ <footer id="validator-badges">
146
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
147
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
148
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
149
+ </footer>
150
+
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
6
 
7
- <title>module Pref::Skype - RDoc Documentation</title>
7
+ <title>module AWS::S3 - RDoc Documentation</title>
8
8
 
9
9
  <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
10
10
 
@@ -43,11 +43,13 @@
43
43
  </nav>
44
44
 
45
45
 
46
+
47
+
46
48
  <div id="file-metadata">
47
49
  <nav id="file-list-section" class="section">
48
50
  <h3 class="section-header">Defined In</h3>
49
51
  <ul>
50
- <li>config/pref.rb
52
+ <li>spec/s3_spec.rb
51
53
  </ul>
52
54
  </nav>
53
55
 
@@ -59,6 +61,7 @@
59
61
 
60
62
 
61
63
 
64
+
62
65
  </div>
63
66
 
64
67
  <div id="project-metadata">
@@ -69,8 +72,14 @@
69
72
 
70
73
  <li class="file"><a href="../Gemfile.html">Gemfile</a>
71
74
 
75
+ <li class="file"><a href="../README_md.html">README</a>
76
+
72
77
  <li class="file"><a href="../config/my_pref.html">my_pref</a>
73
78
 
79
+ <li class="file"><a href="../doc/created_rid.html">created.rid</a>
80
+
81
+ <li class="file"><a href="../metric_tools_gemspec.html">metric_tools.gemspec</a>
82
+
74
83
  </ul>
75
84
  </nav>
76
85
 
@@ -79,28 +88,28 @@
79
88
 
80
89
  <ul class="link-list">
81
90
 
91
+ <li><a href="../AWS.html">AWS</a>
92
+
93
+ <li><a href="../AWS/S3.html">AWS::S3</a>
94
+
82
95
  <li><a href="../MetricTools.html">MetricTools</a>
83
96
 
84
97
  <li><a href="../MetricTools/IndexTree.html">MetricTools::IndexTree</a>
85
98
 
86
99
  <li><a href="../MetricTools/S3.html">MetricTools::S3</a>
87
100
 
88
- <li><a href="../MetricTools/Skype.html">MetricTools::Skype</a>
89
-
90
101
  <li><a href="../MetricTools/SpreadSheet.html">MetricTools::SpreadSheet</a>
91
102
 
92
103
  <li><a href="../MetricTools/Table.html">MetricTools::Table</a>
93
104
 
105
+ <li><a href="../Object.html">Object</a>
106
+
94
107
  <li><a href="../Pref.html">Pref</a>
95
108
 
96
109
  <li><a href="../Pref/GoogleDocs.html">Pref::GoogleDocs</a>
97
110
 
98
111
  <li><a href="../Pref/S3.html">Pref::S3</a>
99
112
 
100
- <li><a href="../Pref/Skype.html">Pref::Skype</a>
101
-
102
- <li><a href="../Object.html">Object</a>
103
-
104
113
  </ul>
105
114
  </nav>
106
115
 
@@ -108,12 +117,10 @@
108
117
  </nav>
109
118
 
110
119
  <div id="documentation">
111
- <h1 class="module">module Pref::Skype</h1>
120
+ <h1 class="module">module AWS::S3</h1>
112
121
 
113
122
  <div id="description" class="description">
114
123
 
115
- <p>For test (required if you need to pass RSpec)</p>
116
-
117
124
  </div><!-- description -->
118
125
 
119
126
 
@@ -125,19 +132,6 @@
125
132
 
126
133
 
127
134
 
128
- <!-- Constants -->
129
- <section id="constants-list" class="section">
130
- <h3 class="section-header">Constants</h3>
131
- <dl>
132
-
133
- <dt id="TEST_CHAT_ROOM">TEST_CHAT_ROOM
134
-
135
- <dd class="description">
136
-
137
-
138
- </dl>
139
- </section>
140
-
141
135
 
142
136
 
143
137
 
@@ -150,7 +144,7 @@
150
144
 
151
145
  <footer id="validator-badges">
152
146
  <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
153
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
147
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
154
148
  <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
155
149
  </footer>
156
150
 
data/doc/Gemfile.html CHANGED
@@ -43,6 +43,8 @@
43
43
  </nav>
44
44
 
45
45
 
46
+
47
+
46
48
  <div id="project-metadata">
47
49
  <nav id="fileindex-section" class="section project-section">
48
50
  <h3 class="section-header">Pages</h3>
@@ -51,8 +53,14 @@
51
53
 
52
54
  <li class="file"><a href="./Gemfile.html">Gemfile</a>
53
55
 
56
+ <li class="file"><a href="./README_md.html">README</a>
57
+
54
58
  <li class="file"><a href="./config/my_pref.html">my_pref</a>
55
59
 
60
+ <li class="file"><a href="./doc/created_rid.html">created.rid</a>
61
+
62
+ <li class="file"><a href="./metric_tools_gemspec.html">metric_tools.gemspec</a>
63
+
56
64
  </ul>
57
65
  </nav>
58
66
 
@@ -61,28 +69,28 @@
61
69
 
62
70
  <ul class="link-list">
63
71
 
72
+ <li><a href="./AWS.html">AWS</a>
73
+
74
+ <li><a href="./AWS/S3.html">AWS::S3</a>
75
+
64
76
  <li><a href="./MetricTools.html">MetricTools</a>
65
77
 
66
78
  <li><a href="./MetricTools/IndexTree.html">MetricTools::IndexTree</a>
67
79
 
68
80
  <li><a href="./MetricTools/S3.html">MetricTools::S3</a>
69
81
 
70
- <li><a href="./MetricTools/Skype.html">MetricTools::Skype</a>
71
-
72
82
  <li><a href="./MetricTools/SpreadSheet.html">MetricTools::SpreadSheet</a>
73
83
 
74
84
  <li><a href="./MetricTools/Table.html">MetricTools::Table</a>
75
85
 
86
+ <li><a href="./Object.html">Object</a>
87
+
76
88
  <li><a href="./Pref.html">Pref</a>
77
89
 
78
90
  <li><a href="./Pref/GoogleDocs.html">Pref::GoogleDocs</a>
79
91
 
80
92
  <li><a href="./Pref/S3.html">Pref::S3</a>
81
93
 
82
- <li><a href="./Pref/Skype.html">Pref::Skype</a>
83
-
84
- <li><a href="./Object.html">Object</a>
85
-
86
94
  </ul>
87
95
  </nav>
88
96
 
@@ -93,7 +101,7 @@
93
101
 
94
102
  <p>source ‘<a href="http://rubygems.org">rubygems.org</a>’</p>
95
103
 
96
- <p>gem ‘google_drive’, ‘~&gt;0’ gem hirb’, ‘~&gt;0’ gem ‘aws-s3’, ‘~&gt;0’</p>
104
+ <p>gemspec name:metric_tools’</p>
97
105
 
98
106
  </div>
99
107
 
@@ -101,7 +109,7 @@
101
109
 
102
110
  <footer id="validator-badges">
103
111
  <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
104
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
112
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
105
113
  <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
106
114
  </footer>
107
115
 
data/doc/MetricTools.html CHANGED
@@ -43,16 +43,21 @@
43
43
  </nav>
44
44
 
45
45
 
46
+
47
+
46
48
  <div id="file-metadata">
47
49
  <nav id="file-list-section" class="section">
48
50
  <h3 class="section-header">Defined In</h3>
49
51
  <ul>
52
+ <li>lib/metric_tools.rb
50
53
  <li>lib/metric_tools/index_tree.rb
51
54
  <li>lib/metric_tools/s3.rb
52
- <li>lib/metric_tools/skype.rb
53
55
  <li>lib/metric_tools/spread_sheet.rb
54
56
  <li>lib/metric_tools/table.rb
55
- <li>lib/metric_tools.rb
57
+ <li>spec/index_tree_spec.rb
58
+ <li>spec/s3_spec.rb
59
+ <li>spec/spread_sheet_spec.rb
60
+ <li>spec/table_spec.rb
56
61
  </ul>
57
62
  </nav>
58
63
 
@@ -76,6 +81,7 @@
76
81
  </nav>
77
82
 
78
83
 
84
+
79
85
  </div>
80
86
 
81
87
  <div id="project-metadata">
@@ -86,8 +92,14 @@
86
92
 
87
93
  <li class="file"><a href="./Gemfile.html">Gemfile</a>
88
94
 
95
+ <li class="file"><a href="./README_md.html">README</a>
96
+
89
97
  <li class="file"><a href="./config/my_pref.html">my_pref</a>
90
98
 
99
+ <li class="file"><a href="./doc/created_rid.html">created.rid</a>
100
+
101
+ <li class="file"><a href="./metric_tools_gemspec.html">metric_tools.gemspec</a>
102
+
91
103
  </ul>
92
104
  </nav>
93
105
 
@@ -96,28 +108,28 @@
96
108
 
97
109
  <ul class="link-list">
98
110
 
111
+ <li><a href="./AWS.html">AWS</a>
112
+
113
+ <li><a href="./AWS/S3.html">AWS::S3</a>
114
+
99
115
  <li><a href="./MetricTools.html">MetricTools</a>
100
116
 
101
117
  <li><a href="./MetricTools/IndexTree.html">MetricTools::IndexTree</a>
102
118
 
103
119
  <li><a href="./MetricTools/S3.html">MetricTools::S3</a>
104
120
 
105
- <li><a href="./MetricTools/Skype.html">MetricTools::Skype</a>
106
-
107
121
  <li><a href="./MetricTools/SpreadSheet.html">MetricTools::SpreadSheet</a>
108
122
 
109
123
  <li><a href="./MetricTools/Table.html">MetricTools::Table</a>
110
124
 
125
+ <li><a href="./Object.html">Object</a>
126
+
111
127
  <li><a href="./Pref.html">Pref</a>
112
128
 
113
129
  <li><a href="./Pref/GoogleDocs.html">Pref::GoogleDocs</a>
114
130
 
115
131
  <li><a href="./Pref/S3.html">Pref::S3</a>
116
132
 
117
- <li><a href="./Pref/Skype.html">Pref::Skype</a>
118
-
119
- <li><a href="./Object.html">Object</a>
120
-
121
133
  </ul>
122
134
  </nav>
123
135
 
@@ -152,7 +164,7 @@
152
164
 
153
165
  <footer id="validator-badges">
154
166
  <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
155
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
167
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
156
168
  <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
157
169
  </footer>
158
170