gravaty 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (138) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG +835 -0
  3. data/COPYING.md +675 -0
  4. data/Gemfile +21 -0
  5. data/ISSUES.md +62 -0
  6. data/README.md +287 -0
  7. data/Rakefile +52 -0
  8. data/acknowledgements.md +66 -0
  9. data/authors.md +63 -0
  10. data/copyright.md +468 -0
  11. data/examples/avatar.rb +159 -0
  12. data/examples/basics.rb +75 -0
  13. data/examples/cacert.pem +3401 -0
  14. data/examples/profile.rb +187 -0
  15. data/examples/xmlrpc.rb +41 -0
  16. data/gravaty.gemspec +78 -0
  17. data/gravaty.odp +0 -0
  18. data/gravaty.pdf +0 -0
  19. data/html/CHANGELOG.html +1117 -0
  20. data/html/COPYING_md.html +393 -0
  21. data/html/Gemfile.html +108 -0
  22. data/html/Gravaty/Gravaty.html +1002 -0
  23. data/html/Gravaty/ParsableDuckType.html +162 -0
  24. data/html/Gravaty/Parser.html +239 -0
  25. data/html/Gravaty/Parsers/Avatar.html +169 -0
  26. data/html/Gravaty/Parsers/Callback.html +170 -0
  27. data/html/Gravaty/Parsers/Default.html +178 -0
  28. data/html/Gravaty/Parsers/Force.html +170 -0
  29. data/html/Gravaty/Parsers/Format.html +181 -0
  30. data/html/Gravaty/Parsers/Pixelsize.html +181 -0
  31. data/html/Gravaty/Parsers/Rating.html +181 -0
  32. data/html/Gravaty/Parsers/Secure.html +169 -0
  33. data/html/Gravaty/Parsers/Type.html +181 -0
  34. data/html/Gravaty/Parsers.html +96 -0
  35. data/html/Gravaty/Utils/Downloader/Downloader.html +227 -0
  36. data/html/Gravaty/Utils/Downloader.html +108 -0
  37. data/html/Gravaty/Utils/Raisers.html +203 -0
  38. data/html/Gravaty/Utils/Rfc5322.html +139 -0
  39. data/html/Gravaty/Utils/RpcConnector/RpcConnector.html +248 -0
  40. data/html/Gravaty/Utils/RpcConnector.html +111 -0
  41. data/html/Gravaty/Utils.html +111 -0
  42. data/html/Gravaty.html +320 -0
  43. data/html/ISSUES_md.html +165 -0
  44. data/html/Object.html +187 -0
  45. data/html/README_md.html +276 -0
  46. data/html/Rakefile.html +141 -0
  47. data/html/acknowledgements_md.html +160 -0
  48. data/html/authors_md.html +173 -0
  49. data/html/copyright_md.html +481 -0
  50. data/html/created.rid +59 -0
  51. data/html/css/fonts.css +167 -0
  52. data/html/css/rdoc.css +590 -0
  53. data/html/examples/cacert_pem.html +1056 -0
  54. data/html/fonts/Lato-Light.ttf +0 -0
  55. data/html/fonts/Lato-LightItalic.ttf +0 -0
  56. data/html/fonts/Lato-Regular.ttf +0 -0
  57. data/html/fonts/Lato-RegularItalic.ttf +0 -0
  58. data/html/fonts/SourceCodePro-Bold.ttf +0 -0
  59. data/html/fonts/SourceCodePro-Regular.ttf +0 -0
  60. data/html/gravaty_gemspec.html +169 -0
  61. data/html/images/add.png +0 -0
  62. data/html/images/arrow_up.png +0 -0
  63. data/html/images/brick.png +0 -0
  64. data/html/images/brick_link.png +0 -0
  65. data/html/images/bug.png +0 -0
  66. data/html/images/bullet_black.png +0 -0
  67. data/html/images/bullet_toggle_minus.png +0 -0
  68. data/html/images/bullet_toggle_plus.png +0 -0
  69. data/html/images/date.png +0 -0
  70. data/html/images/delete.png +0 -0
  71. data/html/images/find.png +0 -0
  72. data/html/images/loadingAnimation.gif +0 -0
  73. data/html/images/macFFBgHack.png +0 -0
  74. data/html/images/package.png +0 -0
  75. data/html/images/page_green.png +0 -0
  76. data/html/images/page_white_text.png +0 -0
  77. data/html/images/page_white_width.png +0 -0
  78. data/html/images/plugin.png +0 -0
  79. data/html/images/ruby.png +0 -0
  80. data/html/images/tag_blue.png +0 -0
  81. data/html/images/tag_green.png +0 -0
  82. data/html/images/transparent.png +0 -0
  83. data/html/images/wrench.png +0 -0
  84. data/html/images/wrench_orange.png +0 -0
  85. data/html/images/zoom.png +0 -0
  86. data/html/index.html +308 -0
  87. data/html/js/darkfish.js +161 -0
  88. data/html/js/jquery.js +4 -0
  89. data/html/js/navigation.js +141 -0
  90. data/html/js/navigation.js.gz +0 -0
  91. data/html/js/search.js +109 -0
  92. data/html/js/search_index.js +1 -0
  93. data/html/js/search_index.js.gz +0 -0
  94. data/html/js/searcher.js +229 -0
  95. data/html/js/searcher.js.gz +0 -0
  96. data/html/table_of_contents.html +995 -0
  97. data/lib/gravaty/application.rb +354 -0
  98. data/lib/gravaty/constants.rb +65 -0
  99. data/lib/gravaty/locales/en.yml +38 -0
  100. data/lib/gravaty/locales/it.yml +38 -0
  101. data/lib/gravaty/locales/ja.yml +39 -0
  102. data/lib/gravaty/parser.rb +50 -0
  103. data/lib/gravaty/parsers/avatar.rb +40 -0
  104. data/lib/gravaty/parsers/callback.rb +41 -0
  105. data/lib/gravaty/parsers/default.rb +92 -0
  106. data/lib/gravaty/parsers/force.rb +40 -0
  107. data/lib/gravaty/parsers/format.rb +45 -0
  108. data/lib/gravaty/parsers/pixelsize.rb +45 -0
  109. data/lib/gravaty/parsers/rating.rb +45 -0
  110. data/lib/gravaty/parsers/secure.rb +39 -0
  111. data/lib/gravaty/parsers/type.rb +45 -0
  112. data/lib/gravaty/utils/downloader.rb +156 -0
  113. data/lib/gravaty/utils/raisers.rb +63 -0
  114. data/lib/gravaty/utils/rfc5322.rb +110 -0
  115. data/lib/gravaty/utils/rpc_connector.rb +86 -0
  116. data/lib/gravaty/version.rb +24 -0
  117. data/lib/gravaty.rb +75 -0
  118. data/test/gravaty/locales/test_locales.rb +69 -0
  119. data/test/gravaty/parsers/test_avatar.rb +39 -0
  120. data/test/gravaty/parsers/test_callback.rb +42 -0
  121. data/test/gravaty/parsers/test_default.rb +79 -0
  122. data/test/gravaty/parsers/test_force.rb +39 -0
  123. data/test/gravaty/parsers/test_format.rb +54 -0
  124. data/test/gravaty/parsers/test_pixelsize.rb +56 -0
  125. data/test/gravaty/parsers/test_rating.rb +54 -0
  126. data/test/gravaty/parsers/test_secure.rb +39 -0
  127. data/test/gravaty/parsers/test_type.rb +44 -0
  128. data/test/gravaty/test_application.rb +126 -0
  129. data/test/gravaty/test_avatar.rb +122 -0
  130. data/test/gravaty/test_parser.rb +59 -0
  131. data/test/gravaty/test_profile.rb +70 -0
  132. data/test/gravaty/utils/test_downloader.rb +51 -0
  133. data/test/gravaty/utils/test_raisers.rb +62 -0
  134. data/test/gravaty/utils/test_rfc5322.rb +82 -0
  135. data/test/gravaty/utils/test_rpc_connector.rb +82 -0
  136. data/test/test_gravaty.rb +48 -0
  137. data/test/test_helper.rb +105 -0
  138. metadata +348 -0
@@ -0,0 +1,1117 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>CHANGELOG - gravaty 9.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
+
23
+ <body id="top" role="document" class="file">
24
+ <nav role="navigation">
25
+ <div id="project-navigation">
26
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
27
+ <h2>
28
+ <a href="./index.html" rel="home">Home</a>
29
+ </h2>
30
+
31
+ <div id="table-of-contents-navigation">
32
+ <a href="./table_of_contents.html#pages">Pages</a>
33
+ <a href="./table_of_contents.html#classes">Classes</a>
34
+ <a href="./table_of_contents.html#methods">Methods</a>
35
+ </div>
36
+ </div>
37
+
38
+ <div id="search-section" role="search" class="project-section initially-hidden">
39
+ <form action="#" method="get" accept-charset="utf-8">
40
+ <div id="search-field-wrapper">
41
+ <input id="search-field" role="combobox" aria-label="Search"
42
+ aria-autocomplete="list" aria-controls="search-results"
43
+ type="text" name="search" placeholder="Search" spellcheck="false"
44
+ title="Type to search, Up and Down to navigate, Enter to load">
45
+ </div>
46
+
47
+ <ul id="search-results" aria-label="Search Results"
48
+ aria-busy="false" aria-expanded="false"
49
+ aria-atomic="false" class="initially-hidden"></ul>
50
+ </form>
51
+ </div>
52
+
53
+ </div>
54
+
55
+
56
+ <div class="nav-section">
57
+ <h3>Table of Contents</h3>
58
+
59
+ <ul class="link-list" role="directory">
60
+ <li><a href="#label-Version+9.0.0">Version 9.0.0</a>
61
+ <li><a href="#label-Version+8.0.1">Version 8.0.1</a>
62
+ <li><a href="#label-Version+8.0.0">Version 8.0.0</a>
63
+ <li><a href="#label-Version+7.0.0">Version 7.0.0</a>
64
+ <li><a href="#label-Version+6.0.0">Version 6.0.0</a>
65
+ <li><a href="#label-Version+5.0.0">Version 5.0.0</a>
66
+ <li><a href="#label-Version+4.2.2">Version 4.2.2</a>
67
+ <li><a href="#label-Version+4.2.0">Version 4.2.0</a>
68
+ <li><a href="#label-Version+3.5.8">Version 3.5.8</a>
69
+ <li><a href="#label-Version+3.5.7">Version 3.5.7</a>
70
+ <li><a href="#label-Version+3.5.6">Version 3.5.6</a>
71
+ <li><a href="#label-Version+3.5.5">Version 3.5.5</a>
72
+ <li><a href="#label-Version+3.5.4">Version 3.5.4</a>
73
+ <li><a href="#label-Version+3.5.2">Version 3.5.2</a>
74
+ <li><a href="#label-Version+3.5.1">Version 3.5.1</a>
75
+ <li><a href="#label-Version+3.4.1">Version 3.4.1</a>
76
+ <li><a href="#label-Version+3.4.0">Version 3.4.0</a>
77
+ <li><a href="#label-Version+3.3.4">Version 3.3.4</a>
78
+ <li><a href="#label-Version+3.3.3">Version 3.3.3</a>
79
+ <li><a href="#label-Version+3.3.1">Version 3.3.1</a>
80
+ <li><a href="#label-Version+3.3.0">Version 3.3.0</a>
81
+ <li><a href="#label-Version+3.2.4">Version 3.2.4</a>
82
+ <li><a href="#label-Version+3.2.3">Version 3.2.3</a>
83
+ <li><a href="#label-Version+3.2.2">Version 3.2.2</a>
84
+ <li><a href="#label-Version+3.2.1">Version 3.2.1</a>
85
+ <li><a href="#label-Version+3.1.7">Version 3.1.7</a>
86
+ <li><a href="#label-Version+3.1.5">Version 3.1.5</a>
87
+ <li><a href="#label-Version+3.1.4">Version 3.1.4</a>
88
+ <li><a href="#label-Version+3.1.3">Version 3.1.3</a>
89
+ <li><a href="#label-Version+3.0.6">Version 3.0.6</a>
90
+ <li><a href="#label-Version+3.0.5">Version 3.0.5</a>
91
+ <li><a href="#label-Version+2.7.23">Version 2.7.23</a>
92
+ <li><a href="#label-Version+2.7.18">Version 2.7.18</a>
93
+ <li><a href="#label-Version+2.7.17">Version 2.7.17</a>
94
+ <li><a href="#label-Version+2.7.14">Version 2.7.14</a>
95
+ <li><a href="#label-Version+2.7.12">Version 2.7.12</a>
96
+ <li><a href="#label-Version+2.7.9">Version 2.7.9</a>
97
+ <li><a href="#label-Version+2.7.6">Version 2.7.6</a>
98
+ <li><a href="#label-Version+2.7.5">Version 2.7.5</a>
99
+ <li><a href="#label-Version+2.6.2">Version 2.6.2</a>
100
+ <li><a href="#label-Version+2.5.18">Version 2.5.18</a>
101
+ <li><a href="#label-Version+2.5.16">Version 2.5.16</a>
102
+ <li><a href="#label-Version+2.5.13.pre">Version 2.5.13.pre</a>
103
+ <li><a href="#label-Version+2.5.9.pre">Version 2.5.9.pre</a>
104
+ <li><a href="#label-Version+2.4.8">Version 2.4.8</a>
105
+ <li><a href="#label-Version+2.4.7">Version 2.4.7</a>
106
+ <li><a href="#label-Version+1.3.4">Version 1.3.4</a>
107
+ <li><a href="#label-Version+1.3.3">Version 1.3.3</a>
108
+ <li><a href="#label-Version+1.2.0">Version 1.2.0</a>
109
+ <li><a href="#label-Version+1.1.0">Version 1.1.0</a>
110
+ <li><a href="#label-Version+1.0.0">Version 1.0.0</a>
111
+ <li><a href="#label-Version+0.9.0.pre">Version 0.9.0.pre</a>
112
+ <li><a href="#label-Version+0.8.2">Version 0.8.2</a>
113
+ <li><a href="#label-Version+0.8.1">Version 0.8.1</a>
114
+ <li><a href="#label-Version+0.8.0">Version 0.8.0</a>
115
+ <li><a href="#label-Version+0.7.0">Version 0.7.0</a>
116
+ <li><a href="#label-Version+0.7.0.pre">Version 0.7.0.pre</a>
117
+ <li><a href="#label-Version+0.6.5">Version 0.6.5</a>
118
+ <li><a href="#label-Version+0.6.4">Version 0.6.4</a>
119
+ <li><a href="#label-Version+0.6.3">Version 0.6.3</a>
120
+ <li><a href="#label-Version+0.6.2">Version 0.6.2</a>
121
+ <li><a href="#label-Version+0.6.1">Version 0.6.1</a>
122
+ <li><a href="#label-Version+0.6.0">Version 0.6.0</a>
123
+ <li><a href="#label-Version+0.5.1">Version 0.5.1</a>
124
+ <li><a href="#label-Version+0.5.1.pre">Version 0.5.1.pre</a>
125
+ <li><a href="#label-Version+0.5.0">Version 0.5.0</a>
126
+ <li><a href="#label-Version+0.5.0.pre">Version 0.5.0.pre</a>
127
+ <li><a href="#label-Version+0.4.0">Version 0.4.0</a>
128
+ <li><a href="#label-Version+0.3.4">Version 0.3.4</a>
129
+ <li><a href="#label-Version+0.3.3">Version 0.3.3</a>
130
+ <li><a href="#label-Version+0.3.2">Version 0.3.2</a>
131
+ <li><a href="#label-Version+0.2.0">Version 0.2.0</a>
132
+ <li><a href="#label-Version+0.1.6">Version 0.1.6</a>
133
+ <li><a href="#label-Version+0.1.5">Version 0.1.5</a>
134
+ <li><a href="#label-Version+0.1.4">Version 0.1.4</a>
135
+ <li><a href="#label-Version+0.1.3">Version 0.1.3</a>
136
+ <li><a href="#label-Version+0.1.2">Version 0.1.2</a>
137
+ <li><a href="#label-Version+0.1.1">Version 0.1.1</a>
138
+ <li><a href="#label-Version+0.1.0">Version 0.1.0</a>
139
+ <li><a href="#label-Version+0.1.0.pre">Version 0.1.0.pre</a>
140
+ <li><a href="#label-Version+0.0.9">Version 0.0.9</a>
141
+ <li><a href="#label-Version+0.0.8">Version 0.0.8</a>
142
+ <li><a href="#label-Version+0.0.7">Version 0.0.7</a>
143
+ <li><a href="#label-Version+0.0.6">Version 0.0.6</a>
144
+ <li><a href="#label-Version+0.0.5">Version 0.0.5</a>
145
+ <li><a href="#label-Version+0.0.4">Version 0.0.4</a>
146
+ <li><a href="#label-Version+0.0.3">Version 0.0.3</a>
147
+ <li><a href="#label-Version+0.0.2">Version 0.0.2</a>
148
+ <li><a href="#label-Version+0.0.1">Version 0.0.1</a>
149
+ <li><a href="#label-Version+0.0.0">Version 0.0.0</a>
150
+ </ul>
151
+ </div>
152
+
153
+
154
+ <div id="project-metadata">
155
+ <div id="fileindex-section" class="nav-section">
156
+ <h3>Pages</h3>
157
+
158
+ <ul class="link-list">
159
+
160
+ <li><a href="./CHANGELOG.html">CHANGELOG</a>
161
+
162
+ <li><a href="./COPYING_md.html">COPYING</a>
163
+
164
+ <li><a href="./Gemfile.html">Gemfile</a>
165
+
166
+ <li><a href="./ISSUES_md.html">ISSUES</a>
167
+
168
+ <li><a href="./README_md.html">README</a>
169
+
170
+ <li><a href="./Rakefile.html">Rakefile</a>
171
+
172
+ <li><a href="./acknowledgements_md.html">acknowledgements</a>
173
+
174
+ <li><a href="./authors_md.html">authors</a>
175
+
176
+ <li><a href="./copyright_md.html">copyright</a>
177
+
178
+ <li><a href="./examples/cacert_pem.html">cacert.pem</a>
179
+
180
+ <li><a href="./gravaty_gemspec.html">gravaty.gemspec</a>
181
+
182
+ </ul>
183
+ </div>
184
+
185
+ </div>
186
+ </nav>
187
+
188
+ <main role="main" aria-label="Page CHANGELOG">
189
+
190
+ <h1 id="label-Version+9.0.0">Version 9.0.0<span><a href="#label-Version+9.0.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
191
+
192
+ <pre>* MAJOR moving from a_gem.required_ruby_version = &#39;~&gt; 2.5&#39; to
193
+ a_gem.required_ruby_version = &#39;~&gt; 2.6&#39;.
194
+ * MINOR update and fix default image formats.
195
+ * PATCH updating gem dependencies.
196
+ * PATCH add badges from Shields.IO
197
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
198
+
199
+ <h1 id="label-Version+8.0.1">Version 8.0.1<span><a href="#label-Version+8.0.1">&para;</a> <a href="#top">&uarr;</a></span></h1>
200
+
201
+ <pre>* PATCH updating all files content and formatting layout.
202
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
203
+
204
+ <h1 id="label-Version+8.0.0">Version 8.0.0<span><a href="#label-Version+8.0.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
205
+
206
+ <pre>* MAJOR moving from a_gem.required_ruby_version = &#39;~&gt; 2.4&#39; to
207
+ a_gem.required_ruby_version = &#39;~&gt; 2.5&#39;.
208
+ * PATCH updating gem dependencies.
209
+ * PATCH updating gem licenses identifier using
210
+ http://spdx.org/licenses list.
211
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
212
+
213
+ <h1 id="label-Version+7.0.0">Version 7.0.0<span><a href="#label-Version+7.0.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
214
+
215
+ <pre>* MAJOR moving from a_gem.required_ruby_version = &#39;~&gt; 2.3&#39; to
216
+ a_gem.required_ruby_version = &#39;~&gt; 2.4&#39;.
217
+ * PATCH updating gem dependencies.
218
+ * PATCH updating gem licenses identifier using
219
+ http://spdx.org/licenses list.
220
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
221
+
222
+ <h1 id="label-Version+6.0.0">Version 6.0.0<span><a href="#label-Version+6.0.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
223
+
224
+ <pre>* MAJOR moving from a_gem.required_ruby_version = &#39;~&gt; 2.2&#39; to
225
+ a_gem.required_ruby_version = &#39;~&gt; 2.3&#39;.
226
+ * PATCH updating gem dependencies.
227
+ * PATCH updating gem licenses identifier using
228
+ http://spdx.org/licenses list.
229
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
230
+
231
+ <h1 id="label-Version+5.0.0">Version 5.0.0<span><a href="#label-Version+5.0.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
232
+
233
+ <pre>* MAJOR moving from a_gem.required_ruby_version = &#39;~&gt; 2.1&#39; to
234
+ a_gem.required_ruby_version = &#39;~&gt; 2.2&#39;.
235
+ * PATCH updating badge.fury.io Markdown.
236
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
237
+
238
+ <h1 id="label-Version+4.2.2">Version 4.2.2<span><a href="#label-Version+4.2.2">&para;</a> <a href="#top">&uarr;</a></span></h1>
239
+
240
+ <pre>* PATCH updating gem dependencies.
241
+ * PATCH removing CACert root certificate to avoid redistribution
242
+ policy difficulties.
243
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
244
+
245
+ <h1 id="label-Version+4.2.0">Version 4.2.0<span><a href="#label-Version+4.2.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
246
+
247
+ <pre>* MINOR restoring line 4.x (for Ruby 2.1) starting from 4.2.0 (unused
248
+ version number).
249
+ * PATCH updating gem dependencies.
250
+ * MAJOR moving from a_gem.required_ruby_version = &#39;~&gt; 2.0&#39; to
251
+ a_gem.required_ruby_version = &#39;~&gt; 2.1&#39;.
252
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
253
+
254
+ <h1 id="label-Version+3.5.8">Version 3.5.8<span><a href="#label-Version+3.5.8">&para;</a> <a href="#top">&uarr;</a></span></h1>
255
+
256
+ <pre>* PATCH updating gem dependencies.
257
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
258
+ * NOTES: Release line 5.x has been merged back into default line: now
259
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
260
+ = &#39;~&gt; 2.0&#39;).
261
+ * NOTES: Release line 4.x has been merged back into default line: now
262
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
263
+ = &#39;~&gt; 2.0&#39;).</pre>
264
+
265
+ <h1 id="label-Version+3.5.7">Version 3.5.7<span><a href="#label-Version+3.5.7">&para;</a> <a href="#top">&uarr;</a></span></h1>
266
+
267
+ <pre>* PATCH Acknowledgements and Authors update.
268
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
269
+ * NOTES: Release line 5.x has been merged back into default line: now
270
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
271
+ = &#39;~&gt; 2.0&#39;).
272
+ * NOTES: Release line 4.x has been merged back into default line: now
273
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
274
+ = &#39;~&gt; 2.0&#39;).</pre>
275
+
276
+ <h1 id="label-Version+3.5.6">Version 3.5.6<span><a href="#label-Version+3.5.6">&para;</a> <a href="#top">&uarr;</a></span></h1>
277
+
278
+ <pre>* +0.0.1 Dependencies update.
279
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
280
+ * NOTES: Release line 5.x has been merged back into default line: now
281
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
282
+ = &#39;~&gt; 2.0&#39;).
283
+ * NOTES: Release line 4.x has been merged back into default line: now
284
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
285
+ = &#39;~&gt; 2.0&#39;).</pre>
286
+
287
+ <h1 id="label-Version+3.5.5">Version 3.5.5<span><a href="#label-Version+3.5.5">&para;</a> <a href="#top">&uarr;</a></span></h1>
288
+
289
+ <pre>* +0.0.1 Dependencies update.
290
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
291
+ * NOTES: Release line 5.x has been merged back into default line: now
292
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
293
+ = &#39;~&gt; 2.0&#39;).
294
+ * NOTES: Release line 4.x has been merged back into default line: now
295
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
296
+ = &#39;~&gt; 2.0&#39;).</pre>
297
+
298
+ <h1 id="label-Version+3.5.4">Version 3.5.4<span><a href="#label-Version+3.5.4">&para;</a> <a href="#top">&uarr;</a></span></h1>
299
+
300
+ <pre>* +0.0.1 Dependencies update.
301
+ * +0.0.1 Uncharted bug fixing for download and xmlrpc method
302
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
303
+ * NOTES: Release line 5.x has been merged back into default line: now
304
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
305
+ = &#39;~&gt; 2.0&#39;).
306
+ * NOTES: Release line 4.x has been merged back into default line: now
307
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
308
+ = &#39;~&gt; 2.0&#39;).</pre>
309
+
310
+ <h1 id="label-Version+3.5.2">Version 3.5.2<span><a href="#label-Version+3.5.2">&para;</a> <a href="#top">&uarr;</a></span></h1>
311
+
312
+ <pre>* +0.0.1 Improving existing RDoc.
313
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
314
+ * NOTES: Release line 5.x has been merged back into default line: now
315
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
316
+ = &#39;~&gt; 2.0&#39;).
317
+ * NOTES: Release line 4.x has been merged back into default line: now
318
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
319
+ = &#39;~&gt; 2.0&#39;).</pre>
320
+
321
+ <h1 id="label-Version+3.5.1">Version 3.5.1<span><a href="#label-Version+3.5.1">&para;</a> <a href="#top">&uarr;</a></span></h1>
322
+
323
+ <pre>* +0.0.1 Some missing &#39;.&#39; ...
324
+ * +0.1.0 Adding to_json method for Gravaty object content.
325
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
326
+ * NOTES: Release line 5.x has been merged back into default line: now
327
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
328
+ = &#39;~&gt; 2.0&#39;).
329
+ * NOTES: Release line 4.x has been merged back into default line: now
330
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
331
+ = &#39;~&gt; 2.0&#39;).</pre>
332
+
333
+ <h1 id="label-Version+3.4.1">Version 3.4.1<span><a href="#label-Version+3.4.1">&para;</a> <a href="#top">&uarr;</a></span></h1>
334
+
335
+ <pre>* +0.0.1 Minor update for examples.
336
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
337
+ * NOTES: Release line 5.x has been merged back into default line: now
338
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
339
+ = &#39;~&gt; 2.0&#39;).
340
+ * NOTES: Release line 4.x has been merged back into default line: now
341
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
342
+ = &#39;~&gt; 2.0&#39;).</pre>
343
+
344
+ <h1 id="label-Version+3.4.0">Version 3.4.0<span><a href="#label-Version+3.4.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
345
+
346
+ <pre>* +0.1.0 Coverage report (and simplecov gem) dependency added.
347
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
348
+ * NOTES: Release line 5.x has been merged back into default line: now
349
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
350
+ = &#39;~&gt; 2.0&#39;).
351
+ * NOTES: Release line 4.x has been merged back into default line: now
352
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
353
+ = &#39;~&gt; 2.0&#39;).</pre>
354
+
355
+ <h1 id="label-Version+3.3.4">Version 3.3.4<span><a href="#label-Version+3.3.4">&para;</a> <a href="#top">&uarr;</a></span></h1>
356
+
357
+ <pre>* +0.0.1 Adding Gravatar link to README.md.
358
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
359
+ * NOTES: Release line 5.x has been merged back into default line: now
360
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
361
+ = &#39;~&gt; 2.0&#39;).
362
+ * NOTES: Release line 4.x has been merged back into default line: now
363
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
364
+ = &#39;~&gt; 2.0&#39;).</pre>
365
+
366
+ <h1 id="label-Version+3.3.3">Version 3.3.3<span><a href="#label-Version+3.3.3">&para;</a> <a href="#top">&uarr;</a></span></h1>
367
+
368
+ <pre>* NOTES: Release line 5.x has been merged back into default line: now
369
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
370
+ = &#39;~&gt; 2.0&#39;).
371
+ * NOTES: Release line 4.x has been merged back into default line: now
372
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
373
+ = &#39;~&gt; 2.0&#39;).
374
+ * +0.0.1 Adding ODF source to release.
375
+ * +0.0.1 Minor update to presentation (document at
376
+ https://www.slideshare.net/MarcoBresciani/ruby-gravaty-gem not updated).
377
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
378
+
379
+ <h1 id="label-Version+3.3.1">Version 3.3.1<span><a href="#label-Version+3.3.1">&para;</a> <a href="#top">&uarr;</a></span></h1>
380
+
381
+ <pre>* NOTES: Release line 5.x has been merged back into default line: now
382
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
383
+ = &#39;~&gt; 2.0&#39;).
384
+ * NOTES: Release line 4.x has been merged back into default line: now
385
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
386
+ = &#39;~&gt; 2.0&#39;).
387
+ * +0.0.1 Adding used fonts to ODF presentation (document at
388
+ https://www.slideshare.net/MarcoBresciani/ruby-gravaty-gem not updated).
389
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
390
+
391
+ <h1 id="label-Version+3.3.0">Version 3.3.0<span><a href="#label-Version+3.3.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
392
+
393
+ <pre>* NOTES: Release line 5.x has been merged back into default line: now
394
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
395
+ = &#39;~&gt; 2.0&#39;).
396
+ * NOTES: Release line 4.x has been merged back into default line: now
397
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
398
+ = &#39;~&gt; 2.0&#39;).
399
+ * +0.1.0 Adding ODF and PDF presentation and online version at
400
+ https://www.slideshare.net/MarcoBresciani/ruby-gravaty-gem
401
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
402
+
403
+ <h1 id="label-Version+3.2.4">Version 3.2.4<span><a href="#label-Version+3.2.4">&para;</a> <a href="#top">&uarr;</a></span></h1>
404
+
405
+ <pre>* NOTES: Release line 5.x has been merged back into default line: now
406
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
407
+ = &#39;~&gt; 2.0&#39;).
408
+ * NOTES: Release line 4.x has been merged back into default line: now
409
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
410
+ = &#39;~&gt; 2.0&#39;).
411
+ * +0.0.1 gems minimum versions update in gemspec.
412
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
413
+
414
+ <h1 id="label-Version+3.2.3">Version 3.2.3<span><a href="#label-Version+3.2.3">&para;</a> <a href="#top">&uarr;</a></span></h1>
415
+
416
+ <pre>* NOTES: Release line 5.x has been merged back into default line: now
417
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
418
+ = &#39;~&gt; 2.0&#39;).
419
+ * NOTES: Release line 4.x has been merged back into default line: now
420
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
421
+ = &#39;~&gt; 2.0&#39;).
422
+ * +0.0.1 Root certificate updated from PEM format at CAcert.org.
423
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
424
+
425
+ <h1 id="label-Version+3.2.2">Version 3.2.2<span><a href="#label-Version+3.2.2">&para;</a> <a href="#top">&uarr;</a></span></h1>
426
+
427
+ <pre>* NOTES: Release line 5.x has been merged back into default line: now
428
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
429
+ = &#39;~&gt; 2.0&#39;).
430
+ * NOTES: Release line 4.x has been merged back into default line: now
431
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
432
+ = &#39;~&gt; 2.0&#39;).
433
+ * +0.0.1 The URL should be URL-encoded to ensure that it carries
434
+ across correctly. See
435
+ http://it.gravatar.com/site/implement/images/#default-image
436
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
437
+
438
+ <h1 id="label-Version+3.2.1">Version 3.2.1<span><a href="#label-Version+3.2.1">&para;</a> <a href="#top">&uarr;</a></span></h1>
439
+
440
+ <pre>* NOTES: Release line 5.x has been merged back into default line: now
441
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
442
+ = &#39;~&gt; 2.0&#39;).
443
+ * NOTES: Release line 4.x has been merged back into default line: now
444
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
445
+ = &#39;~&gt; 2.0&#39;).
446
+ * +0.0.1 Fully refurbished RDoc.
447
+ * +0.1.0 Dropped support to lines 4.x and 5.x due to updated gemspec
448
+ file to support Ruby 2.x.
449
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
450
+
451
+ <h1 id="label-Version+3.1.7">Version 3.1.7<span><a href="#label-Version+3.1.7">&para;</a> <a href="#top">&uarr;</a></span></h1>
452
+
453
+ <pre>* NOTES: Release line 5.x will be based on Ruby 2.2.
454
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
455
+ * +0.0.1 Updating Gemfile content.
456
+ * +0.0.1 Removing the LOAD_PATH manipulations (&quot;lib_dir =
457
+ File.dirname(__FILE__) + &#39;/../lib&#39; and $:.unshift lib_dir unless
458
+ $:.include?(lib_dir)) to add require_relative.
459
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
460
+
461
+ <h1 id="label-Version+3.1.5">Version 3.1.5<span><a href="#label-Version+3.1.5">&para;</a> <a href="#top">&uarr;</a></span></h1>
462
+
463
+ <pre>* NOTES: Release line 5.x will be based on Ruby 2.2.
464
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
465
+ * +0.0.1 Forgot to remove the SecurityError in the xmlrpc method...
466
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
467
+
468
+ <h1 id="label-Version+3.1.4">Version 3.1.4<span><a href="#label-Version+3.1.4">&para;</a> <a href="#top">&uarr;</a></span></h1>
469
+
470
+ <pre>* NOTES: Release line 5.x will be based on Ruby 2.2.
471
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
472
+ * +0.0.1 Updating summary to include XML-RPC API functionalities.
473
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
474
+
475
+ <h1 id="label-Version+3.1.3">Version 3.1.3<span><a href="#label-Version+3.1.3">&para;</a> <a href="#top">&uarr;</a></span></h1>
476
+
477
+ <pre>* NOTES: Release line 5.x will be based on Ruby 2.2.
478
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
479
+ * +0.0.1 Updating sample SSL certificate from
480
+ http://curl.haxx.se/ca/cacert.pem
481
+ * +0.0.1 Adding XML-RPC API and examples note about SSL certificate.
482
+ * +0.0.1 Adding XML-RPC API infrastructure for examples.
483
+ * +0.1.0 First release for XML-RPC API (see
484
+ http://en.gravatar.com/site/implement/xmlrpc) support.
485
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
486
+
487
+ <h1 id="label-Version+3.0.6">Version 3.0.6<span><a href="#label-Version+3.0.6">&para;</a> <a href="#top">&uarr;</a></span></h1>
488
+
489
+ <pre>* NOTES: Release line 5.x will be based on Ruby 2.2.
490
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
491
+ * +0.0.1 some sparse refactoring and moving of additional &quot;modules&quot;
492
+ (downloader, rfc5322 parser parts) to inner utils area.
493
+ * IN PROGRESS: Preparing 2.9.x with an attempt at adding XML-RPC API
494
+ (see http://en.gravatar.com/site/implement/xmlrpc).
495
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
496
+
497
+ <h1 id="label-Version+3.0.5">Version 3.0.5<span><a href="#label-Version+3.0.5">&para;</a> <a href="#top">&uarr;</a></span></h1>
498
+
499
+ <pre>* NOTES: Release line 5.x will be based on Ruby 2.2.
500
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
501
+ * +0.0.1 Changing assert_raise block with .must_raise method (whether
502
+ possible).
503
+ * +0.0.1 Simplyfing test_pixelsize.rb.
504
+ * +0.0.1 Adding specific tests for error raisers.
505
+ * +0.0.1 Utils module split into Raisers and RpcConnector.
506
+ * +0.0.1 gems minimum versions update in gemspec.
507
+ * +1.0.0 Removing the readability of the parser and rpc_connector
508
+ attributes of Gravaty objects.
509
+ * IN PROGRESS: Preparing 2.9.x with an attempt at adding XML-RPC API
510
+ (see http://en.gravatar.com/site/implement/xmlrpc).
511
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
512
+
513
+ <h1 id="label-Version+2.7.23">Version 2.7.23<span><a href="#label-Version+2.7.23">&para;</a> <a href="#top">&uarr;</a></span></h1>
514
+
515
+ <pre>* NOTES: Release line 4.x will be based on Ruby 2.2.
516
+ * NOTES: Release line 3.x is based on Ruby 2.1.1.
517
+ * +0.0.1 gems minimum versions update in gemspec.
518
+ * +0.0.1 Removing nice (but useless) space at the end of many test
519
+ &#39;it&#39; statements.
520
+ * +0.0.1 Proper renaming of sample certificate file.
521
+ * +0.0.1 Updating documentation files.
522
+ * +0.0.1 Removing .rdoc_options file in favour of Rakefile.
523
+ * IN PROGRESS: Preparing 2.8.x with an attempt at adding XML-RPC API
524
+ (see http://en.gravatar.com/site/implement/xmlrpc).
525
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
526
+
527
+ <h1 id="label-Version+2.7.18">Version 2.7.18<span><a href="#label-Version+2.7.18">&para;</a> <a href="#top">&uarr;</a></span></h1>
528
+
529
+ <pre>* NOTES: Release line 4.x will be based on Ruby 2.2.
530
+ * NOTES: Release line 3.x is based on Ruby 2.1.1.
531
+ * +0.0.1 SOLVED BUG: https://savannah.nongnu.org/bugs/index.php?41058
532
+ (sample certificate file added to examples directory).
533
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
534
+ * IN PROGRESS: improvements on RDoc contents and layout.
535
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
536
+
537
+ <h1 id="label-Version+2.7.17">Version 2.7.17<span><a href="#label-Version+2.7.17">&para;</a> <a href="#top">&uarr;</a></span></h1>
538
+
539
+ <pre>* NOTES: Release 4.0 will be based on Ruby 2.2, as soon as Ruby
540
+ Installer will make it available for Microsoft Windows environments.
541
+ * NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
542
+ Installer will make it available for Microsoft Windows environments.
543
+ * +0.0.1 removed the &#39;ERROR: undefined method `downcase&#39; for
544
+ nil:NilClass&#39; message for test &quot;&#39;when passed an invalid uri &#39; it
545
+ &#39;must raise a InvalidURIError&#39;&quot;.
546
+ * +0.0.1 gems minimum versions update in gemspec.
547
+ * +0.0.1 creating a specific utility module with methods to easily
548
+ raise errors and being a bit DRYer.
549
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
550
+ * IN PROGRESS: improvements on RDoc contents and layout.
551
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/index.php?41058
552
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
553
+
554
+ <h1 id="label-Version+2.7.14">Version 2.7.14<span><a href="#label-Version+2.7.14">&para;</a> <a href="#top">&uarr;</a></span></h1>
555
+
556
+ <pre>* NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
557
+ Installer will make it available for Microsoft Windows environments.
558
+ * +0.0.1 gems minimum versions update in gemspec.
559
+ * +0.0.1 copyright notice updated (I forgot we&#39;re in March, 2014...).
560
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
561
+ * IN PROGRESS: improvements on RDoc contents and layout.
562
+ * PENDING IMPORTANT BUG:
563
+ https://savannah.nongnu.org/bugs/index.php?41058
564
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928</pre>
565
+
566
+ <h1 id="label-Version+2.7.12">Version 2.7.12<span><a href="#label-Version+2.7.12">&para;</a> <a href="#top">&uarr;</a></span></h1>
567
+
568
+ <pre>* NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
569
+ Installer will make it available for Microsoft Windows environments.
570
+ * +0.0.1 Removed gem warning messages on pessimistic dependency being
571
+ &quot;overly strict&quot;.
572
+ * +0.0.1 Removed useless &#39;@parser&#39; and &#39;@locale&#39; attributes from the
573
+ tests area.
574
+ * +0.0.1 Enable the rake package command (stated that you properly
575
+ configure the compression software by yourself: tar, bz2, gz and
576
+ zip).
577
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
578
+ * IN PROGRESS: improvements on RDoc contents and layout.
579
+ * PENDING IMPORTANT BUG:
580
+ https://savannah.nongnu.org/bugs/index.php?41058
581
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928</pre>
582
+
583
+ <h1 id="label-Version+2.7.9">Version 2.7.9<span><a href="#label-Version+2.7.9">&para;</a> <a href="#top">&uarr;</a></span></h1>
584
+
585
+ <pre>* NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
586
+ Installer will make it available for Microsoft Windows environments.
587
+ * +0.0.1 Raising proper error (RuntimeError) when url for downloader
588
+ is nil.
589
+ * +0.0.1 SOLVED BUG: https://savannah.nongnu.org/bugs/index.php?41059
590
+ * +0.0.1 Repairing some issues raised by RubyMine Inspection results.
591
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
592
+ * IN PROGRESS: improvements on RDoc contents and layout.
593
+ * PENDING IMPORTANT BUG:
594
+ https://savannah.nongnu.org/bugs/index.php?41058
595
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928</pre>
596
+
597
+ <h1 id="label-Version+2.7.6">Version 2.7.6<span><a href="#label-Version+2.7.6">&para;</a> <a href="#top">&uarr;</a></span></h1>
598
+
599
+ <pre>* NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
600
+ Installer will make it available for Microsoft Windows environments.
601
+ * Proper update of copyright notices.
602
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
603
+ * IN PROGRESS: improvements on RDoc contents and layout.
604
+ * PENDING MINOR BUG: https://savannah.nongnu.org/bugs/index.php?41059
605
+ * PENDING IMPORTANT BUG:
606
+ https://savannah.nongnu.org/bugs/index.php?41058
607
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928</pre>
608
+
609
+ <h1 id="label-Version+2.7.5">Version 2.7.5<span><a href="#label-Version+2.7.5">&para;</a> <a href="#top">&uarr;</a></span></h1>
610
+
611
+ <pre>* NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
612
+ Installer will make it available for Microsoft Windows environments.
613
+ * +0.1.0 added acknowledgement to Łukasz Niemier suggestions.
614
+ * +0.0.1 gems minimum versions update in gemspec.
615
+ * +0.0.1 removing the a_gravaty object in tests, replaced by subject.
616
+ * +0.0.1 all_tests.rb removed since useless...
617
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
618
+ * IN PROGRESS: improvements on RDoc contents and layout.
619
+ * PENDING MINOR BUG: https://savannah.nongnu.org/bugs/index.php?41059
620
+ * PENDING IMPORTANT BUG:
621
+ https://savannah.nongnu.org/bugs/index.php?41058
622
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928</pre>
623
+
624
+ <h1 id="label-Version+2.6.2">Version 2.6.2<span><a href="#label-Version+2.6.2">&para;</a> <a href="#top">&uarr;</a></span></h1>
625
+
626
+ <pre>* NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
627
+ Installer will make it available for Microsoft Windows environments.
628
+ * +0.0.1 minor improvements for examples.
629
+ * +0.0.1 SOLVED BUG: https://savannah.nongnu.org/bugs/index.php?41442
630
+ * +0.1.0 official release for download the file according to saved
631
+ gravaty internal status.
632
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
633
+ * IN PROGRESS: improvements on RDoc contents and layout.
634
+ * PENDING MINOR BUG: https://savannah.nongnu.org/bugs/index.php?41059
635
+ * PENDING IMPORTANT BUG:
636
+ https://savannah.nongnu.org/bugs/index.php?41058
637
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928</pre>
638
+
639
+ <h1 id="label-Version+2.5.18">Version 2.5.18<span><a href="#label-Version+2.5.18">&para;</a> <a href="#top">&uarr;</a></span></h1>
640
+
641
+ <pre>* NOTES: latest minor (2.5.x) release before moving to Ruby 2.1.0.
642
+ Release 3.0 will be based on Ruby 2.1.
643
+ * +0.0.1 gems minimum versions update in gemspec.
644
+ * +0.0.1 minor improvements for the README file.
645
+ * IN PROGRESS: interface to download the file according to saved
646
+ gravaty internal status.
647
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
648
+ * IN PROGRESS: improvements on RDoc contents and layout.
649
+ * PENDING MINOR BUG: https://savannah.nongnu.org/bugs/index.php?41059
650
+ * PENDING IMPORTANT BUG:
651
+ https://savannah.nongnu.org/bugs/index.php?41058
652
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928</pre>
653
+
654
+ <h1 id="label-Version+2.5.16">Version 2.5.16<span><a href="#label-Version+2.5.16">&para;</a> <a href="#top">&uarr;</a></span></h1>
655
+
656
+ <pre>* NOTES: latest release before moving to Ruby 2.1.0.
657
+ * +0.0.1 gems minimum versions update in gemspec.
658
+ * +0.0.1 some tests added for Jon Maken&#39;s gist.
659
+ * +0.0.1 examples improvement.
660
+ * IN PROGRESS: interface to download the file according to saved
661
+ gravaty internal status.
662
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
663
+ * IN PROGRESS: improvements on RDoc contents and layout.
664
+ * PENDING MINOR BUG: https://savannah.nongnu.org/bugs/index.php?41059
665
+ * PENDING IMPORTANT BUG:
666
+ https://savannah.nongnu.org/bugs/index.php?41058
667
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928</pre>
668
+
669
+ <h1 id="label-Version+2.5.13.pre">Version 2.5.13.pre<span><a href="#label-Version+2.5.13.pre">&para;</a> <a href="#top">&uarr;</a></span></h1>
670
+
671
+ <pre>* +0.0.1 gems minimum versions update in gemspec.
672
+ * +0.0.1 examples improvement.
673
+ * +0.0.1 some tests added for Jon Maken&#39;s gist.
674
+ * +0.0.1 some improvements in Jon Maken&#39;s gist.
675
+ * IN PROGRESS: interface to download the file according to saved
676
+ gravaty internal status.
677
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
678
+ * IN PROGRESS: improvements on RDoc contents and layout.
679
+ * PENDING KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
680
+
681
+ <h1 id="label-Version+2.5.9.pre">Version 2.5.9.pre<span><a href="#label-Version+2.5.9.pre">&para;</a> <a href="#top">&uarr;</a></span></h1>
682
+
683
+ <pre>* +0.1.0 preliminary release the interface to download the file
684
+ according to saved gravaty internal status.
685
+ * +0.0.1 micro-change in Jon Maken&#39;s gist.
686
+ * IN PROGRESS: interface to download the file according to saved
687
+ gravaty internal status.
688
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
689
+ * IN PROGRESS: improvements on RDoc contents and layout.
690
+ * PENDING KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
691
+
692
+ <h1 id="label-Version+2.4.8">Version 2.4.8<span><a href="#label-Version+2.4.8">&para;</a> <a href="#top">&uarr;</a></span></h1>
693
+
694
+ <pre>* +0.0.1 minor improvements: &quot;if not&quot; better translated as &quot;unless&quot;.
695
+ * IN PROGRESS: interface to download the file according to saved
696
+ gravaty internal status.
697
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
698
+ * IN PROGRESS: improvements on RDoc contents and layout.
699
+ * PENDING KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
700
+
701
+ <h1 id="label-Version+2.4.7">Version 2.4.7<span><a href="#label-Version+2.4.7">&para;</a> <a href="#top">&uarr;</a></span></h1>
702
+
703
+ <pre>* +0.0.1 Examples improved with future +download+ functionality.
704
+ * +0.1.0 Method reset added to clean up previously saved status
705
+ (through ! methods): restores the email address when using to_s.
706
+ * +0.0.1 Parsers tests improved.
707
+ * +1.0.0 SOLVED BUG: https://savannah.nongnu.org/bugs/index.php?40652
708
+ * +0.0.1 stricter SemVer numbering: added SemVer deltas (see on the
709
+ left) in this CHANGELOG, to better highlight changes (see
710
+ http://semver.org/).
711
+ * IN PROGRESS: interface to download the file according to saved
712
+ gravaty internal status.
713
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
714
+ * IN PROGRESS: improvements on RDoc contents and layout.
715
+ * PENDING KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
716
+
717
+ <h1 id="label-Version+1.3.4">Version 1.3.4<span><a href="#label-Version+1.3.4">&para;</a> <a href="#top">&uarr;</a></span></h1>
718
+
719
+ <pre>* New features requests related to GUI components (GTK+ and Tcl/TK)
720
+ closed: they should be new gems, not new features.
721
+ * Gem summary and description updated.
722
+ * Wrong authors list corrected.
723
+ * Markdown syntax for non-code files (and .md file extensions).
724
+ * IN PROGRESS: interface to download the file according to saved
725
+ gravaty internal status.
726
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
727
+ * IN PROGRESS: improvements on RDoc contents and layout.
728
+ * PENDING KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
729
+
730
+ <h1 id="label-Version+1.3.3">Version 1.3.3<span><a href="#label-Version+1.3.3">&para;</a> <a href="#top">&uarr;</a></span></h1>
731
+
732
+ <pre>* Tests for complete usage of &quot;Parsable&quot; duck type.
733
+ * IN PROGRESS. Interface to download the file according to saved
734
+ gravaty internal status.
735
+ * Added Jon Maken gist for URL download to file.
736
+ * Tests for &quot;Parsable&quot; duck type.
737
+ * IN PROGRESS. Changing from RDoc to Markdown syntax.
738
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
739
+ non-code files).
740
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
741
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
742
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965</pre>
743
+
744
+ <h1 id="label-Version+1.2.0">Version 1.2.0<span><a href="#label-Version+1.2.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
745
+
746
+ <pre>* Moving to Ruby 2.1 worked, now back to 2.0 till 2.1 will be ready.
747
+ * IN PROGRESS. Tests for parser duck type.
748
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
749
+ non-code files).
750
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
751
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
752
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965</pre>
753
+
754
+ <h1 id="label-Version+1.1.0">Version 1.1.0<span><a href="#label-Version+1.1.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
755
+
756
+ <pre>* Moving to Ruby 2.1!
757
+ * Added tests for parser object and &#39;parse&#39; duck type.
758
+ * Further improvement for examples.
759
+ * Refactoring for Parser, so that it can receive the list of actual
760
+ parsers and maybe easily extended/expanded and tested.
761
+ * IN PROGRESS. Tests for parser duck type.
762
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
763
+ non-code files).
764
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
765
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
766
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965</pre>
767
+
768
+ <h1 id="label-Version+1.0.0">Version 1.0.0<span><a href="#label-Version+1.0.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
769
+
770
+ <pre>* The Mega-refactoring: each parameter parser has its own class,
771
+ dinamically loaded by name. There are better solutions, but at the
772
+ moment I&#39;m going with this.
773
+ * Parser object refactored to add a single +parse+ method.
774
+ * Created a specific factory method (Gravaty::gravatize) to better
775
+ decouple Gravaty object from the Parser. Users are expected to use
776
+ gravaty as in the examples.
777
+ * Gravaty object now requires an external Parser object.
778
+ * Folder example renamed to examples.
779
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
780
+ non-code files).
781
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
782
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
783
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965</pre>
784
+
785
+ <h1 id="label-Version+0.9.0.pre">Version 0.9.0.pre<span><a href="#label-Version+0.9.0.pre">&para;</a> <a href="#top">&uarr;</a></span></h1>
786
+
787
+ <pre>* Some refactoring to remove all parameters checks (Parser class) and
788
+ all.
789
+ * Spaceship method (&lt;=&gt;) is now public (otherwise, while including
790
+ Comparable?).
791
+ * Added profile! and avatar! methods for saving state in the Gravaty
792
+ object itself. Now the to_s method presents the latest request (done
793
+ with avatar! or profile!).
794
+ * Added note to Semantic Versioning.
795
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
796
+ non-code files).
797
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
798
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
799
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965</pre>
800
+
801
+ <h1 id="label-Version+0.8.2">Version 0.8.2<span><a href="#label-Version+0.8.2">&para;</a> <a href="#top">&uarr;</a></span></h1>
802
+
803
+ <pre>* Examples updated (comments included).
804
+ * Addeed ISSUES page.
805
+ * Issues added to FreedomSponsors.org (see ISSUES page).
806
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
807
+ non-code files).
808
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
809
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
810
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965</pre>
811
+
812
+ <h1 id="label-Version+0.8.1">Version 0.8.1<span><a href="#label-Version+0.8.1">&para;</a> <a href="#top">&uarr;</a></span></h1>
813
+
814
+ <pre>* We have a bug: https://savannah.nongnu.org/bugs/?3992 don&#39;t panic!
815
+ * Some minor improvements.
816
+ * The code missed &quot;require &#39;uri&#39;&quot; statement... idiot myself!
817
+ * IN PROGRESS. Improvements in RFC5322 tests. There is one failing
818
+ test: the address &#39;Joe Q. Public &lt;john.q.public@example.com&gt;&#39; is
819
+ read properly while according to RFC5322 (see
820
+ https://tools.ietf.org/html/rfc5322#appendix-A.1.2) the same address
821
+ shall be &#39;&quot;Joe Q. Public&quot; &lt;john.q.public@example.com&gt;&#39; (that is:
822
+ with doule quotes around the name).
823
+ * FSIJ理事会の理事長、新部裕さんの日本語の翻訳。 Japanese translation
824
+ by Yutaka Niibe, President of Free Software Initiative of Japan.
825
+ * Removed unused Cucumber-based features and steps.</pre>
826
+
827
+ <h1 id="label-Version+0.8.0">Version 0.8.0<span><a href="#label-Version+0.8.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
828
+
829
+ <pre>* Tests updated. Some other minor modifications.
830
+ * Added support to URL own default images (see
831
+ http://it.gravatar.com/site/implement/images/#default-image) with
832
+ URI format check.
833
+ * Deprecations removed.</pre>
834
+
835
+ <h1 id="label-Version+0.7.0">Version 0.7.0<span><a href="#label-Version+0.7.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
836
+
837
+ <pre>* Minor updates to Rakefile and GemSpec.
838
+ * IN PROGRESS. Added some (few) tests for the RFC5322 email validation
839
+ part (only).</pre>
840
+
841
+ <h1 id="label-Version+0.7.0.pre">Version 0.7.0.pre<span><a href="#label-Version+0.7.0.pre">&para;</a> <a href="#top">&uarr;</a></span></h1>
842
+
843
+ <pre>* Added original downloaded gist to doc directory.
844
+ * Added Peter Marreck gist for RFC5322 email validation.
845
+ * Another attempt to solve the push problem...
846
+ * Some more checks for gem building (supposed it was my fault I can&#39;t
847
+ push anymore...).</pre>
848
+
849
+ <h1 id="label-Version+0.6.5">Version 0.6.5<span><a href="#label-Version+0.6.5">&para;</a> <a href="#top">&uarr;</a></span></h1>
850
+
851
+ <pre>* Another attempt to solve the push problem...
852
+ * Some more checks for gem building (supposed it was my fault I can&#39;t
853
+ push anymore...).
854
+ * IN PROGRESS. Test for basic RFC822, with &quot;invalid multibyte escape&quot;
855
+ error avoided (see
856
+ http://stackoverflow.com/questions/3588826/invalid-multibyte-escape-after-upgrade-to-rails-3-and-ruby-1-9-2-dtext
857
+ or
858
+ http://www.yannlaviolette.com/2012/10/invalid-multibyte-escape-argumenterror.html)
859
+ but still doesn&#39;t pass... Why?</pre>
860
+
861
+ <h1 id="label-Version+0.6.4">Version 0.6.4<span><a href="#label-Version+0.6.4">&para;</a> <a href="#top">&uarr;</a></span></h1>
862
+
863
+ <pre>* Another attempt to solve the push problem...
864
+ * Some more checks for gem building (supposed it was my fault I can&#39;t
865
+ push anymore...).
866
+ * IN PROGRESS. Test for basic RFC822, with &quot;invalid multibyte escape&quot;
867
+ error avoided (see
868
+ http://stackoverflow.com/questions/3588826/invalid-multibyte-escape-after-upgrade-to-rails-3-and-ruby-1-9-2-dtext
869
+ or
870
+ http://www.yannlaviolette.com/2012/10/invalid-multibyte-escape-argumenterror.html)
871
+ but still doesn&#39;t pass... Why?</pre>
872
+
873
+ <h1 id="label-Version+0.6.3">Version 0.6.3<span><a href="#label-Version+0.6.3">&para;</a> <a href="#top">&uarr;</a></span></h1>
874
+
875
+ <pre>* Another attempt to solve the push problem...
876
+ * Some more checks for gem building (supposed it was my fault I can&#39;t
877
+ push anymore...).
878
+ * IN PROGRESS. Test for basic RFC822, with &quot;invalid multibyte escape&quot;
879
+ error avoided (see http://stackoverflow.com/questions/3588826/invalid-multibyte-escape-after-upgrade-to-rails-3-and-ruby-1-9-2-dtext
880
+ or
881
+ http://www.yannlaviolette.com/2012/10/invalid-multibyte-escape-argumenterror.html)
882
+ but still doesn&#39;t pass... Why?</pre>
883
+
884
+ <h1 id="label-Version+0.6.2">Version 0.6.2<span><a href="#label-Version+0.6.2">&para;</a> <a href="#top">&uarr;</a></span></h1>
885
+
886
+ <pre>* Added tests for out-of-bounds options
887
+ * Commom factor for raise ArgumentError checks.
888
+ * Some minor (and backward-compatible to 0.6.x ...) refactoring for
889
+ better coding.
890
+ * Some more checks for gem building (supposed it was my fault I can&#39;t
891
+ push anymore...).
892
+ * IN PROGRESS. Test for basic RFC822, with &quot;invalid multibyte escape&quot;
893
+ error avoided (see
894
+ http://stackoverflow.com/questions/3588826/invalid-multibyte-escape-after-upgrade-to-rails-3-and-ruby-1-9-2-dtext
895
+ or
896
+ http://www.yannlaviolette.com/2012/10/invalid-multibyte-escape-argumenterror.html)
897
+ but still doesn&#39;t pass... Why?</pre>
898
+
899
+ <h1 id="label-Version+0.6.1">Version 0.6.1<span><a href="#label-Version+0.6.1">&para;</a> <a href="#top">&uarr;</a></span></h1>
900
+
901
+ <pre>* Repaired gem building issues after so much refactoring...</pre>
902
+
903
+ <h1 id="label-Version+0.6.0">Version 0.6.0<span><a href="#label-Version+0.6.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
904
+
905
+ <pre>* Improved code and project quality and conventions.
906
+ * Different usage (see Bundler GemSpec file) for version number.
907
+ * Removed the forced dependency to changelog: if it&#39;s present let&#39;s
908
+ use it, else show a normal message.
909
+ * Renamed test_helpers.rb in test_helper.rb
910
+ * Moved to a proper module structure. See: http://lnkd.in/vEUt9D
911
+ * Added Minitest specifications (while waiting for full Ruby 2.0
912
+ support by Gherkin in Windows environment).
913
+ * UNDER EVALUATION. Add the support for default images as described in
914
+ https://secure.gravatar.com/site/implement/images/#default-image
915
+ since checking on all the four conditions is needed. Condition
916
+ number 4 is tricky but I could avoid any checking living it to Gravatar...</pre>
917
+
918
+ <h1 id="label-Version+0.5.1">Version 0.5.1<span><a href="#label-Version+0.5.1">&para;</a> <a href="#top">&uarr;</a></span></h1>
919
+
920
+ <pre>* url method (properly?) renamed to avatar.
921
+ * profile_url (properly?) renamed to profile.
922
+ * IN PROGRESS. Adding Minitest specifications while waiting for full
923
+ Ruby 2.0 support by Gherkin in Windows environment.</pre>
924
+
925
+ <h1 id="label-Version+0.5.1.pre">Version 0.5.1.pre<span><a href="#label-Version+0.5.1.pre">&para;</a> <a href="#top">&uarr;</a></span></h1>
926
+
927
+ <pre>* IN PROGRESS. Removed I18n explicit configuration moving yml files in
928
+ /config/locales instead of
929
+ /lib/name/bresciani/marco/gravaty/locales.
930
+ * IN PROGRESS. Adding Minitest specifications while waiting for full
931
+ Ruby 2.0 support by Gherkin in Windows environment.
932
+ * IN PROGRESS. Some refactoring and renaming for methods.
933
+ * IN PROGRESS. Adding RSpec while waiting for full Ruby 2.0 support by
934
+ Gherkin in Windows environment.</pre>
935
+
936
+ <h1 id="label-Version+0.5.0">Version 0.5.0<span><a href="#label-Version+0.5.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
937
+
938
+ <pre>* IN PROGRESS. Some refactoring and renaming for methods.
939
+ * IN PROGRESS. Adding RSpec while waiting for full Ruby 2.0 support by
940
+ Gherkin in Windows environment.</pre>
941
+
942
+ <h1 id="label-Version+0.5.0.pre">Version 0.5.0.pre<span><a href="#label-Version+0.5.0.pre">&para;</a> <a href="#top">&uarr;</a></span></h1>
943
+
944
+ <pre>* Added Gravatar Terms of Service (&quot;Gravatar Terms of Use&quot; from URL
945
+ https://secure.gravatar.com/site/terms-of-service) to the README
946
+ file.
947
+ * IN PROGRESS. Some refactoring and renaming for methods.
948
+ * IN PROGRESS. Adding RSpec while waiting for full Ruby 2.0 support by
949
+ Gherkin in Windows environment.</pre>
950
+
951
+ <h1 id="label-Version+0.4.0">Version 0.4.0<span><a href="#label-Version+0.4.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
952
+
953
+ <pre>* Completed support to all profile formats (JSON, PHP, etc.).
954
+ * Removed direct VFC/vCard support for a more generic one (since there
955
+ are no additional parameters).
956
+ * JSON format support (plus callback) added for profile. See
957
+ https://secure.gravatar.com/site/implement/profiles/json/.</pre>
958
+
959
+ <h1 id="label-Version+0.3.4">Version 0.3.4<span><a href="#label-Version+0.3.4">&para;</a> <a href="#top">&uarr;</a></span></h1>
960
+
961
+ <pre>* Japanese translation by Yutaka Niibe, President of Free Software
962
+ Initiative of Japan. FSIJ理事会の理事長、新部裕さんの日本語の翻訳。</pre>
963
+
964
+ <h1 id="label-Version+0.3.3">Version 0.3.3<span><a href="#label-Version+0.3.3">&para;</a> <a href="#top">&uarr;</a></span></h1>
965
+
966
+ <pre>* Even though R18n was nice, I&#39;ve preferred to move to I18n since it&#39;s
967
+ more standard and widely used... even on Rails!</pre>
968
+
969
+ <h1 id="label-Version+0.3.2">Version 0.3.2<span><a href="#label-Version+0.3.2">&para;</a> <a href="#top">&uarr;</a></span></h1>
970
+
971
+ <pre>* Added explicit (test/development) dependency for gherkin, even
972
+ though it&#39;s not (yet?!) available for Ruby 2.0...
973
+ * QR Code (https://en.wikipedia.org/wiki/QR_code) format support added
974
+ for profile. See
975
+ https://secure.gravatar.com/site/implement/profiles/qr/
976
+ * VCF/vCard format support added for profile. See
977
+ https://secure.gravatar.com/site/implement/profiles/vcf/
978
+ * Basic profile support added (for VCF/vCard and QR code purpose only,
979
+ at the moment).</pre>
980
+
981
+ <h1 id="label-Version+0.2.0">Version 0.2.0<span><a href="#label-Version+0.2.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
982
+
983
+ <pre>* First complete version with approved project on Savannah.NonGNU.Org
984
+ (see https://savannah.nongnu.org/projects/gravaty/) and GNU GPLv3
985
+ license; source code available through anonymous checkout: hg clone
986
+ http://hg.savannah.nongnu.org/hgweb/gravaty/ or write me and I&#39;ll
987
+ send it.</pre>
988
+
989
+ <h1 id="label-Version+0.1.6">Version 0.1.6<span><a href="#label-Version+0.1.6">&para;</a> <a href="#top">&uarr;</a></span></h1>
990
+
991
+ <pre>* doc/README added for submission to Savannah.NonGNU.Org.</pre>
992
+
993
+ <h1 id="label-Version+0.1.5">Version 0.1.5<span><a href="#label-Version+0.1.5">&para;</a> <a href="#top">&uarr;</a></span></h1>
994
+
995
+ <pre>* Possibly reasonable Japanese I18N added (Japanese people, please
996
+ check!).
997
+ * Public constants removed (were they actually useful, externally to
998
+ gravaty?): it&#39;s actually cleaner to have them, instead of magic
999
+ number in the code, but I don&#39;t know... maybe they&#39;ll return as
1000
+ private...</pre>
1001
+
1002
+ <h1 id="label-Version+0.1.4">Version 0.1.4<span><a href="#label-Version+0.1.4">&para;</a> <a href="#top">&uarr;</a></span></h1>
1003
+
1004
+ <pre>* Main method image_request is now the method with Hash parameter
1005
+ (cleaner) while the old image_request has now became
1006
+ image_param_request.
1007
+ * Some RDoc still in progress.
1008
+ * Gosh! Why the r18n-desktop usage didn&#39;t work? I have to cover it
1009
+ with tests as well... Properly set-up the i18n and rough Japanese
1010
+ support added (Japanese developers, please help!).</pre>
1011
+
1012
+ <h1 id="label-Version+0.1.3">Version 0.1.3<span><a href="#label-Version+0.1.3">&para;</a> <a href="#top">&uarr;</a></span></h1>
1013
+
1014
+ <pre>* All dependencies and sub-dependencies are explicitly listed
1015
+ (grouping in gemfile should be correct).
1016
+ * Trying to add RDoc comments (in progress)... are they useful? Are
1017
+ they needed? Suggested? Supported? &quot;Cool&quot;?</pre>
1018
+
1019
+ <h1 id="label-Version+0.1.2">Version 0.1.2<span><a href="#label-Version+0.1.2">&para;</a> <a href="#top">&uarr;</a></span></h1>
1020
+
1021
+ <pre>* Support for changelog (https://github.com/botanicus/changelog) gem.
1022
+ * Added # -*- rdoc -*- comment to most RDoc files... except this one
1023
+ otherwise the parse will explode!</pre>
1024
+
1025
+ <h1 id="label-Version+0.1.1">Version 0.1.1<span><a href="#label-Version+0.1.1">&para;</a> <a href="#top">&uarr;</a></span></h1>
1026
+
1027
+ <pre>* Force default option added.
1028
+ * Default options (&#39;404&#39; &#39;mm&#39; &#39;identicon&#39; &#39;monsterid&#39; &#39;wavatar&#39;
1029
+ &#39;retro&#39; &#39;blank&#39;) ongoing.</pre>
1030
+
1031
+ <h1 id="label-Version+0.1.0">Version 0.1.0<span><a href="#label-Version+0.1.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
1032
+
1033
+ <pre>* Some more BDD and code refactoring still in progress.
1034
+ * Still waiting for project approval on Savannah to publish code.
1035
+ * Moved to Ruby 2.0.0!</pre>
1036
+
1037
+ <h1 id="label-Version+0.1.0.pre">Version 0.1.0.pre<span><a href="#label-Version+0.1.0.pre">&para;</a> <a href="#top">&uarr;</a></span></h1>
1038
+
1039
+ <pre>* Some BDD and code refactoring still in progress (I&#39;m not yet fully
1040
+ happy about it).
1041
+ * Still waiting for project approval on Savannah to publish code.
1042
+ * Moving to Ruby 2.0.0!</pre>
1043
+
1044
+ <h1 id="label-Version+0.0.9">Version 0.0.9<span><a href="#label-Version+0.0.9">&para;</a> <a href="#top">&uarr;</a></span></h1>
1045
+
1046
+ <pre>* Secure basic URL added (to be refactored!).
1047
+ * usage_sample.rb in bin folder available.
1048
+ * Waiting for project approval on Savannah to publish code.</pre>
1049
+
1050
+ <h1 id="label-Version+0.0.8">Version 0.0.8<span><a href="#label-Version+0.0.8">&para;</a> <a href="#top">&uarr;</a></span></h1>
1051
+
1052
+ <pre>* Still a bit messy, sorry.
1053
+ * Refresh of RDoc, finalized to the smallcaps name (sorry).</pre>
1054
+
1055
+ <h1 id="label-Version+0.0.7">Version 0.0.7<span><a href="#label-Version+0.0.7">&para;</a> <a href="#top">&uarr;</a></span></h1>
1056
+
1057
+ <pre>* Added the possibility to retrieve the URL with a specified size [1;
1058
+ 2048].</pre>
1059
+
1060
+ <h1 id="label-Version+0.0.6">Version 0.0.6<span><a href="#label-Version+0.0.6">&para;</a> <a href="#top">&uarr;</a></span></h1>
1061
+
1062
+ <pre>* Cucumber task properly configured also in RubyMine; would like to
1063
+ add RSpec but since there&#39;s already Cucumber, probably it&#39;s not
1064
+ useful.
1065
+ * RDoc position changed, let&#39;s see if it becomes visible... Promise
1066
+ I&#39;ll read RubyGems docs before 0.1.0 release!</pre>
1067
+
1068
+ <h1 id="label-Version+0.0.5">Version 0.0.5<span><a href="#label-Version+0.0.5">&para;</a> <a href="#top">&uarr;</a></span></h1>
1069
+
1070
+ <pre>* No new features, some configuration things refined and RDoc added.</pre>
1071
+
1072
+ <h1 id="label-Version+0.0.4">Version 0.0.4<span><a href="#label-Version+0.0.4">&para;</a> <a href="#top">&uarr;</a></span></h1>
1073
+
1074
+ <pre>* Gravatar URL plus default extensions added (JPG, jpeg, JPEG, jpg,
1075
+ PNG and png are valid).</pre>
1076
+
1077
+ <h1 id="label-Version+0.0.3">Version 0.0.3<span><a href="#label-Version+0.0.3">&para;</a> <a href="#top">&uarr;</a></span></h1>
1078
+
1079
+ <pre>* I&#39;ll reach 1.0.0, sooner or later...</pre>
1080
+
1081
+ <h1 id="label-Version+0.0.2">Version 0.0.2<span><a href="#label-Version+0.0.2">&para;</a> <a href="#top">&uarr;</a></span></h1>
1082
+
1083
+ <pre>* Struggling with documentation layout on RubyGems page...
1084
+ * Removed r19cov (for now) and bundle install after gem update.</pre>
1085
+
1086
+ <h1 id="label-Version+0.0.1">Version 0.0.1<span><a href="#label-Version+0.0.1">&para;</a> <a href="#top">&uarr;</a></span></h1>
1087
+
1088
+ <pre>* First public gem. Allows to retrieve the email itself and its MD5.
1089
+ * Bonus track: basic Gravatar URL not officially released ;)</pre>
1090
+
1091
+ <h1 id="label-Version+0.0.0">Version 0.0.0<span><a href="#label-Version+0.0.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
1092
+
1093
+ <pre>* Project structure, gem attempts, ...</pre>
1094
+ <hr>
1095
+
1096
+ <p>gravaty</p>
1097
+
1098
+ <p>Copyright © 2013, 2014, 2015, 2016 Marco Bresciani</p>
1099
+
1100
+ <p>This file is part of gravaty.</p>
1101
+
1102
+ <p>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.</p>
1103
+
1104
+ <p>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.</p>
1105
+
1106
+ <p>You should have received a copy of the GNU General Public License along with gravaty. If not, see &lt;<a href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/&gt;.</p>
1107
+
1108
+ </main>
1109
+
1110
+
1111
+
1112
+ <footer id="validator-badges" role="contentinfo">
1113
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
1114
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
1115
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
1116
+ </footer>
1117
+