gravaty 8.0.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of gravaty might be problematic. Click here for more details.

Files changed (137) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG +587 -0
  3. data/COPYING.md +234 -0
  4. data/Gemfile +17 -0
  5. data/ISSUES.md +40 -0
  6. data/README.md +128 -0
  7. data/Rakefile +48 -0
  8. data/acknowledgements.md +40 -0
  9. data/authors.md +44 -0
  10. data/copyright.md +339 -0
  11. data/examples/avatar.rb +121 -0
  12. data/examples/basics.rb +60 -0
  13. data/examples/profile.rb +143 -0
  14. data/examples/xmlrpc.rb +33 -0
  15. data/gravaty.gemspec +59 -0
  16. data/gravaty.odp +0 -0
  17. data/gravaty.pdf +0 -0
  18. data/html/CHANGELOG.html +876 -0
  19. data/html/COPYING_md.html +803 -0
  20. data/html/Gemfile.html +114 -0
  21. data/html/Gravaty.html +322 -0
  22. data/html/Gravaty/Gravaty.html +997 -0
  23. data/html/Gravaty/ParsableDuckType.html +158 -0
  24. data/html/Gravaty/Parser.html +233 -0
  25. data/html/Gravaty/Parsers.html +94 -0
  26. data/html/Gravaty/Parsers/Avatar.html +166 -0
  27. data/html/Gravaty/Parsers/Callback.html +167 -0
  28. data/html/Gravaty/Parsers/Default.html +174 -0
  29. data/html/Gravaty/Parsers/Force.html +167 -0
  30. data/html/Gravaty/Parsers/Format.html +177 -0
  31. data/html/Gravaty/Parsers/Pixelsize.html +177 -0
  32. data/html/Gravaty/Parsers/Rating.html +177 -0
  33. data/html/Gravaty/Parsers/Secure.html +166 -0
  34. data/html/Gravaty/Parsers/Type.html +177 -0
  35. data/html/Gravaty/Utils.html +107 -0
  36. data/html/Gravaty/Utils/Downloader.html +106 -0
  37. data/html/Gravaty/Utils/Downloader/Downloader.html +224 -0
  38. data/html/Gravaty/Utils/Raisers.html +199 -0
  39. data/html/Gravaty/Utils/Rfc5322.html +149 -0
  40. data/html/Gravaty/Utils/RpcConnector.html +106 -0
  41. data/html/Gravaty/Utils/RpcConnector/RpcConnector.html +241 -0
  42. data/html/ISSUES_md.html +165 -0
  43. data/html/Object.html +183 -0
  44. data/html/README_md.html +436 -0
  45. data/html/Rakefile.html +152 -0
  46. data/html/acknowledgements_md.html +172 -0
  47. data/html/authors_md.html +178 -0
  48. data/html/copyright_md.html +553 -0
  49. data/html/created.rid +59 -0
  50. data/html/css/fonts.css +167 -0
  51. data/html/css/rdoc.css +590 -0
  52. data/html/fonts/Lato-Light.ttf +0 -0
  53. data/html/fonts/Lato-LightItalic.ttf +0 -0
  54. data/html/fonts/Lato-Regular.ttf +0 -0
  55. data/html/fonts/Lato-RegularItalic.ttf +0 -0
  56. data/html/fonts/SourceCodePro-Bold.ttf +0 -0
  57. data/html/fonts/SourceCodePro-Regular.ttf +0 -0
  58. data/html/gravaty_gemspec.html +162 -0
  59. data/html/images/add.png +0 -0
  60. data/html/images/arrow_up.png +0 -0
  61. data/html/images/brick.png +0 -0
  62. data/html/images/brick_link.png +0 -0
  63. data/html/images/bug.png +0 -0
  64. data/html/images/bullet_black.png +0 -0
  65. data/html/images/bullet_toggle_minus.png +0 -0
  66. data/html/images/bullet_toggle_plus.png +0 -0
  67. data/html/images/date.png +0 -0
  68. data/html/images/delete.png +0 -0
  69. data/html/images/find.png +0 -0
  70. data/html/images/loadingAnimation.gif +0 -0
  71. data/html/images/macFFBgHack.png +0 -0
  72. data/html/images/package.png +0 -0
  73. data/html/images/page_green.png +0 -0
  74. data/html/images/page_white_text.png +0 -0
  75. data/html/images/page_white_width.png +0 -0
  76. data/html/images/plugin.png +0 -0
  77. data/html/images/ruby.png +0 -0
  78. data/html/images/tag_blue.png +0 -0
  79. data/html/images/tag_green.png +0 -0
  80. data/html/images/transparent.png +0 -0
  81. data/html/images/wrench.png +0 -0
  82. data/html/images/wrench_orange.png +0 -0
  83. data/html/images/zoom.png +0 -0
  84. data/html/index.html +467 -0
  85. data/html/js/darkfish.js +161 -0
  86. data/html/js/jquery.js +4 -0
  87. data/html/js/navigation.js +142 -0
  88. data/html/js/navigation.js.gz +0 -0
  89. data/html/js/search.js +109 -0
  90. data/html/js/search_index.js +1 -0
  91. data/html/js/search_index.js.gz +0 -0
  92. data/html/js/searcher.js +229 -0
  93. data/html/js/searcher.js.gz +0 -0
  94. data/html/table_of_contents.html +479 -0
  95. data/lib/gravaty.rb +59 -0
  96. data/lib/gravaty/application.rb +272 -0
  97. data/lib/gravaty/constants.rb +53 -0
  98. data/lib/gravaty/locales/en.yml +34 -0
  99. data/lib/gravaty/locales/it.yml +34 -0
  100. data/lib/gravaty/locales/ja.yml +35 -0
  101. data/lib/gravaty/parser.rb +41 -0
  102. data/lib/gravaty/parsers/avatar.rb +33 -0
  103. data/lib/gravaty/parsers/callback.rb +34 -0
  104. data/lib/gravaty/parsers/default.rb +79 -0
  105. data/lib/gravaty/parsers/force.rb +33 -0
  106. data/lib/gravaty/parsers/format.rb +38 -0
  107. data/lib/gravaty/parsers/pixelsize.rb +38 -0
  108. data/lib/gravaty/parsers/rating.rb +38 -0
  109. data/lib/gravaty/parsers/secure.rb +32 -0
  110. data/lib/gravaty/parsers/type.rb +38 -0
  111. data/lib/gravaty/utils/downloader.rb +150 -0
  112. data/lib/gravaty/utils/raisers.rb +50 -0
  113. data/lib/gravaty/utils/rfc5322.rb +102 -0
  114. data/lib/gravaty/utils/rpc_connector.rb +71 -0
  115. data/lib/gravaty/version.rb +20 -0
  116. data/test/gravaty/locales/test_locales.rb +61 -0
  117. data/test/gravaty/parsers/test_avatar.rb +35 -0
  118. data/test/gravaty/parsers/test_callback.rb +37 -0
  119. data/test/gravaty/parsers/test_default.rb +69 -0
  120. data/test/gravaty/parsers/test_force.rb +35 -0
  121. data/test/gravaty/parsers/test_format.rb +48 -0
  122. data/test/gravaty/parsers/test_pixelsize.rb +50 -0
  123. data/test/gravaty/parsers/test_rating.rb +48 -0
  124. data/test/gravaty/parsers/test_secure.rb +35 -0
  125. data/test/gravaty/parsers/test_type.rb +37 -0
  126. data/test/gravaty/test_application.rb +111 -0
  127. data/test/gravaty/test_avatar.rb +115 -0
  128. data/test/gravaty/test_parsable_duck_type.rb +31 -0
  129. data/test/gravaty/test_parser.rb +55 -0
  130. data/test/gravaty/test_profile.rb +63 -0
  131. data/test/gravaty/utils/test_downloader.rb +43 -0
  132. data/test/gravaty/utils/test_raisers.rb +55 -0
  133. data/test/gravaty/utils/test_rfc5322.rb +58 -0
  134. data/test/gravaty/utils/test_rpc_connector.rb +74 -0
  135. data/test/test_gravaty.rb +44 -0
  136. data/test/test_helper.rb +77 -0
  137. metadata +315 -0
@@ -0,0 +1,152 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Rakefile - gravaty 8.0.0</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/jquery.js"></script>
15
+ <script src="./js/darkfish.js"></script>
16
+
17
+ <link href="./css/fonts.css" rel="stylesheet">
18
+ <link href="./css/rdoc.css" rel="stylesheet">
19
+
20
+
21
+
22
+ <body id="top" role="document" class="file">
23
+ <nav role="navigation">
24
+ <div id="project-navigation">
25
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
26
+ <h2>
27
+ <a href="./index.html" rel="home">Home</a>
28
+ </h2>
29
+
30
+ <div id="table-of-contents-navigation">
31
+ <a href="./table_of_contents.html#pages">Pages</a>
32
+ <a href="./table_of_contents.html#classes">Classes</a>
33
+ <a href="./table_of_contents.html#methods">Methods</a>
34
+ </div>
35
+ </div>
36
+
37
+ <div id="search-section" role="search" class="project-section initially-hidden">
38
+ <form action="#" method="get" accept-charset="utf-8">
39
+ <div id="search-field-wrapper">
40
+ <input id="search-field" role="combobox" aria-label="Search"
41
+ aria-autocomplete="list" aria-controls="search-results"
42
+ type="text" name="search" placeholder="Search" spellcheck="false"
43
+ title="Type to search, Up and Down to navigate, Enter to load">
44
+ </div>
45
+
46
+ <ul id="search-results" aria-label="Search Results"
47
+ aria-busy="false" aria-expanded="false"
48
+ aria-atomic="false" class="initially-hidden"></ul>
49
+ </form>
50
+ </div>
51
+
52
+ </div>
53
+
54
+
55
+
56
+ <div id="project-metadata">
57
+ <div id="fileindex-section" class="nav-section">
58
+ <h3>Pages</h3>
59
+
60
+ <ul class="link-list">
61
+
62
+ <li><a href="./CHANGELOG.html">CHANGELOG</a>
63
+
64
+ <li><a href="./COPYING_md.html">COPYING</a>
65
+
66
+ <li><a href="./Gemfile.html">Gemfile</a>
67
+
68
+ <li><a href="./ISSUES_md.html">ISSUES</a>
69
+
70
+ <li><a href="./README_md.html">README</a>
71
+
72
+ <li><a href="./Rakefile.html">Rakefile</a>
73
+
74
+ <li><a href="./acknowledgements_md.html">acknowledgements</a>
75
+
76
+ <li><a href="./authors_md.html">authors</a>
77
+
78
+ <li><a href="./copyright_md.html">copyright</a>
79
+
80
+ <li><a href="./gravaty_gemspec.html">gravaty.gemspec</a>
81
+
82
+ </ul>
83
+ </div>
84
+
85
+ </div>
86
+ </nav>
87
+
88
+ <main role="main" aria-label="Page Rakefile">
89
+
90
+ <p># gravaty # Copyright © 2013, 2014, 2015, 2016 Marco Bresciani # # This
91
+ file is part of gravaty. # # gravaty is free software: you can redistribute
92
+ it and/or modify it under the terms of the GNU General Public License # as
93
+ published by the Free Software Foundation, either version 3 of the License,
94
+ or (at your option) any later version. # # gravaty is distributed in the
95
+ hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
96
+ implied warranty # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
97
+ See the GNU General Public License for more details. # # You should have
98
+ received a copy of the GNU General Public License along with gravaty. If
99
+ not, see # &lt;<a
100
+ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/&gt;.</p>
101
+
102
+ <p>require &#39;rake&#39; require &#39;rake/clean&#39; require
103
+ &#39;rake/testtask&#39; require &#39;rdoc/task&#39; require
104
+ &#39;rubygems/package_task&#39;</p>
105
+
106
+ <p>gravaty = Gem::Specification.load &#39;gravaty.gemspec&#39;</p>
107
+
108
+ <p>desc “Build the gem (Task &#39;rake package&#39;)” Rake::PackageTask.new
109
+ gravaty do |package|</p>
110
+
111
+ <pre class="ruby"><span class="ruby-identifier">package</span>.<span class="ruby-identifier">name</span> = <span class="ruby-identifier">gravaty</span>.<span class="ruby-identifier">name</span>
112
+ <span class="ruby-identifier">package</span>.<span class="ruby-identifier">need_tar</span> = <span class="ruby-keyword">true</span>
113
+ <span class="ruby-identifier">package</span>.<span class="ruby-identifier">need_tar_bz2</span> = <span class="ruby-keyword">true</span>
114
+ <span class="ruby-identifier">package</span>.<span class="ruby-identifier">need_tar_gz</span> = <span class="ruby-keyword">true</span>
115
+ <span class="ruby-identifier">package</span>.<span class="ruby-identifier">need_zip</span> = <span class="ruby-keyword">true</span>
116
+ <span class="ruby-identifier">package</span>.<span class="ruby-identifier">package_files</span> = <span class="ruby-identifier">gravaty</span>.<span class="ruby-identifier">files</span>
117
+ <span class="ruby-identifier">package</span>.<span class="ruby-identifier">version</span> = <span class="ruby-identifier">gravaty</span>.<span class="ruby-identifier">version</span>
118
+ </pre>
119
+
120
+ <p>end</p>
121
+
122
+ <p>desc “Build the RDoc gem documentation (task &#39;rake rdoc&#39;)”
123
+ Rake::RDocTask.new do |rdoc|</p>
124
+
125
+ <pre class="ruby"><span class="ruby-identifier">rdoc</span>.<span class="ruby-identifier">rdoc_files</span>.<span class="ruby-identifier">add</span> <span class="ruby-identifier">gravaty</span>.<span class="ruby-identifier">files</span>
126
+ <span class="ruby-identifier">rdoc</span>.<span class="ruby-identifier">title</span> = <span class="ruby-identifier">gravaty</span>.<span class="ruby-identifier">name</span> <span class="ruby-operator">+</span> <span class="ruby-string">&#39; &#39;</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">gravaty</span>.<span class="ruby-identifier">version</span>.<span class="ruby-identifier">to_s</span>
127
+ <span class="ruby-identifier">rdoc</span>.<span class="ruby-identifier">main</span> = <span class="ruby-string">&#39;README.md&#39;</span>
128
+ <span class="ruby-identifier">rdoc</span>.<span class="ruby-identifier">options</span> <span class="ruby-operator">+=</span> <span class="ruby-node">%w(-e UTF-8 --hyperlink-all --line-numbers)</span>
129
+ </pre>
130
+
131
+ <p>end</p>
132
+
133
+ <p>desc “Run the gem unit tests (task &#39;rake test&#39;)” Rake::TestTask.new
134
+ do |test_task|</p>
135
+
136
+ <pre class="ruby"><span class="ruby-identifier">test_task</span>.<span class="ruby-identifier">libs</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&#39;test&#39;</span>
137
+ <span class="ruby-identifier">test_task</span>.<span class="ruby-identifier">test_files</span> = <span class="ruby-constant">FileList</span>[<span class="ruby-string">&#39;test /test_*.rb&#39;</span>]
138
+ <span class="ruby-identifier">test_task</span>.<span class="ruby-identifier">verbose</span> = <span class="ruby-keyword">true</span>
139
+ <span class="ruby-identifier">test_task</span>.<span class="ruby-identifier">warning</span> = <span class="ruby-keyword">true</span>
140
+ </pre>
141
+
142
+ <p>end</p>
143
+ </main>
144
+
145
+
146
+
147
+ <footer id="validator-badges" role="contentinfo">
148
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
149
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.0.4.
150
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
151
+ </footer>
152
+
@@ -0,0 +1,172 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>acknowledgements - gravaty 8.0.0</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/jquery.js"></script>
15
+ <script src="./js/darkfish.js"></script>
16
+
17
+ <link href="./css/fonts.css" rel="stylesheet">
18
+ <link href="./css/rdoc.css" rel="stylesheet">
19
+
20
+
21
+
22
+ <body id="top" role="document" class="file">
23
+ <nav role="navigation">
24
+ <div id="project-navigation">
25
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
26
+ <h2>
27
+ <a href="./index.html" rel="home">Home</a>
28
+ </h2>
29
+
30
+ <div id="table-of-contents-navigation">
31
+ <a href="./table_of_contents.html#pages">Pages</a>
32
+ <a href="./table_of_contents.html#classes">Classes</a>
33
+ <a href="./table_of_contents.html#methods">Methods</a>
34
+ </div>
35
+ </div>
36
+
37
+ <div id="search-section" role="search" class="project-section initially-hidden">
38
+ <form action="#" method="get" accept-charset="utf-8">
39
+ <div id="search-field-wrapper">
40
+ <input id="search-field" role="combobox" aria-label="Search"
41
+ aria-autocomplete="list" aria-controls="search-results"
42
+ type="text" name="search" placeholder="Search" spellcheck="false"
43
+ title="Type to search, Up and Down to navigate, Enter to load">
44
+ </div>
45
+
46
+ <ul id="search-results" aria-label="Search Results"
47
+ aria-busy="false" aria-expanded="false"
48
+ aria-atomic="false" class="initially-hidden"></ul>
49
+ </form>
50
+ </div>
51
+
52
+ </div>
53
+
54
+
55
+ <div class="nav-section">
56
+ <h3>Table of Contents</h3>
57
+
58
+ <ul class="link-list" role="directory">
59
+ <li><a href="#label-Acknowledgements">Acknowledgements</a>
60
+ <li><a href="#label-RFC+5322+Email+Validation+Regex+in+Ruby+Regular+Expressions">RFC 5322 Email Validation Regex in Ruby Regular Expressions</a>
61
+ <li><a href="#label-An+HTTP-2FHTTPS-2FFTP+file+downloader+library-2FCLI+based+upon+MiniPortile-27s+HTTP+implementation.">An HTTP/HTTPS/FTP file downloader library/CLI based upon MiniPortile&#39;s HTTP implementation.</a>
62
+ </ul>
63
+ </div>
64
+
65
+
66
+ <div id="project-metadata">
67
+ <div id="fileindex-section" class="nav-section">
68
+ <h3>Pages</h3>
69
+
70
+ <ul class="link-list">
71
+
72
+ <li><a href="./CHANGELOG.html">CHANGELOG</a>
73
+
74
+ <li><a href="./COPYING_md.html">COPYING</a>
75
+
76
+ <li><a href="./Gemfile.html">Gemfile</a>
77
+
78
+ <li><a href="./ISSUES_md.html">ISSUES</a>
79
+
80
+ <li><a href="./README_md.html">README</a>
81
+
82
+ <li><a href="./Rakefile.html">Rakefile</a>
83
+
84
+ <li><a href="./acknowledgements_md.html">acknowledgements</a>
85
+
86
+ <li><a href="./authors_md.html">authors</a>
87
+
88
+ <li><a href="./copyright_md.html">copyright</a>
89
+
90
+ <li><a href="./gravaty_gemspec.html">gravaty.gemspec</a>
91
+
92
+ </ul>
93
+ </div>
94
+
95
+ </div>
96
+ </nav>
97
+
98
+ <main role="main" aria-label="Page acknowledgements.md">
99
+ <!--
100
+ gravaty
101
+
102
+ Copyright © 2013, 2014, 2015, 2016 Marco Bresciani
103
+
104
+ This file is part of gravaty.
105
+
106
+ gravaty is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
107
+
108
+ gravaty is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
109
+
110
+ You should have received a copy of the GNU General Public License along with gravaty. If not, see <http://www.gnu.org/licenses/>.
111
+ -->
112
+ <h1 id="label-Acknowledgements">Acknowledgements<span><a href="#label-Acknowledgements">&para;</a> <a href="#top">&uarr;</a></span></h1>
113
+
114
+ <p>FSIJ理事会の理事長、新部裕さんの日本語の翻訳。 Japanese translation by Yutaka Niibe, President
115
+ of Free Software Initiative of Japan.</p>
116
+
117
+ <p>Thanks to Łukasz Niemier for his suggestions on possible improvements.</p>
118
+
119
+ <h2 id="label-RFC+5322+Email+Validation+Regex+in+Ruby+Regular+Expressions">RFC 5322 Email Validation Regex in Ruby Regular Expressions<span><a href="#label-RFC+5322+Email+Validation+Regex+in+Ruby+Regular+Expressions">&para;</a> <a href="#top">&uarr;</a></span></h2>
120
+
121
+ <p>Thanks to Marc Heiligers (<a
122
+ href="https://za.linkedin.com/in/marcheiligers">za.linkedin.com/in/marcheiligers</a>/)
123
+ for the note about Peter R. Marreck&#39;s gist.</p>
124
+
125
+ <p><em>RFC 5322 Email Validation Regex in Ruby Regular Expressions</em> gist
126
+ by Peter R. Marreck (see <a
127
+ href="https://gist.github.com/pmarreck/4626713">gist.github.com/pmarreck/4626713</a>).
128
+ About “RFC 5322 Email Validation Regex in Ruby Regular Expressions”, please
129
+ note that “This work is released under the BSD 3-Clause License”. This
130
+ license is GNU GPLv3 compatible according to <a
131
+ href="http://www.gnu.org/licenses/license-list.en.html#ModifiedBSD">www.gnu.org/licenses/license-list.en.html#ModifiedBSD</a>.</p>
132
+
133
+ <h2 id="label-An+HTTP-2FHTTPS-2FFTP+file+downloader+library-2FCLI+based+upon+MiniPortile-27s+HTTP+implementation.">An HTTP/HTTPS/FTP file downloader library/CLI based upon MiniPortile&#39;s HTTP implementation.<span><a href="#label-An+HTTP-2FHTTPS-2FFTP+file+downloader+library-2FCLI+based+upon+MiniPortile-27s+HTTP+implementation.">&para;</a> <a href="#top">&uarr;</a></span></h2>
134
+
135
+ <p><em>An HTTP/HTTPS/FTP file downloader library/CLI based upon
136
+ MiniPortile&#39;s HTTP implementation.</em> gist by Jon Maken (see <a
137
+ href="https://gist.github.com/jonforums/2202048">gist.github.com/jonforums/2202048</a>).
138
+ About “An HTTP/HTTPS/FTP file downloader library/CLI based upon
139
+ MiniPortile&#39;s HTTP implementation.”, please note that “License:
140
+ 3-clause BSD”. This license is GNU GPLv3 compatible according to <a
141
+ href="http://www.gnu.org/licenses/license-list.en.html#ModifiedBSD">www.gnu.org/licenses/license-list.en.html#ModifiedBSD</a>.</p>
142
+ <hr>
143
+
144
+ <p>gravaty</p>
145
+
146
+ <p>Copyright © 2013, 2014, 2015, 2016 Marco Bresciani</p>
147
+
148
+ <p>This file is part of gravaty.</p>
149
+
150
+ <p>gravaty is free software: you can redistribute it and/or modify it under
151
+ the terms of the GNU General Public License as published by the Free
152
+ Software Foundation, either version 3 of the License, or (at your option)
153
+ any later version.</p>
154
+
155
+ <p>gravaty is distributed in the hope that it will be useful, but WITHOUT ANY
156
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
157
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
158
+ details.</p>
159
+
160
+ <p>You should have received a copy of the GNU General Public License along
161
+ with gravaty. If not, see <a
162
+ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
163
+ </main>
164
+
165
+
166
+
167
+ <footer id="validator-badges" role="contentinfo">
168
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
169
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.0.4.
170
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
171
+ </footer>
172
+
@@ -0,0 +1,178 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>authors - gravaty 8.0.0</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/jquery.js"></script>
15
+ <script src="./js/darkfish.js"></script>
16
+
17
+ <link href="./css/fonts.css" rel="stylesheet">
18
+ <link href="./css/rdoc.css" rel="stylesheet">
19
+
20
+
21
+
22
+ <body id="top" role="document" class="file">
23
+ <nav role="navigation">
24
+ <div id="project-navigation">
25
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
26
+ <h2>
27
+ <a href="./index.html" rel="home">Home</a>
28
+ </h2>
29
+
30
+ <div id="table-of-contents-navigation">
31
+ <a href="./table_of_contents.html#pages">Pages</a>
32
+ <a href="./table_of_contents.html#classes">Classes</a>
33
+ <a href="./table_of_contents.html#methods">Methods</a>
34
+ </div>
35
+ </div>
36
+
37
+ <div id="search-section" role="search" class="project-section initially-hidden">
38
+ <form action="#" method="get" accept-charset="utf-8">
39
+ <div id="search-field-wrapper">
40
+ <input id="search-field" role="combobox" aria-label="Search"
41
+ aria-autocomplete="list" aria-controls="search-results"
42
+ type="text" name="search" placeholder="Search" spellcheck="false"
43
+ title="Type to search, Up and Down to navigate, Enter to load">
44
+ </div>
45
+
46
+ <ul id="search-results" aria-label="Search Results"
47
+ aria-busy="false" aria-expanded="false"
48
+ aria-atomic="false" class="initially-hidden"></ul>
49
+ </form>
50
+ </div>
51
+
52
+ </div>
53
+
54
+
55
+ <div class="nav-section">
56
+ <h3>Table of Contents</h3>
57
+
58
+ <ul class="link-list" role="directory">
59
+ <li><a href="#label-Project+and+gem+owned+by">Project and gem owned by</a>
60
+ <li><a href="#label-Authors+list+-28in+appearing+order-29">Authors list (in appearing order)</a>
61
+ <li><a href="#label-Translations+Authors+-28in+appearing+order-29">Translations Authors (in appearing order)</a>
62
+ </ul>
63
+ </div>
64
+
65
+
66
+ <div id="project-metadata">
67
+ <div id="fileindex-section" class="nav-section">
68
+ <h3>Pages</h3>
69
+
70
+ <ul class="link-list">
71
+
72
+ <li><a href="./CHANGELOG.html">CHANGELOG</a>
73
+
74
+ <li><a href="./COPYING_md.html">COPYING</a>
75
+
76
+ <li><a href="./Gemfile.html">Gemfile</a>
77
+
78
+ <li><a href="./ISSUES_md.html">ISSUES</a>
79
+
80
+ <li><a href="./README_md.html">README</a>
81
+
82
+ <li><a href="./Rakefile.html">Rakefile</a>
83
+
84
+ <li><a href="./acknowledgements_md.html">acknowledgements</a>
85
+
86
+ <li><a href="./authors_md.html">authors</a>
87
+
88
+ <li><a href="./copyright_md.html">copyright</a>
89
+
90
+ <li><a href="./gravaty_gemspec.html">gravaty.gemspec</a>
91
+
92
+ </ul>
93
+ </div>
94
+
95
+ </div>
96
+ </nav>
97
+
98
+ <main role="main" aria-label="Page authors.md">
99
+ <!--
100
+ gravaty
101
+
102
+ Copyright © 2013, 2014, 2015, 2016 Marco Bresciani
103
+
104
+ This file is part of gravaty.
105
+
106
+ gravaty is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
107
+
108
+ gravaty is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
109
+
110
+ You should have received a copy of the GNU General Public License along with gravaty. If not, see <http://www.gnu.org/licenses/>.
111
+ -->
112
+ <h1 id="label-Project+and+gem+owned+by">Project and gem owned by<span><a href="#label-Project+and+gem+owned+by">&para;</a> <a href="#top">&uarr;</a></span></h1>
113
+ <ul><li>
114
+ <p><em>Author</em>: <a href="mailto:m.bresciani@email.it">Marco Bresciani</a></p>
115
+ </li></ul>
116
+
117
+ <h1 id="label-Authors+list+-28in+appearing+order-29">Authors list (in appearing order)<span><a href="#label-Authors+list+-28in+appearing+order-29">&para;</a> <a href="#top">&uarr;</a></span></h1>
118
+ <ul><li>
119
+ <p><em>Author</em>: <a href="mailto:m.bresciani@email.it">Marco Bresciani</a></p>
120
+ </li><li>
121
+ <p><em>Contributor</em>: <a
122
+ href="https://za.linkedin.com/in/marcheiligers/">Marc Heiligers</a></p>
123
+ </li><li>
124
+ <p><em>Author</em>: <a href="mailto:lumbergh@gmail.com">Peter R. Marreck</a>
125
+ (“RFC 5322 Email Validation Regex in Ruby Regular Expressions” gist: <a
126
+ href="https://gist.github.com/pmarreck/4626713">gist.github.com/pmarreck/4626713</a>)</p>
127
+ </li><li>
128
+ <p><em>Author</em>: <a href="mailto:jon.forums@gmail.com">Jon Maken</a> (“An
129
+ HTTP/HTTPS/FTP file downloader library/CLI based upon MiniPortile&#39;s
130
+ HTTP implementation.” gist: <a
131
+ href="https://gist.github.com/jonforums/2202048">gist.github.com/jonforums/2202048</a>)</p>
132
+ </li><li>
133
+ <p><em>Contributor</em>: <a href="http://lukasz.niemier.pl/">Łukasz
134
+ Niemier</a></p>
135
+ </li></ul>
136
+
137
+ <h2 id="label-Translations+Authors+-28in+appearing+order-29">Translations Authors (in appearing order)<span><a href="#label-Translations+Authors+-28in+appearing+order-29">&para;</a> <a href="#top">&uarr;</a></span></h2>
138
+ <ul><li>
139
+ <p><em>Italiano</em>: <a href="mailto:m.bresciani@email.it">Marco
140
+ Bresciani</a></p>
141
+ </li><li>
142
+ <p><em>English</em>: <a href="mailto:m.bresciani@email.it">Marco Bresciani</a></p>
143
+ </li><li>
144
+ <p><em>日本語</em>: <a href="mailto:gniibe@fsij.org">新部裕</a></p>
145
+ </li></ul>
146
+
147
+ <p>No one else, yet.</p>
148
+ <hr>
149
+
150
+ <p>gravaty</p>
151
+
152
+ <p>Copyright © 2013, 2014, 2015, 2016 Marco Bresciani</p>
153
+
154
+ <p>This file is part of gravaty.</p>
155
+
156
+ <p>gravaty is free software: you can redistribute it and/or modify it under
157
+ the terms of the GNU General Public License as published by the Free
158
+ Software Foundation, either version 3 of the License, or (at your option)
159
+ any later version.</p>
160
+
161
+ <p>gravaty is distributed in the hope that it will be useful, but WITHOUT ANY
162
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
163
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
164
+ details.</p>
165
+
166
+ <p>You should have received a copy of the GNU General Public License along
167
+ with gravaty. If not, see <a
168
+ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
169
+ </main>
170
+
171
+
172
+
173
+ <footer id="validator-badges" role="contentinfo">
174
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
175
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.0.4.
176
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
177
+ </footer>
178
+