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