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
data/CHANGELOG ADDED
@@ -0,0 +1,835 @@
1
+ = Version 9.0.0
2
+ * MAJOR moving from a_gem.required_ruby_version = '~> 2.5' to
3
+ a_gem.required_ruby_version = '~> 2.6'.
4
+ * MINOR update and fix default image formats.
5
+ * PATCH updating gem dependencies.
6
+ * PATCH add badges from Shields.IO
7
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
8
+
9
+ = Version 8.0.1
10
+ * PATCH updating all files content and formatting layout.
11
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
12
+
13
+ = Version 8.0.0
14
+ * MAJOR moving from a_gem.required_ruby_version = '~> 2.4' to
15
+ a_gem.required_ruby_version = '~> 2.5'.
16
+ * PATCH updating gem dependencies.
17
+ * PATCH updating gem licenses identifier using
18
+ http://spdx.org/licenses list.
19
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
20
+
21
+ = Version 7.0.0
22
+ * MAJOR moving from a_gem.required_ruby_version = '~> 2.3' to
23
+ a_gem.required_ruby_version = '~> 2.4'.
24
+ * PATCH updating gem dependencies.
25
+ * PATCH updating gem licenses identifier using
26
+ http://spdx.org/licenses list.
27
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
28
+
29
+ = Version 6.0.0
30
+ * MAJOR moving from a_gem.required_ruby_version = '~> 2.2' to
31
+ a_gem.required_ruby_version = '~> 2.3'.
32
+ * PATCH updating gem dependencies.
33
+ * PATCH updating gem licenses identifier using
34
+ http://spdx.org/licenses list.
35
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
36
+
37
+ = Version 5.0.0
38
+ * MAJOR moving from a_gem.required_ruby_version = '~> 2.1' to
39
+ a_gem.required_ruby_version = '~> 2.2'.
40
+ * PATCH updating badge.fury.io Markdown.
41
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
42
+
43
+ = Version 4.2.2
44
+ * PATCH updating gem dependencies.
45
+ * PATCH removing CACert root certificate to avoid redistribution
46
+ policy difficulties.
47
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
48
+
49
+ = Version 4.2.0
50
+ * MINOR restoring line 4.x (for Ruby 2.1) starting from 4.2.0 (unused
51
+ version number).
52
+ * PATCH updating gem dependencies.
53
+ * MAJOR moving from a_gem.required_ruby_version = '~> 2.0' to
54
+ a_gem.required_ruby_version = '~> 2.1'.
55
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
56
+
57
+ = Version 3.5.8
58
+ * PATCH updating gem dependencies.
59
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
60
+ * NOTES: Release line 5.x has been merged back into default line: now
61
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
62
+ = '~> 2.0').
63
+ * NOTES: Release line 4.x has been merged back into default line: now
64
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
65
+ = '~> 2.0').
66
+
67
+ = Version 3.5.7
68
+ * PATCH Acknowledgements and Authors update.
69
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
70
+ * NOTES: Release line 5.x has been merged back into default line: now
71
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
72
+ = '~> 2.0').
73
+ * NOTES: Release line 4.x has been merged back into default line: now
74
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
75
+ = '~> 2.0').
76
+
77
+ = Version 3.5.6
78
+ * +0.0.1 Dependencies update.
79
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
80
+ * NOTES: Release line 5.x has been merged back into default line: now
81
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
82
+ = '~> 2.0').
83
+ * NOTES: Release line 4.x has been merged back into default line: now
84
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
85
+ = '~> 2.0').
86
+
87
+ = Version 3.5.5
88
+ * +0.0.1 Dependencies update.
89
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
90
+ * NOTES: Release line 5.x has been merged back into default line: now
91
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
92
+ = '~> 2.0').
93
+ * NOTES: Release line 4.x has been merged back into default line: now
94
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
95
+ = '~> 2.0').
96
+
97
+ = Version 3.5.4
98
+ * +0.0.1 Dependencies update.
99
+ * +0.0.1 Uncharted bug fixing for download and xmlrpc method
100
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
101
+ * NOTES: Release line 5.x has been merged back into default line: now
102
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
103
+ = '~> 2.0').
104
+ * NOTES: Release line 4.x has been merged back into default line: now
105
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
106
+ = '~> 2.0').
107
+
108
+ = Version 3.5.2
109
+ * +0.0.1 Improving existing RDoc.
110
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
111
+ * NOTES: Release line 5.x has been merged back into default line: now
112
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
113
+ = '~> 2.0').
114
+ * NOTES: Release line 4.x has been merged back into default line: now
115
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
116
+ = '~> 2.0').
117
+
118
+ = Version 3.5.1
119
+ * +0.0.1 Some missing '.' ...
120
+ * +0.1.0 Adding to_json method for Gravaty object content.
121
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
122
+ * NOTES: Release line 5.x has been merged back into default line: now
123
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
124
+ = '~> 2.0').
125
+ * NOTES: Release line 4.x has been merged back into default line: now
126
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
127
+ = '~> 2.0').
128
+
129
+ = Version 3.4.1
130
+ * +0.0.1 Minor update for examples.
131
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
132
+ * NOTES: Release line 5.x has been merged back into default line: now
133
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
134
+ = '~> 2.0').
135
+ * NOTES: Release line 4.x has been merged back into default line: now
136
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
137
+ = '~> 2.0').
138
+
139
+ = Version 3.4.0
140
+ * +0.1.0 Coverage report (and simplecov gem) dependency added.
141
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
142
+ * NOTES: Release line 5.x has been merged back into default line: now
143
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
144
+ = '~> 2.0').
145
+ * NOTES: Release line 4.x has been merged back into default line: now
146
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
147
+ = '~> 2.0').
148
+
149
+ = Version 3.3.4
150
+ * +0.0.1 Adding Gravatar link to README.md.
151
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
152
+ * NOTES: Release line 5.x has been merged back into default line: now
153
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
154
+ = '~> 2.0').
155
+ * NOTES: Release line 4.x has been merged back into default line: now
156
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
157
+ = '~> 2.0').
158
+
159
+ = Version 3.3.3
160
+ * NOTES: Release line 5.x has been merged back into default line: now
161
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
162
+ = '~> 2.0').
163
+ * NOTES: Release line 4.x has been merged back into default line: now
164
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
165
+ = '~> 2.0').
166
+ * +0.0.1 Adding ODF source to release.
167
+ * +0.0.1 Minor update to presentation (document at
168
+ https://www.slideshare.net/MarcoBresciani/ruby-gravaty-gem not updated).
169
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
170
+
171
+ = Version 3.3.1
172
+ * NOTES: Release line 5.x has been merged back into default line: now
173
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
174
+ = '~> 2.0').
175
+ * NOTES: Release line 4.x has been merged back into default line: now
176
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
177
+ = '~> 2.0').
178
+ * +0.0.1 Adding used fonts to ODF presentation (document at
179
+ https://www.slideshare.net/MarcoBresciani/ruby-gravaty-gem not updated).
180
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
181
+
182
+ = Version 3.3.0
183
+ * NOTES: Release line 5.x has been merged back into default line: now
184
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
185
+ = '~> 2.0').
186
+ * NOTES: Release line 4.x has been merged back into default line: now
187
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
188
+ = '~> 2.0').
189
+ * +0.1.0 Adding ODF and PDF presentation and online version at
190
+ https://www.slideshare.net/MarcoBresciani/ruby-gravaty-gem
191
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
192
+
193
+ = Version 3.2.4
194
+ * NOTES: Release line 5.x has been merged back into default line: now
195
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
196
+ = '~> 2.0').
197
+ * NOTES: Release line 4.x has been merged back into default line: now
198
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
199
+ = '~> 2.0').
200
+ * +0.0.1 gems minimum versions update in gemspec.
201
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
202
+
203
+ = Version 3.2.3
204
+ * NOTES: Release line 5.x has been merged back into default line: now
205
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
206
+ = '~> 2.0').
207
+ * NOTES: Release line 4.x has been merged back into default line: now
208
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
209
+ = '~> 2.0').
210
+ * +0.0.1 Root certificate updated from PEM format at CAcert.org.
211
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
212
+
213
+ = Version 3.2.2
214
+ * NOTES: Release line 5.x has been merged back into default line: now
215
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
216
+ = '~> 2.0').
217
+ * NOTES: Release line 4.x has been merged back into default line: now
218
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
219
+ = '~> 2.0').
220
+ * +0.0.1 The URL should be URL-encoded to ensure that it carries
221
+ across correctly. See
222
+ http://it.gravatar.com/site/implement/images/#default-image
223
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
224
+
225
+ = Version 3.2.1
226
+ * NOTES: Release line 5.x has been merged back into default line: now
227
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
228
+ = '~> 2.0').
229
+ * NOTES: Release line 4.x has been merged back into default line: now
230
+ line 3.x supports Ruby 2.x (see gemspec: a_gem.required_ruby_version
231
+ = '~> 2.0').
232
+ * +0.0.1 Fully refurbished RDoc.
233
+ * +0.1.0 Dropped support to lines 4.x and 5.x due to updated gemspec
234
+ file to support Ruby 2.x.
235
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
236
+
237
+ = Version 3.1.7
238
+ * NOTES: Release line 5.x will be based on Ruby 2.2.
239
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
240
+ * +0.0.1 Updating Gemfile content.
241
+ * +0.0.1 Removing the LOAD_PATH manipulations ("lib_dir =
242
+ File.dirname(__FILE__) + '/../lib' and $:.unshift lib_dir unless
243
+ $:.include?(lib_dir)) to add require_relative.
244
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
245
+
246
+ = Version 3.1.5
247
+ * NOTES: Release line 5.x will be based on Ruby 2.2.
248
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
249
+ * +0.0.1 Forgot to remove the SecurityError in the xmlrpc method...
250
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
251
+
252
+ = Version 3.1.4
253
+ * NOTES: Release line 5.x will be based on Ruby 2.2.
254
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
255
+ * +0.0.1 Updating summary to include XML-RPC API functionalities.
256
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
257
+
258
+ = Version 3.1.3
259
+ * NOTES: Release line 5.x will be based on Ruby 2.2.
260
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
261
+ * +0.0.1 Updating sample SSL certificate from
262
+ http://curl.haxx.se/ca/cacert.pem
263
+ * +0.0.1 Adding XML-RPC API and examples note about SSL certificate.
264
+ * +0.0.1 Adding XML-RPC API infrastructure for examples.
265
+ * +0.1.0 First release for XML-RPC API (see
266
+ http://en.gravatar.com/site/implement/xmlrpc) support.
267
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
268
+
269
+ = Version 3.0.6
270
+ * NOTES: Release line 5.x will be based on Ruby 2.2.
271
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
272
+ * +0.0.1 some sparse refactoring and moving of additional "modules"
273
+ (downloader, rfc5322 parser parts) to inner utils area.
274
+ * IN PROGRESS: Preparing 2.9.x with an attempt at adding XML-RPC API
275
+ (see http://en.gravatar.com/site/implement/xmlrpc).
276
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
277
+
278
+ = Version 3.0.5
279
+ * NOTES: Release line 5.x will be based on Ruby 2.2.
280
+ * NOTES: Release line 4.x is based on Ruby 2.1.1.
281
+ * +0.0.1 Changing assert_raise block with .must_raise method (whether
282
+ possible).
283
+ * +0.0.1 Simplyfing test_pixelsize.rb.
284
+ * +0.0.1 Adding specific tests for error raisers.
285
+ * +0.0.1 Utils module split into Raisers and RpcConnector.
286
+ * +0.0.1 gems minimum versions update in gemspec.
287
+ * +1.0.0 Removing the readability of the parser and rpc_connector
288
+ attributes of Gravaty objects.
289
+ * IN PROGRESS: Preparing 2.9.x with an attempt at adding XML-RPC API
290
+ (see http://en.gravatar.com/site/implement/xmlrpc).
291
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
292
+
293
+ = Version 2.7.23
294
+ * NOTES: Release line 4.x will be based on Ruby 2.2.
295
+ * NOTES: Release line 3.x is based on Ruby 2.1.1.
296
+ * +0.0.1 gems minimum versions update in gemspec.
297
+ * +0.0.1 Removing nice (but useless) space at the end of many test
298
+ 'it' statements.
299
+ * +0.0.1 Proper renaming of sample certificate file.
300
+ * +0.0.1 Updating documentation files.
301
+ * +0.0.1 Removing .rdoc_options file in favour of Rakefile.
302
+ * IN PROGRESS: Preparing 2.8.x with an attempt at adding XML-RPC API
303
+ (see http://en.gravatar.com/site/implement/xmlrpc).
304
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
305
+
306
+ = Version 2.7.18
307
+ * NOTES: Release line 4.x will be based on Ruby 2.2.
308
+ * NOTES: Release line 3.x is based on Ruby 2.1.1.
309
+ * +0.0.1 SOLVED BUG: https://savannah.nongnu.org/bugs/index.php?41058
310
+ (sample certificate file added to examples directory).
311
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
312
+ * IN PROGRESS: improvements on RDoc contents and layout.
313
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
314
+
315
+ = Version 2.7.17
316
+ * NOTES: Release 4.0 will be based on Ruby 2.2, as soon as Ruby
317
+ Installer will make it available for Microsoft Windows environments.
318
+ * NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
319
+ Installer will make it available for Microsoft Windows environments.
320
+ * +0.0.1 removed the 'ERROR: undefined method `downcase' for
321
+ nil:NilClass' message for test "'when passed an invalid uri ' it
322
+ 'must raise a InvalidURIError'".
323
+ * +0.0.1 gems minimum versions update in gemspec.
324
+ * +0.0.1 creating a specific utility module with methods to easily
325
+ raise errors and being a bit DRYer.
326
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
327
+ * IN PROGRESS: improvements on RDoc contents and layout.
328
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/index.php?41058
329
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
330
+
331
+ = Version 2.7.14
332
+ * NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
333
+ Installer will make it available for Microsoft Windows environments.
334
+ * +0.0.1 gems minimum versions update in gemspec.
335
+ * +0.0.1 copyright notice updated (I forgot we're in March, 2014...).
336
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
337
+ * IN PROGRESS: improvements on RDoc contents and layout.
338
+ * PENDING IMPORTANT BUG:
339
+ https://savannah.nongnu.org/bugs/index.php?41058
340
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928
341
+
342
+ = Version 2.7.12
343
+ * NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
344
+ Installer will make it available for Microsoft Windows environments.
345
+ * +0.0.1 Removed gem warning messages on pessimistic dependency being
346
+ "overly strict".
347
+ * +0.0.1 Removed useless '@parser' and '@locale' attributes from the
348
+ tests area.
349
+ * +0.0.1 Enable the rake package command (stated that you properly
350
+ configure the compression software by yourself: tar, bz2, gz and
351
+ zip).
352
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
353
+ * IN PROGRESS: improvements on RDoc contents and layout.
354
+ * PENDING IMPORTANT BUG:
355
+ https://savannah.nongnu.org/bugs/index.php?41058
356
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928
357
+
358
+ = Version 2.7.9
359
+ * NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
360
+ Installer will make it available for Microsoft Windows environments.
361
+ * +0.0.1 Raising proper error (RuntimeError) when url for downloader
362
+ is nil.
363
+ * +0.0.1 SOLVED BUG: https://savannah.nongnu.org/bugs/index.php?41059
364
+ * +0.0.1 Repairing some issues raised by RubyMine Inspection results.
365
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
366
+ * IN PROGRESS: improvements on RDoc contents and layout.
367
+ * PENDING IMPORTANT BUG:
368
+ https://savannah.nongnu.org/bugs/index.php?41058
369
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928
370
+
371
+ = Version 2.7.6
372
+ * NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
373
+ Installer will make it available for Microsoft Windows environments.
374
+ * Proper update of copyright notices.
375
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
376
+ * IN PROGRESS: improvements on RDoc contents and layout.
377
+ * PENDING MINOR BUG: https://savannah.nongnu.org/bugs/index.php?41059
378
+ * PENDING IMPORTANT BUG:
379
+ https://savannah.nongnu.org/bugs/index.php?41058
380
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928
381
+
382
+ = Version 2.7.5
383
+ * NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
384
+ Installer will make it available for Microsoft Windows environments.
385
+ * +0.1.0 added acknowledgement to Łukasz Niemier suggestions.
386
+ * +0.0.1 gems minimum versions update in gemspec.
387
+ * +0.0.1 removing the a_gravaty object in tests, replaced by subject.
388
+ * +0.0.1 all_tests.rb removed since useless...
389
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
390
+ * IN PROGRESS: improvements on RDoc contents and layout.
391
+ * PENDING MINOR BUG: https://savannah.nongnu.org/bugs/index.php?41059
392
+ * PENDING IMPORTANT BUG:
393
+ https://savannah.nongnu.org/bugs/index.php?41058
394
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928
395
+
396
+ = Version 2.6.2
397
+ * NOTES: Release 3.0 will be based on Ruby 2.1, as soon as Ruby
398
+ Installer will make it available for Microsoft Windows environments.
399
+ * +0.0.1 minor improvements for examples.
400
+ * +0.0.1 SOLVED BUG: https://savannah.nongnu.org/bugs/index.php?41442
401
+ * +0.1.0 official release for download the file according to saved
402
+ gravaty internal status.
403
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
404
+ * IN PROGRESS: improvements on RDoc contents and layout.
405
+ * PENDING MINOR BUG: https://savannah.nongnu.org/bugs/index.php?41059
406
+ * PENDING IMPORTANT BUG:
407
+ https://savannah.nongnu.org/bugs/index.php?41058
408
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928
409
+
410
+ = Version 2.5.18
411
+ * NOTES: latest minor (2.5.x) release before moving to Ruby 2.1.0.
412
+ Release 3.0 will be based on Ruby 2.1.
413
+ * +0.0.1 gems minimum versions update in gemspec.
414
+ * +0.0.1 minor improvements for the README file.
415
+ * IN PROGRESS: interface to download the file according to saved
416
+ gravaty internal status.
417
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
418
+ * IN PROGRESS: improvements on RDoc contents and layout.
419
+ * PENDING MINOR BUG: https://savannah.nongnu.org/bugs/index.php?41059
420
+ * PENDING IMPORTANT BUG:
421
+ https://savannah.nongnu.org/bugs/index.php?41058
422
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928
423
+
424
+ = Version 2.5.16
425
+ * NOTES: latest release before moving to Ruby 2.1.0.
426
+ * +0.0.1 gems minimum versions update in gemspec.
427
+ * +0.0.1 some tests added for Jon Maken's gist.
428
+ * +0.0.1 examples improvement.
429
+ * IN PROGRESS: interface to download the file according to saved
430
+ gravaty internal status.
431
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
432
+ * IN PROGRESS: improvements on RDoc contents and layout.
433
+ * PENDING MINOR BUG: https://savannah.nongnu.org/bugs/index.php?41059
434
+ * PENDING IMPORTANT BUG:
435
+ https://savannah.nongnu.org/bugs/index.php?41058
436
+ * PENDING IMPORTANT BUG: https://savannah.nongnu.org/bugs/?39928
437
+
438
+ = Version 2.5.13.pre
439
+ * +0.0.1 gems minimum versions update in gemspec.
440
+ * +0.0.1 examples improvement.
441
+ * +0.0.1 some tests added for Jon Maken's gist.
442
+ * +0.0.1 some improvements in Jon Maken's gist.
443
+ * IN PROGRESS: interface to download the file according to saved
444
+ gravaty internal status.
445
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
446
+ * IN PROGRESS: improvements on RDoc contents and layout.
447
+ * PENDING KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
448
+
449
+ = Version 2.5.9.pre
450
+ * +0.1.0 preliminary release the interface to download the file
451
+ according to saved gravaty internal status.
452
+ * +0.0.1 micro-change in Jon Maken's gist.
453
+ * IN PROGRESS: interface to download the file according to saved
454
+ gravaty internal status.
455
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
456
+ * IN PROGRESS: improvements on RDoc contents and layout.
457
+ * PENDING KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
458
+
459
+ = Version 2.4.8
460
+ * +0.0.1 minor improvements: "if not" better translated as "unless".
461
+ * IN PROGRESS: interface to download the file according to saved
462
+ gravaty internal status.
463
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
464
+ * IN PROGRESS: improvements on RDoc contents and layout.
465
+ * PENDING KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
466
+
467
+ = Version 2.4.7
468
+ * +0.0.1 Examples improved with future +download+ functionality.
469
+ * +0.1.0 Method reset added to clean up previously saved status
470
+ (through ! methods): restores the email address when using to_s.
471
+ * +0.0.1 Parsers tests improved.
472
+ * +1.0.0 SOLVED BUG: https://savannah.nongnu.org/bugs/index.php?40652
473
+ * +0.0.1 stricter SemVer numbering: added SemVer deltas (see on the
474
+ left) in this CHANGELOG, to better highlight changes (see
475
+ http://semver.org/).
476
+ * IN PROGRESS: interface to download the file according to saved
477
+ gravaty internal status.
478
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
479
+ * IN PROGRESS: improvements on RDoc contents and layout.
480
+ * PENDING KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
481
+
482
+ = Version 1.3.4
483
+ * New features requests related to GUI components (GTK+ and Tcl/TK)
484
+ closed: they should be new gems, not new features.
485
+ * Gem summary and description updated.
486
+ * Wrong authors list corrected.
487
+ * Markdown syntax for non-code files (and .md file extensions).
488
+ * IN PROGRESS: interface to download the file according to saved
489
+ gravaty internal status.
490
+ * IN PROGRESS: Rakefile removal, replaced by .rdoc_options.
491
+ * IN PROGRESS: improvements on RDoc contents and layout.
492
+ * PENDING KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
493
+
494
+ = Version 1.3.3
495
+ * Tests for complete usage of "Parsable" duck type.
496
+ * IN PROGRESS. Interface to download the file according to saved
497
+ gravaty internal status.
498
+ * Added Jon Maken gist for URL download to file.
499
+ * Tests for "Parsable" duck type.
500
+ * IN PROGRESS. Changing from RDoc to Markdown syntax.
501
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
502
+ non-code files).
503
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
504
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
505
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965
506
+
507
+ = Version 1.2.0
508
+ * Moving to Ruby 2.1 worked, now back to 2.0 till 2.1 will be ready.
509
+ * IN PROGRESS. Tests for parser duck type.
510
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
511
+ non-code files).
512
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
513
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
514
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965
515
+
516
+ = Version 1.1.0
517
+ * Moving to Ruby 2.1!
518
+ * Added tests for parser object and 'parse' duck type.
519
+ * Further improvement for examples.
520
+ * Refactoring for Parser, so that it can receive the list of actual
521
+ parsers and maybe easily extended/expanded and tested.
522
+ * IN PROGRESS. Tests for parser duck type.
523
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
524
+ non-code files).
525
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
526
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
527
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965
528
+
529
+ = Version 1.0.0
530
+ * The Mega-refactoring: each parameter parser has its own class,
531
+ dinamically loaded by name. There are better solutions, but at the
532
+ moment I'm going with this.
533
+ * Parser object refactored to add a single +parse+ method.
534
+ * Created a specific factory method (Gravaty::gravatize) to better
535
+ decouple Gravaty object from the Parser. Users are expected to use
536
+ gravaty as in the examples.
537
+ * Gravaty object now requires an external Parser object.
538
+ * Folder example renamed to examples.
539
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
540
+ non-code files).
541
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
542
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
543
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965
544
+
545
+ = Version 0.9.0.pre
546
+ * Some refactoring to remove all parameters checks (Parser class) and
547
+ all.
548
+ * Spaceship method (<=>) is now public (otherwise, while including
549
+ Comparable?).
550
+ * Added profile! and avatar! methods for saving state in the Gravaty
551
+ object itself. Now the to_s method presents the latest request (done
552
+ with avatar! or profile!).
553
+ * Added note to Semantic Versioning.
554
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
555
+ non-code files).
556
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
557
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
558
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965
559
+
560
+ = Version 0.8.2
561
+ * Examples updated (comments included).
562
+ * Addeed ISSUES page.
563
+ * Issues added to FreedomSponsors.org (see ISSUES page).
564
+ * IN PROGRESS. Improvements on RDoc contents and layout (mostly on
565
+ non-code files).
566
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
567
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39964
568
+ * FEATURE REQUEST: https://savannah.nongnu.org/bugs/?39965
569
+
570
+ = Version 0.8.1
571
+ * We have a bug: https://savannah.nongnu.org/bugs/?3992 don't panic!
572
+ * Some minor improvements.
573
+ * The code missed "require 'uri'" statement... idiot myself!
574
+ * IN PROGRESS. Improvements in RFC5322 tests. There is one failing
575
+ test: the address 'Joe Q. Public <john.q.public@example.com>' is
576
+ read properly while according to RFC5322 (see
577
+ https://tools.ietf.org/html/rfc5322#appendix-A.1.2) the same address
578
+ shall be '"Joe Q. Public" <john.q.public@example.com>' (that is:
579
+ with doule quotes around the name).
580
+ * FSIJ理事会の理事長、新部裕さんの日本語の翻訳。 Japanese translation
581
+ by Yutaka Niibe, President of Free Software Initiative of Japan.
582
+ * Removed unused Cucumber-based features and steps.
583
+
584
+ = Version 0.8.0
585
+ * Tests updated. Some other minor modifications.
586
+ * Added support to URL own default images (see
587
+ http://it.gravatar.com/site/implement/images/#default-image) with
588
+ URI format check.
589
+ * Deprecations removed.
590
+
591
+ = Version 0.7.0
592
+ * Minor updates to Rakefile and GemSpec.
593
+ * IN PROGRESS. Added some (few) tests for the RFC5322 email validation
594
+ part (only).
595
+
596
+ = Version 0.7.0.pre
597
+ * Added original downloaded gist to doc directory.
598
+ * Added Peter Marreck gist for RFC5322 email validation.
599
+ * Another attempt to solve the push problem...
600
+ * Some more checks for gem building (supposed it was my fault I can't
601
+ push anymore...).
602
+
603
+ = Version 0.6.5
604
+ * Another attempt to solve the push problem...
605
+ * Some more checks for gem building (supposed it was my fault I can't
606
+ push anymore...).
607
+ * IN PROGRESS. Test for basic RFC822, with "invalid multibyte escape"
608
+ error avoided (see
609
+ http://stackoverflow.com/questions/3588826/invalid-multibyte-escape-after-upgrade-to-rails-3-and-ruby-1-9-2-dtext
610
+ or
611
+ http://www.yannlaviolette.com/2012/10/invalid-multibyte-escape-argumenterror.html)
612
+ but still doesn't pass... Why?
613
+
614
+ = Version 0.6.4
615
+ * Another attempt to solve the push problem...
616
+ * Some more checks for gem building (supposed it was my fault I can't
617
+ push anymore...).
618
+ * IN PROGRESS. Test for basic RFC822, with "invalid multibyte escape"
619
+ error avoided (see
620
+ http://stackoverflow.com/questions/3588826/invalid-multibyte-escape-after-upgrade-to-rails-3-and-ruby-1-9-2-dtext
621
+ or
622
+ http://www.yannlaviolette.com/2012/10/invalid-multibyte-escape-argumenterror.html)
623
+ but still doesn't pass... Why?
624
+
625
+ = Version 0.6.3
626
+ * Another attempt to solve the push problem...
627
+ * Some more checks for gem building (supposed it was my fault I can't
628
+ push anymore...).
629
+ * IN PROGRESS. Test for basic RFC822, with "invalid multibyte escape"
630
+ error avoided (see http://stackoverflow.com/questions/3588826/invalid-multibyte-escape-after-upgrade-to-rails-3-and-ruby-1-9-2-dtext
631
+ or
632
+ http://www.yannlaviolette.com/2012/10/invalid-multibyte-escape-argumenterror.html)
633
+ but still doesn't pass... Why?
634
+
635
+ = Version 0.6.2
636
+ * Added tests for out-of-bounds options
637
+ * Commom factor for raise ArgumentError checks.
638
+ * Some minor (and backward-compatible to 0.6.x ...) refactoring for
639
+ better coding.
640
+ * Some more checks for gem building (supposed it was my fault I can't
641
+ push anymore...).
642
+ * IN PROGRESS. Test for basic RFC822, with "invalid multibyte escape"
643
+ error avoided (see
644
+ http://stackoverflow.com/questions/3588826/invalid-multibyte-escape-after-upgrade-to-rails-3-and-ruby-1-9-2-dtext
645
+ or
646
+ http://www.yannlaviolette.com/2012/10/invalid-multibyte-escape-argumenterror.html)
647
+ but still doesn't pass... Why?
648
+
649
+ = Version 0.6.1
650
+ * Repaired gem building issues after so much refactoring...
651
+
652
+ = Version 0.6.0
653
+ * Improved code and project quality and conventions.
654
+ * Different usage (see Bundler GemSpec file) for version number.
655
+ * Removed the forced dependency to changelog: if it's present let's
656
+ use it, else show a normal message.
657
+ * Renamed test_helpers.rb in test_helper.rb
658
+ * Moved to a proper module structure. See: http://lnkd.in/vEUt9D
659
+ * Added Minitest specifications (while waiting for full Ruby 2.0
660
+ support by Gherkin in Windows environment).
661
+ * UNDER EVALUATION. Add the support for default images as described in
662
+ https://secure.gravatar.com/site/implement/images/#default-image
663
+ since checking on all the four conditions is needed. Condition
664
+ number 4 is tricky but I could avoid any checking living it to Gravatar...
665
+
666
+ = Version 0.5.1
667
+ * url method (properly?) renamed to avatar.
668
+ * profile_url (properly?) renamed to profile.
669
+ * IN PROGRESS. Adding Minitest specifications while waiting for full
670
+ Ruby 2.0 support by Gherkin in Windows environment.
671
+
672
+ = Version 0.5.1.pre
673
+ * IN PROGRESS. Removed I18n explicit configuration moving yml files in
674
+ /config/locales instead of
675
+ /lib/name/bresciani/marco/gravaty/locales.
676
+ * IN PROGRESS. Adding Minitest specifications while waiting for full
677
+ Ruby 2.0 support by Gherkin in Windows environment.
678
+ * IN PROGRESS. Some refactoring and renaming for methods.
679
+ * IN PROGRESS. Adding RSpec while waiting for full Ruby 2.0 support by
680
+ Gherkin in Windows environment.
681
+
682
+ = Version 0.5.0
683
+ * IN PROGRESS. Some refactoring and renaming for methods.
684
+ * IN PROGRESS. Adding RSpec while waiting for full Ruby 2.0 support by
685
+ Gherkin in Windows environment.
686
+
687
+ = Version 0.5.0.pre
688
+ * Added Gravatar Terms of Service ("Gravatar Terms of Use" from URL
689
+ https://secure.gravatar.com/site/terms-of-service) to the README
690
+ file.
691
+ * IN PROGRESS. Some refactoring and renaming for methods.
692
+ * IN PROGRESS. Adding RSpec while waiting for full Ruby 2.0 support by
693
+ Gherkin in Windows environment.
694
+
695
+ = Version 0.4.0
696
+ * Completed support to all profile formats (JSON, PHP, etc.).
697
+ * Removed direct VFC/vCard support for a more generic one (since there
698
+ are no additional parameters).
699
+ * JSON format support (plus callback) added for profile. See
700
+ https://secure.gravatar.com/site/implement/profiles/json/.
701
+
702
+ = Version 0.3.4
703
+ * Japanese translation by Yutaka Niibe, President of Free Software
704
+ Initiative of Japan. FSIJ理事会の理事長、新部裕さんの日本語の翻訳。
705
+
706
+ = Version 0.3.3
707
+ * Even though R18n was nice, I've preferred to move to I18n since it's
708
+ more standard and widely used... even on Rails!
709
+
710
+ = Version 0.3.2
711
+ * Added explicit (test/development) dependency for gherkin, even
712
+ though it's not (yet?!) available for Ruby 2.0...
713
+ * QR Code (https://en.wikipedia.org/wiki/QR_code) format support added
714
+ for profile. See
715
+ https://secure.gravatar.com/site/implement/profiles/qr/
716
+ * VCF/vCard format support added for profile. See
717
+ https://secure.gravatar.com/site/implement/profiles/vcf/
718
+ * Basic profile support added (for VCF/vCard and QR code purpose only,
719
+ at the moment).
720
+
721
+ = Version 0.2.0
722
+ * First complete version with approved project on Savannah.NonGNU.Org
723
+ (see https://savannah.nongnu.org/projects/gravaty/) and GNU GPLv3
724
+ license; source code available through anonymous checkout: hg clone
725
+ http://hg.savannah.nongnu.org/hgweb/gravaty/ or write me and I'll
726
+ send it.
727
+
728
+ = Version 0.1.6
729
+ * doc/README added for submission to Savannah.NonGNU.Org.
730
+
731
+ = Version 0.1.5
732
+ * Possibly reasonable Japanese I18N added (Japanese people, please
733
+ check!).
734
+ * Public constants removed (were they actually useful, externally to
735
+ gravaty?): it's actually cleaner to have them, instead of magic
736
+ number in the code, but I don't know... maybe they'll return as
737
+ private...
738
+
739
+ = Version 0.1.4
740
+ * Main method image_request is now the method with Hash parameter
741
+ (cleaner) while the old image_request has now became
742
+ image_param_request.
743
+ * Some RDoc still in progress.
744
+ * Gosh! Why the r18n-desktop usage didn't work? I have to cover it
745
+ with tests as well... Properly set-up the i18n and rough Japanese
746
+ support added (Japanese developers, please help!).
747
+
748
+ = Version 0.1.3
749
+ * All dependencies and sub-dependencies are explicitly listed
750
+ (grouping in gemfile should be correct).
751
+ * Trying to add RDoc comments (in progress)... are they useful? Are
752
+ they needed? Suggested? Supported? "Cool"?
753
+
754
+ = Version 0.1.2
755
+ * Support for changelog (https://github.com/botanicus/changelog) gem.
756
+ * Added # -*- rdoc -*- comment to most RDoc files... except this one
757
+ otherwise the parse will explode!
758
+
759
+ = Version 0.1.1
760
+ * Force default option added.
761
+ * Default options ('404' 'mm' 'identicon' 'monsterid' 'wavatar'
762
+ 'retro' 'blank') ongoing.
763
+
764
+ = Version 0.1.0
765
+ * Some more BDD and code refactoring still in progress.
766
+ * Still waiting for project approval on Savannah to publish code.
767
+ * Moved to Ruby 2.0.0!
768
+
769
+ = Version 0.1.0.pre
770
+ * Some BDD and code refactoring still in progress (I'm not yet fully
771
+ happy about it).
772
+ * Still waiting for project approval on Savannah to publish code.
773
+ * Moving to Ruby 2.0.0!
774
+
775
+ = Version 0.0.9
776
+ * Secure basic URL added (to be refactored!).
777
+ * usage_sample.rb in bin folder available.
778
+ * Waiting for project approval on Savannah to publish code.
779
+
780
+ = Version 0.0.8
781
+ * Still a bit messy, sorry.
782
+ * Refresh of RDoc, finalized to the smallcaps name (sorry).
783
+
784
+ = Version 0.0.7
785
+ * Added the possibility to retrieve the URL with a specified size [1;
786
+ 2048].
787
+
788
+ = Version 0.0.6
789
+ * Cucumber task properly configured also in RubyMine; would like to
790
+ add RSpec but since there's already Cucumber, probably it's not
791
+ useful.
792
+ * RDoc position changed, let's see if it becomes visible... Promise
793
+ I'll read RubyGems docs before 0.1.0 release!
794
+
795
+ = Version 0.0.5
796
+ * No new features, some configuration things refined and RDoc added.
797
+
798
+ = Version 0.0.4
799
+ * Gravatar URL plus default extensions added (JPG, jpeg, JPEG, jpg,
800
+ PNG and png are valid).
801
+
802
+ = Version 0.0.3
803
+ * I'll reach 1.0.0, sooner or later...
804
+
805
+ = Version 0.0.2
806
+ * Struggling with documentation layout on RubyGems page...
807
+ * Removed r19cov (for now) and bundle install after gem update.
808
+
809
+ = Version 0.0.1
810
+ * First public gem. Allows to retrieve the email itself and its MD5.
811
+ * Bonus track: basic Gravatar URL not officially released ;)
812
+
813
+ = Version 0.0.0
814
+ * Project structure, gem attempts, ...
815
+
816
+ ----
817
+
818
+ gravaty
819
+
820
+ Copyright © 2013, 2014, 2015, 2016 Marco Bresciani
821
+
822
+ This file is part of gravaty.
823
+
824
+ gravaty is free software: you can redistribute it and/or modify it under
825
+ the terms of the GNU General Public License as published by the Free
826
+ Software Foundation, either version 3 of the License, or (at your
827
+ option) any later version.
828
+
829
+ gravaty is distributed in the hope that it will be useful, but WITHOUT
830
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
831
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
832
+ more details.
833
+
834
+ You should have received a copy of the GNU General Public License along
835
+ with gravaty. If not, see <http://www.gnu.org/licenses/>.