test_rail_integration 0.0.5.3 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/doc/Gemfile.html +93 -0
  3. data/doc/Gemfile_lock.html +109 -0
  4. data/doc/LICENSE_txt.html +109 -0
  5. data/doc/README_md.html +150 -0
  6. data/doc/Rakefile.html +91 -0
  7. data/doc/TestRail/APIClient.html +295 -0
  8. data/doc/TestRail/APIError.html +102 -0
  9. data/doc/TestRail/Connection.html +490 -0
  10. data/doc/TestRail/Generators.html +95 -0
  11. data/doc/TestRail/Hook.html +274 -0
  12. data/doc/TestRail/TestCaseResult.html +265 -0
  13. data/doc/TestRail/TestRailDataLoad.html +153 -0
  14. data/doc/TestRail/TestRailTools.html +242 -0
  15. data/doc/TestRail/TestRunParameters.html +194 -0
  16. data/doc/TestRail.html +95 -0
  17. data/doc/TestRailIntegration/CLI.html +154 -0
  18. data/doc/TestRailIntegration/TestTail/Generators/Project.html +241 -0
  19. data/doc/TestRailIntegration/TestTail/Generators.html +95 -0
  20. data/doc/TestRailIntegration/TestTail.html +95 -0
  21. data/doc/TestRailIntegration.html +109 -0
  22. data/doc/bin/test_rail_integration.html +54 -0
  23. data/doc/created.rid +22 -0
  24. data/doc/css/fonts.css +167 -0
  25. data/doc/css/rdoc.css +590 -0
  26. data/doc/fonts/Lato-Light.ttf +0 -0
  27. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  28. data/doc/fonts/Lato-Regular.ttf +0 -0
  29. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  30. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  31. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  32. data/doc/images/add.png +0 -0
  33. data/doc/images/arrow_up.png +0 -0
  34. data/doc/images/brick.png +0 -0
  35. data/doc/images/brick_link.png +0 -0
  36. data/doc/images/bug.png +0 -0
  37. data/doc/images/bullet_black.png +0 -0
  38. data/doc/images/bullet_toggle_minus.png +0 -0
  39. data/doc/images/bullet_toggle_plus.png +0 -0
  40. data/doc/images/date.png +0 -0
  41. data/doc/images/delete.png +0 -0
  42. data/doc/images/find.png +0 -0
  43. data/doc/images/loadingAnimation.gif +0 -0
  44. data/doc/images/macFFBgHack.png +0 -0
  45. data/doc/images/package.png +0 -0
  46. data/doc/images/page_green.png +0 -0
  47. data/doc/images/page_white_text.png +0 -0
  48. data/doc/images/page_white_width.png +0 -0
  49. data/doc/images/plugin.png +0 -0
  50. data/doc/images/ruby.png +0 -0
  51. data/doc/images/tag_blue.png +0 -0
  52. data/doc/images/tag_green.png +0 -0
  53. data/doc/images/transparent.png +0 -0
  54. data/doc/images/wrench.png +0 -0
  55. data/doc/images/wrench_orange.png +0 -0
  56. data/doc/images/zoom.png +0 -0
  57. data/doc/index.html +125 -0
  58. data/doc/js/darkfish.js +161 -0
  59. data/doc/js/jquery.js +4 -0
  60. data/doc/js/navigation.js +142 -0
  61. data/doc/js/navigation.js.gz +0 -0
  62. data/doc/js/quicksearch.js +114 -0
  63. data/doc/js/search.js +109 -0
  64. data/doc/js/search_index.js +1 -0
  65. data/doc/js/search_index.js.gz +0 -0
  66. data/doc/js/searcher.js +228 -0
  67. data/doc/js/searcher.js.gz +0 -0
  68. data/doc/js/thickbox-compressed.js +10 -0
  69. data/doc/lib/test_rail_integration/cli_rb.html +54 -0
  70. data/doc/lib/test_rail_integration/generator/API_client_rb.html +70 -0
  71. data/doc/lib/test_rail_integration/generator/connection_rb.html +52 -0
  72. data/doc/lib/test_rail_integration/generator/project/run_test_run_rb.html +54 -0
  73. data/doc/lib/test_rail_integration/generator/project_rb.html +56 -0
  74. data/doc/lib/test_rail_integration/generator/test_case_result_rb.html +52 -0
  75. data/doc/lib/test_rail_integration/generator/test_rail_hooks_rb.html +52 -0
  76. data/doc/lib/test_rail_integration/generator/test_rail_tools_rb.html +54 -0
  77. data/doc/lib/test_rail_integration/generator/test_run_parameters_rb.html +52 -0
  78. data/doc/lib/test_rail_integration/version_rb.html +52 -0
  79. data/doc/lib/test_rail_integration_rb.html +56 -0
  80. data/doc/rdoc.css +763 -0
  81. data/doc/table_of_contents.html +252 -0
  82. data/doc/test_rail_integration_gemspec.html +117 -0
  83. data/lib/test_rail_integration/generator/project/test_rail_data.yml +2 -2
  84. data/lib/test_rail_integration/generator/test_case_result.rb +1 -1
  85. data/lib/test_rail_integration/version.rb +1 -1
  86. metadata +83 -2
@@ -0,0 +1,252 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Table of Contents - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ </script>
12
+
13
+ <script src="./js/jquery.js"></script>
14
+ <script src="./js/darkfish.js"></script>
15
+
16
+ <link href="./css/fonts.css" rel="stylesheet">
17
+ <link href="./css/rdoc.css" rel="stylesheet">
18
+
19
+
20
+
21
+ <body id="top" class="table-of-contents">
22
+ <main role="main">
23
+ <h1 class="class">Table of Contents - RDoc Documentation</h1>
24
+
25
+ <h2 id="pages">Pages</h2>
26
+ <ul>
27
+ <li class="file">
28
+ <a href="Gemfile.html">Gemfile</a>
29
+ </li>
30
+ <li class="file">
31
+ <a href="Gemfile_lock.html">Gemfile.lock</a>
32
+ </li>
33
+ <li class="file">
34
+ <a href="LICENSE_txt.html">LICENSE</a>
35
+ </li>
36
+ <li class="file">
37
+ <a href="README_md.html">README</a>
38
+
39
+ <ul>
40
+ <li><a href="README_md.html#label-TestRailIntegration">TestRailIntegration</a>
41
+ <li><a href="README_md.html#label-Installation">Installation</a>
42
+ <li><a href="README_md.html#label-Usage">Usage</a>
43
+ <li><a href="README_md.html#label-Contributing">Contributing</a>
44
+ </ul>
45
+ </li>
46
+ <li class="file">
47
+ <a href="Rakefile.html">Rakefile</a>
48
+ </li>
49
+ <li class="file">
50
+ <a href="test_rail_integration_gemspec.html">test_rail_integration.gemspec</a>
51
+ </li>
52
+
53
+ </ul>
54
+
55
+ <h2 id="classes">Classes and Modules</h2>
56
+ <ul>
57
+ <li class="module">
58
+ <a href="TestRail.html">TestRail</a>
59
+ </li>
60
+ <li class="class">
61
+ <a href="TestRail/APIClient.html">TestRail::APIClient</a>
62
+ </li>
63
+ <li class="class">
64
+ <a href="TestRail/APIError.html">TestRail::APIError</a>
65
+ </li>
66
+ <li class="class">
67
+ <a href="TestRail/Connection.html">TestRail::Connection</a>
68
+ </li>
69
+ <li class="class">
70
+ <a href="TestRail/Hook.html">TestRail::Hook</a>
71
+ </li>
72
+ <li class="class">
73
+ <a href="TestRail/TestCaseResult.html">TestRail::TestCaseResult</a>
74
+ </li>
75
+ <li class="class">
76
+ <a href="TestRail/TestRailDataLoad.html">TestRail::TestRailDataLoad</a>
77
+ </li>
78
+ <li class="class">
79
+ <a href="TestRail/TestRailTools.html">TestRail::TestRailTools</a>
80
+ </li>
81
+ <li class="class">
82
+ <a href="TestRail/TestRunParameters.html">TestRail::TestRunParameters</a>
83
+ </li>
84
+ <li class="module">
85
+ <a href="TestRailIntegration.html">TestRailIntegration</a>
86
+ </li>
87
+ <li class="class">
88
+ <a href="TestRailIntegration/CLI.html">TestRailIntegration::CLI</a>
89
+ </li>
90
+ <li class="module">
91
+ <a href="TestRailIntegration/TestTail.html">TestRailIntegration::TestTail</a>
92
+ </li>
93
+ <li class="module">
94
+ <a href="TestRailIntegration/TestTail/Generators.html">TestRailIntegration::TestTail::Generators</a>
95
+ </li>
96
+ <li class="class">
97
+ <a href="TestRailIntegration/TestTail/Generators/Project.html">TestRailIntegration::TestTail::Generators::Project</a>
98
+ </li>
99
+ </ul>
100
+
101
+ <h2 id="methods">Methods</h2>
102
+ <ul>
103
+
104
+ <li class="method">
105
+ <a href="TestRail/Connection.html#method-c-cases_id">::cases_id</a>
106
+ &mdash;
107
+ <span class="container">TestRail::Connection</span>
108
+
109
+ <li class="method">
110
+ <a href="TestRail/Connection.html#method-c-change_test_run_name">::change_test_run_name</a>
111
+ &mdash;
112
+ <span class="container">TestRail::Connection</span>
113
+
114
+ <li class="method">
115
+ <a href="TestRail/Connection.html#method-c-client">::client</a>
116
+ &mdash;
117
+ <span class="container">TestRail::Connection</span>
118
+
119
+ <li class="method">
120
+ <a href="TestRail/Connection.html#method-c-commit_test_result">::commit_test_result</a>
121
+ &mdash;
122
+ <span class="container">TestRail::Connection</span>
123
+
124
+ <li class="method">
125
+ <a href="TestRailIntegration/TestTail/Generators/Project.html#method-c-copy_file">::copy_file</a>
126
+ &mdash;
127
+ <span class="container">TestRailIntegration::TestTail::Generators::Project</span>
128
+
129
+ <li class="method">
130
+ <a href="TestRail/Hook.html#method-c-failed_result-3F">::failed_result?</a>
131
+ &mdash;
132
+ <span class="container">TestRail::Hook</span>
133
+
134
+ <li class="method">
135
+ <a href="TestRail/TestRailTools.html#method-c-generate_cucumber_execution_file">::generate_cucumber_execution_file</a>
136
+ &mdash;
137
+ <span class="container">TestRail::TestRailTools</span>
138
+
139
+ <li class="method">
140
+ <a href="TestRail/Connection.html#method-c-get_previous_test_result">::get_previous_test_result</a>
141
+ &mdash;
142
+ <span class="container">TestRail::Connection</span>
143
+
144
+ <li class="method">
145
+ <a href="TestRail/Connection.html#method-c-get_test_result">::get_test_result</a>
146
+ &mdash;
147
+ <span class="container">TestRail::Connection</span>
148
+
149
+ <li class="method">
150
+ <a href="TestRail/TestCaseResult.html#method-c-new">::new</a>
151
+ &mdash;
152
+ <span class="container">TestRail::TestCaseResult</span>
153
+
154
+ <li class="method">
155
+ <a href="TestRail/TestRunParameters.html#method-c-new">::new</a>
156
+ &mdash;
157
+ <span class="container">TestRail::TestRunParameters</span>
158
+
159
+ <li class="method">
160
+ <a href="TestRail/APIClient.html#method-c-new">::new</a>
161
+ &mdash;
162
+ <span class="container">TestRail::APIClient</span>
163
+
164
+ <li class="method">
165
+ <a href="TestRail/Hook.html#method-c-passed_result-3F">::passed_result?</a>
166
+ &mdash;
167
+ <span class="container">TestRail::Hook</span>
168
+
169
+ <li class="method">
170
+ <a href="TestRail/TestRailTools.html#method-c-prepare_config">::prepare_config</a>
171
+ &mdash;
172
+ <span class="container">TestRail::TestRailTools</span>
173
+
174
+ <li class="method">
175
+ <a href="TestRailIntegration/TestTail/Generators/Project.html#method-c-source_root">::source_root</a>
176
+ &mdash;
177
+ <span class="container">TestRailIntegration::TestTail::Generators::Project</span>
178
+
179
+ <li class="method">
180
+ <a href="TestRail/TestRailDataLoad.html#method-c-test_rail_data">::test_rail_data</a>
181
+ &mdash;
182
+ <span class="container">TestRail::TestRailDataLoad</span>
183
+
184
+ <li class="method">
185
+ <a href="TestRailIntegration/TestTail/Generators/Project.html#method-c-test_rail_data_file_exist-3F">::test_rail_data_file_exist?</a>
186
+ &mdash;
187
+ <span class="container">TestRailIntegration::TestTail::Generators::Project</span>
188
+
189
+ <li class="method">
190
+ <a href="TestRail/Connection.html#method-c-test_run_data">::test_run_data</a>
191
+ &mdash;
192
+ <span class="container">TestRail::Connection</span>
193
+
194
+ <li class="method">
195
+ <a href="TestRail/Connection.html#method-c-test_run_id">::test_run_id</a>
196
+ &mdash;
197
+ <span class="container">TestRail::Connection</span>
198
+
199
+ <li class="method">
200
+ <a href="TestRail/Connection.html#method-c-test_run_id-3D">::test_run_id=</a>
201
+ &mdash;
202
+ <span class="container">TestRail::Connection</span>
203
+
204
+ <li class="method">
205
+ <a href="TestRail/Connection.html#method-c-test_run_name">::test_run_name</a>
206
+ &mdash;
207
+ <span class="container">TestRail::Connection</span>
208
+
209
+ <li class="method">
210
+ <a href="TestRail/Hook.html#method-c-unchanged_pass_result-3F">::unchanged_pass_result?</a>
211
+ &mdash;
212
+ <span class="container">TestRail::Hook</span>
213
+
214
+ <li class="method">
215
+ <a href="TestRail/Hook.html#method-c-update_test_rail">::update_test_rail</a>
216
+ &mdash;
217
+ <span class="container">TestRail::Hook</span>
218
+
219
+ <li class="method">
220
+ <a href="TestRail/TestRailTools.html#method-c-write_test_run_id">::write_test_run_id</a>
221
+ &mdash;
222
+ <span class="container">TestRail::TestRailTools</span>
223
+
224
+ <li class="method">
225
+ <a href="TestRailIntegration/CLI.html#method-i-perform">#perform</a>
226
+ &mdash;
227
+ <span class="container">TestRailIntegration::CLI</span>
228
+
229
+ <li class="method">
230
+ <a href="TestRail/APIClient.html#method-i-send_get">#send_get</a>
231
+ &mdash;
232
+ <span class="container">TestRail::APIClient</span>
233
+
234
+ <li class="method">
235
+ <a href="TestRail/APIClient.html#method-i-send_post">#send_post</a>
236
+ &mdash;
237
+ <span class="container">TestRail::APIClient</span>
238
+
239
+ <li class="method">
240
+ <a href="TestRail/TestCaseResult.html#method-i-to_test_rail_api">#to_test_rail_api</a>
241
+ &mdash;
242
+ <span class="container">TestRail::TestCaseResult</span>
243
+ </ul>
244
+ </main>
245
+
246
+
247
+ <footer id="validator-badges" role="contentinfo">
248
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
249
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
250
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
251
+ </footer>
252
+
@@ -0,0 +1,117 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>test_rail_integration.gemspec - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ </script>
12
+
13
+ <script src="./js/jquery.js"></script>
14
+ <script src="./js/darkfish.js"></script>
15
+
16
+ <link href="./css/fonts.css" rel="stylesheet">
17
+ <link href="./css/rdoc.css" rel="stylesheet">
18
+
19
+
20
+
21
+ <body id="top" role="document" class="file">
22
+ <nav role="navigation">
23
+ <div id="project-navigation">
24
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
+ <h2>
26
+ <a href="./index.html" rel="home">Home</a>
27
+ </h2>
28
+
29
+ <div id="table-of-contents-navigation">
30
+ <a href="./table_of_contents.html#pages">Pages</a>
31
+ <a href="./table_of_contents.html#classes">Classes</a>
32
+ <a href="./table_of_contents.html#methods">Methods</a>
33
+ </div>
34
+ </div>
35
+
36
+ <div id="search-section" role="search" class="project-section initially-hidden">
37
+ <form action="#" method="get" accept-charset="utf-8">
38
+ <div id="search-field-wrapper">
39
+ <input id="search-field" role="combobox" aria-label="Search"
40
+ aria-autocomplete="list" aria-controls="search-results"
41
+ type="text" name="search" placeholder="Search" spellcheck="false"
42
+ title="Type to search, Up and Down to navigate, Enter to load">
43
+ </div>
44
+
45
+ <ul id="search-results" aria-label="Search Results"
46
+ aria-busy="false" aria-expanded="false"
47
+ aria-atomic="false" class="initially-hidden"></ul>
48
+ </form>
49
+ </div>
50
+
51
+ </div>
52
+
53
+
54
+
55
+ <div id="project-metadata">
56
+ <div id="fileindex-section" class="nav-section">
57
+ <h3>Pages</h3>
58
+
59
+ <ul class="link-list">
60
+
61
+ <li><a href="./Gemfile.html">Gemfile</a>
62
+
63
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
64
+
65
+ <li><a href="./LICENSE_txt.html">LICENSE</a>
66
+
67
+ <li><a href="./README_md.html">README</a>
68
+
69
+ <li><a href="./Rakefile.html">Rakefile</a>
70
+
71
+ <li><a href="./test_rail_integration_gemspec.html">test_rail_integration.gemspec</a>
72
+
73
+ </ul>
74
+ </div>
75
+
76
+ </div>
77
+ </nav>
78
+
79
+ <main role="main" aria-label="Page test_rail_integration.gemspec">
80
+
81
+ <p>lib = File.expand_path(&#39;../lib&#39;, __FILE__) $LOAD_PATH.unshift(lib)
82
+ unless $LOAD_PATH.include?(lib) require
83
+ &#39;test_rail_integration/version&#39;</p>
84
+
85
+ <p>Gem::Specification.new do |spec|</p>
86
+
87
+ <pre class="ruby"><span class="ruby-identifier">spec</span>.<span class="ruby-identifier">name</span> = <span class="ruby-string">&quot;test_rail_integration&quot;</span>
88
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">version</span> = <span class="ruby-constant">TestRailIntegration</span><span class="ruby-operator">::</span><span class="ruby-constant">VERSION</span>
89
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">authors</span> = [<span class="ruby-string">&quot;Kirikami&quot;</span>]
90
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">email</span> = [<span class="ruby-string">&quot;naumenko.ruslan@outlook.com&quot;</span>]
91
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">summary</span> = <span class="ruby-string">%q{Gem for integration between framework and TestRail API}</span>
92
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">description</span> = <span class="ruby-string">%q{Setups status of tests into TestRail after each scenario}</span>
93
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">homepage</span> = <span class="ruby-string">&quot;https://github.com/Kirikami/test_rail_integration&quot;</span>
94
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">license</span> = <span class="ruby-string">&quot;MIT&quot;</span>
95
+
96
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">files</span> = <span class="ruby-value">%x`git ls-files -z`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\x0&quot;</span>)
97
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">executables</span> = <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">files</span>.<span class="ruby-identifier">grep</span>(<span class="ruby-regexp">%r{^bin/}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">f</span>) }
98
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">test_files</span> = <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">files</span>.<span class="ruby-identifier">grep</span>(<span class="ruby-regexp">%r{^(test|spec|features)/}</span>)
99
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">require_paths</span> = [<span class="ruby-string">&quot;lib&quot;</span>]
100
+
101
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&quot;bundler&quot;</span>, <span class="ruby-string">&quot;~&gt; 1.7&quot;</span>
102
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&quot;rake&quot;</span>, <span class="ruby-string">&quot;~&gt; 10.0&quot;</span>
103
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&quot;thor&quot;</span>, <span class="ruby-string">&quot;~&gt; 0.17&quot;</span>
104
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&quot;fileutils&quot;</span>, <span class="ruby-string">&quot;~&gt; 0.7&quot;</span>
105
+ </pre>
106
+
107
+ <p>end</p>
108
+ </main>
109
+
110
+
111
+
112
+ <footer id="validator-badges" role="contentinfo">
113
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
114
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
115
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
116
+ </footer>
117
+
@@ -14,8 +14,8 @@
14
14
  :test_failed: 5
15
15
  :new_test: 0
16
16
 
17
- :test_passed_comment: "test **passed**"
18
- :test_failed_comment: "test **failed**"
17
+ :test_passed_comment: "**passed:**"
18
+ :test_failed_comment: "**failed:**"
19
19
 
20
20
  :ventures: vn|id|ph|my|sg|th #values for generating parametrized url for running test
21
21
  :environments: live_test|staging|showroom #values for generating parametrized url for running test
@@ -28,7 +28,7 @@ module TestRail
28
28
  # {status_id: 1, comment: "Test passed"}
29
29
  #
30
30
  def to_test_rail_api
31
- comment_message = "\"#{self.title}\" #{self.comment[:comment]}"
31
+ comment_message = "#{self.comment[:comment]} \"#{self.title}\""
32
32
  comment_message += "\n Exception : #{self.exception_message}" unless self.exception_message.nil?
33
33
  if self.comment[:status] == COMMENT_STATUS
34
34
  { comment: comment_message }
@@ -1,3 +1,3 @@
1
1
  module TestRailIntegration
2
- VERSION = "0.0.5.3"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_rail_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.3
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kirikami
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-14 00:00:00.000000000 Z
11
+ date: 2015-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -81,6 +81,87 @@ files:
81
81
  - README.md
82
82
  - Rakefile
83
83
  - bin/test_rail_integration
84
+ - doc/Gemfile.html
85
+ - doc/Gemfile_lock.html
86
+ - doc/LICENSE_txt.html
87
+ - doc/README_md.html
88
+ - doc/Rakefile.html
89
+ - doc/TestRail.html
90
+ - doc/TestRail/APIClient.html
91
+ - doc/TestRail/APIError.html
92
+ - doc/TestRail/Connection.html
93
+ - doc/TestRail/Generators.html
94
+ - doc/TestRail/Hook.html
95
+ - doc/TestRail/TestCaseResult.html
96
+ - doc/TestRail/TestRailDataLoad.html
97
+ - doc/TestRail/TestRailTools.html
98
+ - doc/TestRail/TestRunParameters.html
99
+ - doc/TestRailIntegration.html
100
+ - doc/TestRailIntegration/CLI.html
101
+ - doc/TestRailIntegration/TestTail.html
102
+ - doc/TestRailIntegration/TestTail/Generators.html
103
+ - doc/TestRailIntegration/TestTail/Generators/Project.html
104
+ - doc/bin/test_rail_integration.html
105
+ - doc/created.rid
106
+ - doc/css/fonts.css
107
+ - doc/css/rdoc.css
108
+ - doc/fonts/Lato-Light.ttf
109
+ - doc/fonts/Lato-LightItalic.ttf
110
+ - doc/fonts/Lato-Regular.ttf
111
+ - doc/fonts/Lato-RegularItalic.ttf
112
+ - doc/fonts/SourceCodePro-Bold.ttf
113
+ - doc/fonts/SourceCodePro-Regular.ttf
114
+ - doc/images/add.png
115
+ - doc/images/arrow_up.png
116
+ - doc/images/brick.png
117
+ - doc/images/brick_link.png
118
+ - doc/images/bug.png
119
+ - doc/images/bullet_black.png
120
+ - doc/images/bullet_toggle_minus.png
121
+ - doc/images/bullet_toggle_plus.png
122
+ - doc/images/date.png
123
+ - doc/images/delete.png
124
+ - doc/images/find.png
125
+ - doc/images/loadingAnimation.gif
126
+ - doc/images/macFFBgHack.png
127
+ - doc/images/package.png
128
+ - doc/images/page_green.png
129
+ - doc/images/page_white_text.png
130
+ - doc/images/page_white_width.png
131
+ - doc/images/plugin.png
132
+ - doc/images/ruby.png
133
+ - doc/images/tag_blue.png
134
+ - doc/images/tag_green.png
135
+ - doc/images/transparent.png
136
+ - doc/images/wrench.png
137
+ - doc/images/wrench_orange.png
138
+ - doc/images/zoom.png
139
+ - doc/index.html
140
+ - doc/js/darkfish.js
141
+ - doc/js/jquery.js
142
+ - doc/js/navigation.js
143
+ - doc/js/navigation.js.gz
144
+ - doc/js/quicksearch.js
145
+ - doc/js/search.js
146
+ - doc/js/search_index.js
147
+ - doc/js/search_index.js.gz
148
+ - doc/js/searcher.js
149
+ - doc/js/searcher.js.gz
150
+ - doc/js/thickbox-compressed.js
151
+ - doc/lib/test_rail_integration/cli_rb.html
152
+ - doc/lib/test_rail_integration/generator/API_client_rb.html
153
+ - doc/lib/test_rail_integration/generator/connection_rb.html
154
+ - doc/lib/test_rail_integration/generator/project/run_test_run_rb.html
155
+ - doc/lib/test_rail_integration/generator/project_rb.html
156
+ - doc/lib/test_rail_integration/generator/test_case_result_rb.html
157
+ - doc/lib/test_rail_integration/generator/test_rail_hooks_rb.html
158
+ - doc/lib/test_rail_integration/generator/test_rail_tools_rb.html
159
+ - doc/lib/test_rail_integration/generator/test_run_parameters_rb.html
160
+ - doc/lib/test_rail_integration/version_rb.html
161
+ - doc/lib/test_rail_integration_rb.html
162
+ - doc/rdoc.css
163
+ - doc/table_of_contents.html
164
+ - doc/test_rail_integration_gemspec.html
84
165
  - lib/test_rail_integration.rb
85
166
  - lib/test_rail_integration/cli.rb
86
167
  - lib/test_rail_integration/generator/API_client.rb