gravaty 8.0.0

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

Potentially problematic release.


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

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