gravaty 9.0.0 → 9.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +4 -0
  3. data/gravaty.gemspec +1 -1
  4. data/html/CHANGELOG.html +7 -1
  5. data/html/COPYING_md.html +1 -1
  6. data/html/Gemfile.html +1 -1
  7. data/html/Gravaty.html +1 -1
  8. data/html/Gravaty/Gravaty.html +1 -1
  9. data/html/Gravaty/ParsableDuckType.html +1 -1
  10. data/html/Gravaty/Parser.html +1 -1
  11. data/html/Gravaty/Parsers.html +1 -1
  12. data/html/Gravaty/Parsers/Avatar.html +1 -1
  13. data/html/Gravaty/Parsers/Callback.html +1 -1
  14. data/html/Gravaty/Parsers/Default.html +1 -1
  15. data/html/Gravaty/Parsers/Force.html +1 -1
  16. data/html/Gravaty/Parsers/Format.html +1 -1
  17. data/html/Gravaty/Parsers/Pixelsize.html +1 -1
  18. data/html/Gravaty/Parsers/Rating.html +1 -1
  19. data/html/Gravaty/Parsers/Secure.html +1 -1
  20. data/html/Gravaty/Parsers/Type.html +1 -1
  21. data/html/Gravaty/Utils.html +1 -1
  22. data/html/Gravaty/Utils/Downloader.html +1 -1
  23. data/html/Gravaty/Utils/Downloader/Downloader.html +1 -1
  24. data/html/Gravaty/Utils/Raisers.html +1 -1
  25. data/html/Gravaty/Utils/Rfc5322.html +1 -1
  26. data/html/Gravaty/Utils/RpcConnector.html +1 -1
  27. data/html/Gravaty/Utils/RpcConnector/RpcConnector.html +1 -1
  28. data/html/ISSUES_md.html +1 -1
  29. data/html/Object.html +1 -1
  30. data/html/README_md.html +1 -1
  31. data/html/Rakefile.html +1 -1
  32. data/html/acknowledgements_md.html +1 -1
  33. data/html/authors_md.html +1 -1
  34. data/html/copyright_md.html +1 -1
  35. data/html/created.rid +4 -4
  36. data/html/examples/cacert_pem.html +1 -1
  37. data/html/gravaty_gemspec.html +2 -2
  38. data/html/index.html +1 -1
  39. data/html/js/search_index.js +1 -1
  40. data/html/js/search_index.js.gz +0 -0
  41. data/html/table_of_contents.html +4 -2
  42. data/lib/gravaty/version.rb +1 -1
  43. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d2313a012e4331963a7b2ac1bee4b61bd3c76f8ee9f6facd87acc23beda4f44
4
- data.tar.gz: b0812ad7e9acd0517ef7dd74f7c715ef37846429764aa721281b307684ae48e3
3
+ metadata.gz: 1e89fe7911f6f49d035a883cce2c6cd0eb031f68a9122294c6638b855b268779
4
+ data.tar.gz: 87c0d135f709a77e61a088b5abd0d6e9262aa951ec1ec049d6de257fc30ce8f5
5
5
  SHA512:
6
- metadata.gz: 163dfa2dce0ed05fdbd7a365c27ee0da038abc0cda2c61b77471780883562831964f49b3485cb7c35396a9957b4a1dedee639e4503925c411b1d3e3ee3c36e71
7
- data.tar.gz: 8b771a02673590cb8b0fa727abe7d1f89ce7c42de701b24a931c14672865e1187fa0df4b755cd764b916804e0b645631ab4e2cbb16a7ee73f87543998e29cc1b
6
+ metadata.gz: f357907aac5f725fcc5de63d3c0928759bd3d71be816d0c1e828a2651d91ca80e5d12dc959a6c070e02d4674962149f09c50833309cb80d5888c36ab4588d335
7
+ data.tar.gz: 554050f7becdd3d42b4e12d240eb76e4d4d415a5a3ba1ee321787d0d8b18f77157c3da990e261b958eec487c0609065af90bbbfe145d2e7cda5151c2c3d650e5
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ = Version 9.0.1
2
+ * PATCH updating gem dependencies.
3
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928
4
+
1
5
  = Version 9.0.0
2
6
  * MAJOR moving from a_gem.required_ruby_version = '~> 2.5' to
3
7
  a_gem.required_ruby_version = '~> 2.6'.
@@ -64,7 +64,7 @@ Gem::Specification.new do |a_gem|
64
64
  a_gem.add_development_dependency 'minitest', '~>5.11'
65
65
  a_gem.add_development_dependency 'rake', '~>12.3'
66
66
  a_gem.add_development_dependency 'rdoc', '~>6.1'
67
- a_gem.add_development_dependency 'simplecov', '~>0.16'
67
+ a_gem.add_development_dependency 'simplecov', '~>0.17'
68
68
 
69
69
  a_gem.requirements = a_gem.required_ruby_version.to_s, a_gem.dependencies.to_s
70
70
 
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>CHANGELOG - gravaty 9.0.0</title>
7
+ <title>CHANGELOG - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -57,6 +57,7 @@
57
57
  <h3>Table of Contents</h3>
58
58
 
59
59
  <ul class="link-list" role="directory">
60
+ <li><a href="#label-Version+9.0.1">Version 9.0.1</a>
60
61
  <li><a href="#label-Version+9.0.0">Version 9.0.0</a>
61
62
  <li><a href="#label-Version+8.0.1">Version 8.0.1</a>
62
63
  <li><a href="#label-Version+8.0.0">Version 8.0.0</a>
@@ -187,6 +188,11 @@
187
188
 
188
189
  <main role="main" aria-label="Page CHANGELOG">
189
190
 
191
+ <h1 id="label-Version+9.0.1">Version 9.0.1<span><a href="#label-Version+9.0.1">&para;</a> <a href="#top">&uarr;</a></span></h1>
192
+
193
+ <pre>* PATCH updating gem dependencies.
194
+ * KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>
195
+
190
196
  <h1 id="label-Version+9.0.0">Version 9.0.0<span><a href="#label-Version+9.0.0">&para;</a> <a href="#top">&uarr;</a></span></h1>
191
197
 
192
198
  <pre>* MAJOR moving from a_gem.required_ruby_version = &#39;~&gt; 2.5&#39; to
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>COPYING - gravaty 9.0.0</title>
7
+ <title>COPYING - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>Gemfile - gravaty 9.0.0</title>
7
+ <title>Gemfile - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module Gravaty - gravaty 9.0.0</title>
7
+ <title>module Gravaty - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Gravaty - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Gravaty - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module Gravaty::ParsableDuckType - gravaty 9.0.0</title>
7
+ <title>module Gravaty::ParsableDuckType - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Parser - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Parser - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module Gravaty::Parsers - gravaty 9.0.0</title>
7
+ <title>module Gravaty::Parsers - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Parsers::Avatar - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Parsers::Avatar - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Parsers::Callback - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Parsers::Callback - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Parsers::Default - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Parsers::Default - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Parsers::Force - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Parsers::Force - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Parsers::Format - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Parsers::Format - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Parsers::Pixelsize - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Parsers::Pixelsize - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Parsers::Rating - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Parsers::Rating - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Parsers::Secure - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Parsers::Secure - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Parsers::Type - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Parsers::Type - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module Gravaty::Utils - gravaty 9.0.0</title>
7
+ <title>module Gravaty::Utils - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module Gravaty::Utils::Downloader - gravaty 9.0.0</title>
7
+ <title>module Gravaty::Utils::Downloader - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Utils::Downloader::Downloader - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Utils::Downloader::Downloader - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module Gravaty::Utils::Raisers - gravaty 9.0.0</title>
7
+ <title>module Gravaty::Utils::Raisers - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module Gravaty::Utils::Rfc5322 - gravaty 9.0.0</title>
7
+ <title>module Gravaty::Utils::Rfc5322 - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module Gravaty::Utils::RpcConnector - gravaty 9.0.0</title>
7
+ <title>module Gravaty::Utils::RpcConnector - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Gravaty::Utils::RpcConnector::RpcConnector - gravaty 9.0.0</title>
7
+ <title>class Gravaty::Utils::RpcConnector::RpcConnector - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../../../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>ISSUES - gravaty 9.0.0</title>
7
+ <title>ISSUES - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class Object - gravaty 9.0.0</title>
7
+ <title>class Object - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>README - gravaty 9.0.0</title>
7
+ <title>README - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>Rakefile - gravaty 9.0.0</title>
7
+ <title>Rakefile - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>acknowledgements - gravaty 9.0.0</title>
7
+ <title>acknowledgements - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>authors - gravaty 9.0.0</title>
7
+ <title>authors - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>copyright - gravaty 9.0.0</title>
7
+ <title>copyright - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -1,5 +1,5 @@
1
- Tue, 23 Apr 2019 11:35:41 +0200
2
- CHANGELOG Tue, 23 Apr 2019 10:07:14 +0200
1
+ Thu, 22 Aug 2019 09:20:51 +0200
2
+ CHANGELOG Thu, 22 Aug 2019 09:18:23 +0200
3
3
  COPYING.md Thu, 21 Feb 2019 10:06:36 +0100
4
4
  Gemfile Thu, 21 Feb 2019 10:37:26 +0100
5
5
  ISSUES.md Thu, 21 Feb 2019 11:19:06 +0100
@@ -13,7 +13,7 @@ examples/basics.rb Tue, 23 Apr 2019 08:54:15 +0200
13
13
  examples/cacert.pem Tue, 23 Apr 2019 08:44:30 +0200
14
14
  examples/profile.rb Tue, 23 Apr 2019 08:54:15 +0200
15
15
  examples/xmlrpc.rb Tue, 23 Apr 2019 08:54:15 +0200
16
- gravaty.gemspec Tue, 23 Apr 2019 10:35:01 +0200
16
+ gravaty.gemspec Thu, 22 Aug 2019 09:14:32 +0200
17
17
  gravaty.odp Wed, 03 Sep 2014 17:27:18 +0200
18
18
  gravaty.pdf Wed, 03 Sep 2014 17:27:18 +0200
19
19
  lib/gravaty/application.rb Tue, 23 Apr 2019 09:41:37 +0200
@@ -35,7 +35,7 @@ lib/gravaty/utils/downloader.rb Tue, 23 Apr 2019 09:41:36 +0200
35
35
  lib/gravaty/utils/raisers.rb Tue, 23 Apr 2019 08:36:50 +0200
36
36
  lib/gravaty/utils/rfc5322.rb Thu, 21 Feb 2019 11:57:06 +0100
37
37
  lib/gravaty/utils/rpc_connector.rb Tue, 23 Apr 2019 08:36:50 +0200
38
- lib/gravaty/version.rb Tue, 23 Apr 2019 09:22:43 +0200
38
+ lib/gravaty/version.rb Thu, 22 Aug 2019 09:18:23 +0200
39
39
  lib/gravaty.rb Tue, 23 Apr 2019 08:39:52 +0200
40
40
  test/gravaty/locales/test_locales.rb Thu, 21 Feb 2019 11:44:09 +0100
41
41
  test/gravaty/parsers/test_avatar.rb Tue, 23 Apr 2019 08:56:29 +0200
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>cacert.pem - gravaty 9.0.0</title>
7
+ <title>cacert.pem - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>gravaty.gemspec - gravaty 9.0.0</title>
7
+ <title>gravaty.gemspec - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -142,7 +142,7 @@ Rakefile README.md)</span>
142
142
  <span class="ruby-identifier">a_gem</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&#39;minitest&#39;</span>, <span class="ruby-string">&#39;~&gt;5.11&#39;</span>
143
143
  <span class="ruby-identifier">a_gem</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&#39;rake&#39;</span>, <span class="ruby-string">&#39;~&gt;12.3&#39;</span>
144
144
  <span class="ruby-identifier">a_gem</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&#39;rdoc&#39;</span>, <span class="ruby-string">&#39;~&gt;6.1&#39;</span>
145
- <span class="ruby-identifier">a_gem</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&#39;simplecov&#39;</span>, <span class="ruby-string">&#39;~&gt;0.16&#39;</span>
145
+ <span class="ruby-identifier">a_gem</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&#39;simplecov&#39;</span>, <span class="ruby-string">&#39;~&gt;0.17&#39;</span>
146
146
 
147
147
  <span class="ruby-identifier">a_gem</span>.<span class="ruby-identifier">requirements</span> = <span class="ruby-identifier">a_gem</span>.<span class="ruby-identifier">required_ruby_version</span>.<span class="ruby-identifier">to_s</span>, <span class="ruby-identifier">a_gem</span>.<span class="ruby-identifier">dependencies</span>.<span class="ruby-identifier">to_s</span>
148
148
 
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>gravaty 9.0.0</title>
7
+ <title>gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -1 +1 @@
1
- var search_data = {"index":{"searchIndex":["gravaty","gravaty","parsableducktype","parser","parsers","avatar","callback","default","force","format","pixelsize","rating","secure","type","utils","downloader","downloader","raisers","rfc5322","rpcconnector","rpcconnector","object","<=>()","avatar()","avatar!()","call()","download()","download_file()","gravatize()","json()","json!()","load_yaml_file()","new()","new()","new()","parse()","parse()","parse()","parse()","parse()","parse()","parse()","parse()","parse()","parse()","profile()","profile!()","qrcode()","qrcode!()","raiser_downcase()","raiser_to_i()","reset()","test_parsable_duck_type()","to_json()","to_s()","xmlrpc()","changelog","copying","gemfile","issues","readme","rakefile","acknowledgements","authors","copyright","cacert.pem","gravaty.gemspec"],"longSearchIndex":["gravaty","gravaty::gravaty","gravaty::parsableducktype","gravaty::parser","gravaty::parsers","gravaty::parsers::avatar","gravaty::parsers::callback","gravaty::parsers::default","gravaty::parsers::force","gravaty::parsers::format","gravaty::parsers::pixelsize","gravaty::parsers::rating","gravaty::parsers::secure","gravaty::parsers::type","gravaty::utils","gravaty::utils::downloader","gravaty::utils::downloader::downloader","gravaty::utils::raisers","gravaty::utils::rfc5322","gravaty::utils::rpcconnector","gravaty::utils::rpcconnector::rpcconnector","object","gravaty::gravaty#<=>()","gravaty::gravaty#avatar()","gravaty::gravaty#avatar!()","gravaty::utils::rpcconnector::rpcconnector#call()","gravaty::gravaty#download()","gravaty::utils::downloader::downloader::download_file()","gravaty::gravatize()","gravaty::gravaty#json()","gravaty::gravaty#json!()","object#load_yaml_file()","gravaty::gravaty::new()","gravaty::parser::new()","gravaty::utils::rpcconnector::rpcconnector::new()","gravaty::parser#parse()","gravaty::parsers::avatar#parse()","gravaty::parsers::callback#parse()","gravaty::parsers::default#parse()","gravaty::parsers::force#parse()","gravaty::parsers::format#parse()","gravaty::parsers::pixelsize#parse()","gravaty::parsers::rating#parse()","gravaty::parsers::secure#parse()","gravaty::parsers::type#parse()","gravaty::gravaty#profile()","gravaty::gravaty#profile!()","gravaty::gravaty#qrcode()","gravaty::gravaty#qrcode!()","gravaty::utils::raisers#raiser_downcase()","gravaty::utils::raisers#raiser_to_i()","gravaty::gravaty#reset()","gravaty::parsableducktype#test_parsable_duck_type()","gravaty::gravaty#to_json()","gravaty::gravaty#to_s()","gravaty::gravaty#xmlrpc()","","","","","","","","","","",""],"info":[["Gravaty","","Gravaty.html","","<p>Author &mdash; Marco Bresciani\n<p>Copyright &mdash; Copyright © 2013, 2014, 2015, 2016, 2017, 2018,\n\n<p>2019 Marco Bresciani …\n"],["Gravaty::Gravaty","","Gravaty/Gravaty.html","","<p>This class is a simple API to retrieve an URL with specified options from Gravatar site. It can be used …\n"],["Gravaty::ParsableDuckType","","Gravaty/ParsableDuckType.html","","<p>This module represents the parsable duck type element for testing purposes.\n<p>Author &mdash; Marco Bresciani\n<p>Copyright … &mdash; "],["Gravaty::Parser","","Gravaty/Parser.html","","<p>This class is a simple utility that is used to parse and filter parameters for gravaty.\n<p>Author &mdash; Marco Bresciani …\n"],["Gravaty::Parsers","","Gravaty/Parsers.html","",""],["Gravaty::Parsers::Avatar","","Gravaty/Parsers/Avatar.html","","<p>This class is an implementation of the Parsable duck type that checks for avater or profile URI. The …\n"],["Gravaty::Parsers::Callback","","Gravaty/Parsers/Callback.html","","<p>This class is an implementation of the Parsable duck type that provides the callback name. The only needed …\n"],["Gravaty::Parsers::Default","","Gravaty/Parsers/Default.html","","<p>This class is an implementation of the Parsable duck type that checks the default option. The only needed …\n"],["Gravaty::Parsers::Force","","Gravaty/Parsers/Force.html","","<p>This class is an implementation of the Parsable duck type that checks forces the default value. The only …\n"],["Gravaty::Parsers::Format","","Gravaty/Parsers/Format.html","","<p>This class is an implementation of the Parsable duck type that checks the profile type. The only needed …\n"],["Gravaty::Parsers::Pixelsize","","Gravaty/Parsers/Pixelsize.html","","<p>This class is an implementation of the Parsable duck type that checks the image size. The only needed …\n"],["Gravaty::Parsers::Rating","","Gravaty/Parsers/Rating.html","","<p>This class is an implementation of the Parsable duck type that checks the rating type. The only needed …\n"],["Gravaty::Parsers::Secure","","Gravaty/Parsers/Secure.html","","<p>This class is an implementation of the Parsable duck type that provides the secure or unsecure URI. …\n"],["Gravaty::Parsers::Type","","Gravaty/Parsers/Type.html","","<p>This class is an implementation of the Parsable duck type that checks the avatar type. The only needed …\n"],["Gravaty::Utils","","Gravaty/Utils.html","","<p>This module is a simple collection of useful things and methods that I prefer to keep as DRYer as possible. …\n"],["Gravaty::Utils::Downloader","","Gravaty/Utils/Downloader.html","","<p>This module is a simple wrapper container for Peter R. Marreck&#39;s gist.\n<p>Author &mdash; Jon Maken\n<p>License &mdash; 3-clause …\n"],["Gravaty::Utils::Downloader::Downloader","","Gravaty/Utils/Downloader/Downloader.html","","<p>!/usr/bin/env ruby\n\n<pre>An HTTP/HTTPS/FTP file downloader library/CLI based upon\nMiniPortile&#39;s HTTP implementation. ...</pre>\n"],["Gravaty::Utils::Raisers","","Gravaty/Utils/Raisers.html","","<p>This module contains some utility method to raise errors according to (possibly) common conditions.\n<p>Author … &mdash; "],["Gravaty::Utils::Rfc5322","","Gravaty/Utils/Rfc5322.html","","<p>This module is a simple wrapper container for Peter R. Marreck&#39;s gist.\n<p>Author &mdash; Peter R. Marreck\n<p>Copyright … &mdash; "],["Gravaty::Utils::RpcConnector","","Gravaty/Utils/RpcConnector.html","","<p>This module contains the XML-RPC connector class.\n<p>Author &mdash; Marco Bresciani\n<p>Copyright &mdash; Copyright © 2013, 2014, …\n"],["Gravaty::Utils::RpcConnector::RpcConnector","","Gravaty/Utils/RpcConnector/RpcConnector.html","","<p>Creates a <code>RpcConnector</code> described by the user&#39;s email <code>digest</code> and a <code>password</code>. Throws a <code>ArgumentError</code> …\n"],["Object","","Object.html","",""],["<=>","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-3C-3D-3E","(other_gravaty)",""],["avatar","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-avatar","(args = {})","<p>Returns a string containing the URI of the gravatar associated to internal (provided) email address. …\n"],["avatar!","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-avatar-21","(args = {})","<p>See avatar method. This banged version saves the resulting string as internal state.\n"],["call","Gravaty::Utils::RpcConnector::RpcConnector","Gravaty/Utils/RpcConnector/RpcConnector.html#method-i-call","(a_method = RPC_TEST_METHOD, params = {})",""],["download","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-download","(filename = nil)","<p>Saves a file, with specified <code>filename</code>, that contains the current gravaty configuration. Uses the internal …\n"],["download_file","Gravaty::Utils::Downloader::Downloader","Gravaty/Utils/Downloader/Downloader.html#method-c-download_file","(url, full_path, count = 3)",""],["gravatize","Gravaty","Gravaty.html#method-c-gravatize","(email_address)","<p>Creates a new Gravaty described by the user&#39;s <code>email</code>. Throws a <code>ArgumentError</code> exception if the supplied …\n"],["json","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-json","(args = {})","<p>See profile method. Customized version for JSON-specific requests.\n<p>Usage &mdash; <p><code>a_string = new_gravaty.json</code>\n<p><code>a_string</code> …\n"],["json!","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-json-21","(args = {})","<p>See json method. This banged version saves the resulting string as internal state.\n"],["load_yaml_file","Object","Object.html#method-i-load_yaml_file","(locale)",""],["new","Gravaty::Gravaty","Gravaty/Gravaty.html#method-c-new","(email_address, parser)","<p>Creates a <code>Gravaty</code> object described by the user&#39;s <code>email</code>. Throws an <code>ArgumentError</code> exception if the …\n"],["new","Gravaty::Parser","Gravaty/Parser.html#method-c-new","(args = {})",""],["new","Gravaty::Utils::RpcConnector::RpcConnector","Gravaty/Utils/RpcConnector/RpcConnector.html#method-c-new","(digest, password = nil)",""],["parse","Gravaty::Parser","Gravaty/Parser.html#method-i-parse","(method = nil, value = nil)","<p>Provides the duck type for a generic parsing object.\n"],["parse","Gravaty::Parsers::Avatar","Gravaty/Parsers/Avatar.html#method-i-parse","(value = true)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Callback","Gravaty/Parsers/Callback.html#method-i-parse","(value = nil)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Default","Gravaty/Parsers/Default.html#method-i-parse","(value = nil)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Force","Gravaty/Parsers/Force.html#method-i-parse","(value = false)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Format","Gravaty/Parsers/Format.html#method-i-parse","(value = nil)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Pixelsize","Gravaty/Parsers/Pixelsize.html#method-i-parse","(value = nil)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Rating","Gravaty/Parsers/Rating.html#method-i-parse","(value = nil)","<p>the parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Secure","Gravaty/Parsers/Secure.html#method-i-parse","(value = false)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Type","Gravaty/Parsers/Type.html#method-i-parse","(value = nil)","<p>The parsable duck type interface to every parser usage.\n"],["profile","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-profile","(args = {})","<p>Returns a string containing the URI of the gravatar profile associated to internal (provided) email address. …\n"],["profile!","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-profile-21","(args = {})","<p>See profile method. This banged version saves the resulting strin as internal state.\n"],["qrcode","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-qrcode","(args = {})","<p>See profile method. Customized version for QRCode-specific requests.\n<p>Usage &mdash; <p><code>a_string = new_gravaty.qrcode</code> …\n"],["qrcode!","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-qrcode-21","(args = {})","<p>See qrcode method. This banged version saves the resulting string as internal state.\n"],["raiser_downcase","Gravaty::Utils::Raisers","Gravaty/Utils/Raisers.html#method-i-raiser_downcase","(name = 'error.value', value = nil, array = nil)","<p>Raises an <code>ArgumentError</code> according to parameters, unless the <code>array</code> contains a downcased <code>value</code>.\n"],["raiser_to_i","Gravaty::Utils::Raisers","Gravaty/Utils/Raisers.html#method-i-raiser_to_i","(name = 'error.value', value = nil, array = nil)","<p>Raises an <code>ArgumentError</code> according to parameters, unless the <code>array</code> contains the number of the <code>value</code>.\n"],["reset","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-reset","()","<p>Restores the original status cleaning up the (possibly) previously saved URIs restoring the default …\n"],["test_parsable_duck_type","Gravaty::ParsableDuckType","Gravaty/ParsableDuckType.html#method-i-test_parsable_duck_type","()","<p>The method that tests the parsable duck type interface and its <code>parse</code> method.\n"],["to_json","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-to_json","()","<p>Returns a JSon object representing the Gravaty object.\n<p>Usage &mdash; <p><code>a_json = new_gravaty.to_json</code>\n\n<p>Returns &mdash; a <code>JSON</code> …\n"],["to_s","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-to_s","()","<p>Returns a string representing the Gravaty object.\n<p>Usage &mdash; <p><code>a_string = new_gravaty.to_s</code>\n\n<p>Returns &mdash; a <code>String</code> containing …\n"],["xmlrpc","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-xmlrpc","(a_method = RPC_TEST_METHOD, password = nil, args = {})","<p>Interfaces with the Gravatar XML-RPC API.\n<p>Usage &mdash; <p>&lt;tt&gt;response = new_gravaty.xmlrpc &#39;grav.test&#39;, …\n\n\n"],["CHANGELOG","","CHANGELOG.html","","<p>Version 9.0.0\n\n<pre>* MAJOR moving from a_gem.required_ruby_version = &#39;~&gt; 2.5&#39; to\n a_gem.required_ruby_version ...</pre>\n"],["COPYING","","COPYING_md.html","","<p>GNU GENERAL PUBLIC LICENSE\n<p>Version 3, 29 June 2007\n<p>Copyright (C) 2007 Free Software Foundation, Inc.\nfsf.org ...\n"],["Gemfile","","Gemfile.html","","<p># gravaty # Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani # # This file is part …\n"],["ISSUES","","ISSUES_md.html","","<p>Gravaty Issues\n<p>Documentation\n<p>See savannah.nongnu.org/projects/gravaty/ or\nrubydoc.info/gems/gravaty/ for ...\n"],["README","","README_md.html","","<p>Gravaty\n<p><img src=\"https://img.shields.io/gem/v/gravaty.svg?style=plastic\">\n<img src=\"https://img.shields.io/gem/dt/gravaty.svg?style=plastic\"> ...\n"],["Rakefile","","Rakefile.html","","<p># gravaty # Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani # # This file is part …\n"],["acknowledgements","","acknowledgements_md.html","","<p>Acknowledgements\n<p>FSIJ理事会の理事長、新部裕さんの日本語の翻訳。 Japanese translation by\nYutaka Niibe, President of Free Software ...\n"],["authors","","authors_md.html","","<p>Project and gem owned by\n<p><em>Author</em>: Marco Bresciani\n\n<p>Authors list (in appearing order)\n"],["copyright","","copyright_md.html","","<p>Copyright Notes\n<p>2014-04-16 update.\n<p>gravaty\n"],["cacert.pem","","examples/cacert_pem.html","","<p>## ## Bundle of CA Root Certificates ## ## Certificate data from Mozilla as of: Wed Jan 23 04:12:09 2019 …\n"],["gravaty.gemspec","","gravaty_gemspec.html","","<p># gravaty # Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani # # This file is part …\n"]]}}
1
+ var search_data = {"index":{"searchIndex":["gravaty","gravaty","parsableducktype","parser","parsers","avatar","callback","default","force","format","pixelsize","rating","secure","type","utils","downloader","downloader","raisers","rfc5322","rpcconnector","rpcconnector","object","<=>()","avatar()","avatar!()","call()","download()","download_file()","gravatize()","json()","json!()","load_yaml_file()","new()","new()","new()","parse()","parse()","parse()","parse()","parse()","parse()","parse()","parse()","parse()","parse()","profile()","profile!()","qrcode()","qrcode!()","raiser_downcase()","raiser_to_i()","reset()","test_parsable_duck_type()","to_json()","to_s()","xmlrpc()","changelog","copying","gemfile","issues","readme","rakefile","acknowledgements","authors","copyright","cacert.pem","gravaty.gemspec"],"longSearchIndex":["gravaty","gravaty::gravaty","gravaty::parsableducktype","gravaty::parser","gravaty::parsers","gravaty::parsers::avatar","gravaty::parsers::callback","gravaty::parsers::default","gravaty::parsers::force","gravaty::parsers::format","gravaty::parsers::pixelsize","gravaty::parsers::rating","gravaty::parsers::secure","gravaty::parsers::type","gravaty::utils","gravaty::utils::downloader","gravaty::utils::downloader::downloader","gravaty::utils::raisers","gravaty::utils::rfc5322","gravaty::utils::rpcconnector","gravaty::utils::rpcconnector::rpcconnector","object","gravaty::gravaty#<=>()","gravaty::gravaty#avatar()","gravaty::gravaty#avatar!()","gravaty::utils::rpcconnector::rpcconnector#call()","gravaty::gravaty#download()","gravaty::utils::downloader::downloader::download_file()","gravaty::gravatize()","gravaty::gravaty#json()","gravaty::gravaty#json!()","object#load_yaml_file()","gravaty::gravaty::new()","gravaty::parser::new()","gravaty::utils::rpcconnector::rpcconnector::new()","gravaty::parser#parse()","gravaty::parsers::avatar#parse()","gravaty::parsers::callback#parse()","gravaty::parsers::default#parse()","gravaty::parsers::force#parse()","gravaty::parsers::format#parse()","gravaty::parsers::pixelsize#parse()","gravaty::parsers::rating#parse()","gravaty::parsers::secure#parse()","gravaty::parsers::type#parse()","gravaty::gravaty#profile()","gravaty::gravaty#profile!()","gravaty::gravaty#qrcode()","gravaty::gravaty#qrcode!()","gravaty::utils::raisers#raiser_downcase()","gravaty::utils::raisers#raiser_to_i()","gravaty::gravaty#reset()","gravaty::parsableducktype#test_parsable_duck_type()","gravaty::gravaty#to_json()","gravaty::gravaty#to_s()","gravaty::gravaty#xmlrpc()","","","","","","","","","","",""],"info":[["Gravaty","","Gravaty.html","","<p>Author &mdash; Marco Bresciani\n<p>Copyright &mdash; Copyright © 2013, 2014, 2015, 2016, 2017, 2018,\n\n<p>2019 Marco Bresciani …\n"],["Gravaty::Gravaty","","Gravaty/Gravaty.html","","<p>This class is a simple API to retrieve an URL with specified options from Gravatar site. It can be used …\n"],["Gravaty::ParsableDuckType","","Gravaty/ParsableDuckType.html","","<p>This module represents the parsable duck type element for testing purposes.\n<p>Author &mdash; Marco Bresciani\n<p>Copyright … &mdash; "],["Gravaty::Parser","","Gravaty/Parser.html","","<p>This class is a simple utility that is used to parse and filter parameters for gravaty.\n<p>Author &mdash; Marco Bresciani …\n"],["Gravaty::Parsers","","Gravaty/Parsers.html","",""],["Gravaty::Parsers::Avatar","","Gravaty/Parsers/Avatar.html","","<p>This class is an implementation of the Parsable duck type that checks for avater or profile URI. The …\n"],["Gravaty::Parsers::Callback","","Gravaty/Parsers/Callback.html","","<p>This class is an implementation of the Parsable duck type that provides the callback name. The only needed …\n"],["Gravaty::Parsers::Default","","Gravaty/Parsers/Default.html","","<p>This class is an implementation of the Parsable duck type that checks the default option. The only needed …\n"],["Gravaty::Parsers::Force","","Gravaty/Parsers/Force.html","","<p>This class is an implementation of the Parsable duck type that checks forces the default value. The only …\n"],["Gravaty::Parsers::Format","","Gravaty/Parsers/Format.html","","<p>This class is an implementation of the Parsable duck type that checks the profile type. The only needed …\n"],["Gravaty::Parsers::Pixelsize","","Gravaty/Parsers/Pixelsize.html","","<p>This class is an implementation of the Parsable duck type that checks the image size. The only needed …\n"],["Gravaty::Parsers::Rating","","Gravaty/Parsers/Rating.html","","<p>This class is an implementation of the Parsable duck type that checks the rating type. The only needed …\n"],["Gravaty::Parsers::Secure","","Gravaty/Parsers/Secure.html","","<p>This class is an implementation of the Parsable duck type that provides the secure or unsecure URI. …\n"],["Gravaty::Parsers::Type","","Gravaty/Parsers/Type.html","","<p>This class is an implementation of the Parsable duck type that checks the avatar type. The only needed …\n"],["Gravaty::Utils","","Gravaty/Utils.html","","<p>This module is a simple collection of useful things and methods that I prefer to keep as DRYer as possible. …\n"],["Gravaty::Utils::Downloader","","Gravaty/Utils/Downloader.html","","<p>This module is a simple wrapper container for Peter R. Marreck&#39;s gist.\n<p>Author &mdash; Jon Maken\n<p>License &mdash; 3-clause …\n"],["Gravaty::Utils::Downloader::Downloader","","Gravaty/Utils/Downloader/Downloader.html","","<p>!/usr/bin/env ruby\n\n<pre>An HTTP/HTTPS/FTP file downloader library/CLI based upon\nMiniPortile&#39;s HTTP implementation. ...</pre>\n"],["Gravaty::Utils::Raisers","","Gravaty/Utils/Raisers.html","","<p>This module contains some utility method to raise errors according to (possibly) common conditions.\n<p>Author … &mdash; "],["Gravaty::Utils::Rfc5322","","Gravaty/Utils/Rfc5322.html","","<p>This module is a simple wrapper container for Peter R. Marreck&#39;s gist.\n<p>Author &mdash; Peter R. Marreck\n<p>Copyright … &mdash; "],["Gravaty::Utils::RpcConnector","","Gravaty/Utils/RpcConnector.html","","<p>This module contains the XML-RPC connector class.\n<p>Author &mdash; Marco Bresciani\n<p>Copyright &mdash; Copyright © 2013, 2014, …\n"],["Gravaty::Utils::RpcConnector::RpcConnector","","Gravaty/Utils/RpcConnector/RpcConnector.html","","<p>Creates a <code>RpcConnector</code> described by the user&#39;s email <code>digest</code> and a <code>password</code>. Throws a <code>ArgumentError</code> …\n"],["Object","","Object.html","",""],["<=>","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-3C-3D-3E","(other_gravaty)",""],["avatar","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-avatar","(args = {})","<p>Returns a string containing the URI of the gravatar associated to internal (provided) email address. …\n"],["avatar!","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-avatar-21","(args = {})","<p>See avatar method. This banged version saves the resulting string as internal state.\n"],["call","Gravaty::Utils::RpcConnector::RpcConnector","Gravaty/Utils/RpcConnector/RpcConnector.html#method-i-call","(a_method = RPC_TEST_METHOD, params = {})",""],["download","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-download","(filename = nil)","<p>Saves a file, with specified <code>filename</code>, that contains the current gravaty configuration. Uses the internal …\n"],["download_file","Gravaty::Utils::Downloader::Downloader","Gravaty/Utils/Downloader/Downloader.html#method-c-download_file","(url, full_path, count = 3)",""],["gravatize","Gravaty","Gravaty.html#method-c-gravatize","(email_address)","<p>Creates a new Gravaty described by the user&#39;s <code>email</code>. Throws a <code>ArgumentError</code> exception if the supplied …\n"],["json","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-json","(args = {})","<p>See profile method. Customized version for JSON-specific requests.\n<p>Usage &mdash; <p><code>a_string = new_gravaty.json</code>\n<p><code>a_string</code> …\n"],["json!","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-json-21","(args = {})","<p>See json method. This banged version saves the resulting string as internal state.\n"],["load_yaml_file","Object","Object.html#method-i-load_yaml_file","(locale)",""],["new","Gravaty::Gravaty","Gravaty/Gravaty.html#method-c-new","(email_address, parser)","<p>Creates a <code>Gravaty</code> object described by the user&#39;s <code>email</code>. Throws an <code>ArgumentError</code> exception if the …\n"],["new","Gravaty::Parser","Gravaty/Parser.html#method-c-new","(args = {})",""],["new","Gravaty::Utils::RpcConnector::RpcConnector","Gravaty/Utils/RpcConnector/RpcConnector.html#method-c-new","(digest, password = nil)",""],["parse","Gravaty::Parser","Gravaty/Parser.html#method-i-parse","(method = nil, value = nil)","<p>Provides the duck type for a generic parsing object.\n"],["parse","Gravaty::Parsers::Avatar","Gravaty/Parsers/Avatar.html#method-i-parse","(value = true)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Callback","Gravaty/Parsers/Callback.html#method-i-parse","(value = nil)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Default","Gravaty/Parsers/Default.html#method-i-parse","(value = nil)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Force","Gravaty/Parsers/Force.html#method-i-parse","(value = false)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Format","Gravaty/Parsers/Format.html#method-i-parse","(value = nil)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Pixelsize","Gravaty/Parsers/Pixelsize.html#method-i-parse","(value = nil)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Rating","Gravaty/Parsers/Rating.html#method-i-parse","(value = nil)","<p>the parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Secure","Gravaty/Parsers/Secure.html#method-i-parse","(value = false)","<p>The parsable duck type interface to every parser usage.\n"],["parse","Gravaty::Parsers::Type","Gravaty/Parsers/Type.html#method-i-parse","(value = nil)","<p>The parsable duck type interface to every parser usage.\n"],["profile","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-profile","(args = {})","<p>Returns a string containing the URI of the gravatar profile associated to internal (provided) email address. …\n"],["profile!","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-profile-21","(args = {})","<p>See profile method. This banged version saves the resulting strin as internal state.\n"],["qrcode","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-qrcode","(args = {})","<p>See profile method. Customized version for QRCode-specific requests.\n<p>Usage &mdash; <p><code>a_string = new_gravaty.qrcode</code> …\n"],["qrcode!","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-qrcode-21","(args = {})","<p>See qrcode method. This banged version saves the resulting string as internal state.\n"],["raiser_downcase","Gravaty::Utils::Raisers","Gravaty/Utils/Raisers.html#method-i-raiser_downcase","(name = 'error.value', value = nil, array = nil)","<p>Raises an <code>ArgumentError</code> according to parameters, unless the <code>array</code> contains a downcased <code>value</code>.\n"],["raiser_to_i","Gravaty::Utils::Raisers","Gravaty/Utils/Raisers.html#method-i-raiser_to_i","(name = 'error.value', value = nil, array = nil)","<p>Raises an <code>ArgumentError</code> according to parameters, unless the <code>array</code> contains the number of the <code>value</code>.\n"],["reset","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-reset","()","<p>Restores the original status cleaning up the (possibly) previously saved URIs restoring the default …\n"],["test_parsable_duck_type","Gravaty::ParsableDuckType","Gravaty/ParsableDuckType.html#method-i-test_parsable_duck_type","()","<p>The method that tests the parsable duck type interface and its <code>parse</code> method.\n"],["to_json","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-to_json","()","<p>Returns a JSon object representing the Gravaty object.\n<p>Usage &mdash; <p><code>a_json = new_gravaty.to_json</code>\n\n<p>Returns &mdash; a <code>JSON</code> …\n"],["to_s","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-to_s","()","<p>Returns a string representing the Gravaty object.\n<p>Usage &mdash; <p><code>a_string = new_gravaty.to_s</code>\n\n<p>Returns &mdash; a <code>String</code> containing …\n"],["xmlrpc","Gravaty::Gravaty","Gravaty/Gravaty.html#method-i-xmlrpc","(a_method = RPC_TEST_METHOD, password = nil, args = {})","<p>Interfaces with the Gravatar XML-RPC API.\n<p>Usage &mdash; <p>&lt;tt&gt;response = new_gravaty.xmlrpc &#39;grav.test&#39;, …\n\n\n"],["CHANGELOG","","CHANGELOG.html","","<p>Version 9.0.1\n\n<pre>* PATCH updating gem dependencies.\n* KNOWN BUG: https://savannah.nongnu.org/bugs/?39928</pre>\n"],["COPYING","","COPYING_md.html","","<p>GNU GENERAL PUBLIC LICENSE\n<p>Version 3, 29 June 2007\n<p>Copyright (C) 2007 Free Software Foundation, Inc.\nfsf.org ...\n"],["Gemfile","","Gemfile.html","","<p># gravaty # Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani # # This file is part …\n"],["ISSUES","","ISSUES_md.html","","<p>Gravaty Issues\n<p>Documentation\n<p>See savannah.nongnu.org/projects/gravaty/ or\nrubydoc.info/gems/gravaty/ for ...\n"],["README","","README_md.html","","<p>Gravaty\n<p><img src=\"https://img.shields.io/gem/v/gravaty.svg?style=plastic\">\n<img src=\"https://img.shields.io/gem/dt/gravaty.svg?style=plastic\"> ...\n"],["Rakefile","","Rakefile.html","","<p># gravaty # Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani # # This file is part …\n"],["acknowledgements","","acknowledgements_md.html","","<p>Acknowledgements\n<p>FSIJ理事会の理事長、新部裕さんの日本語の翻訳。 Japanese translation by\nYutaka Niibe, President of Free Software ...\n"],["authors","","authors_md.html","","<p>Project and gem owned by\n<p><em>Author</em>: Marco Bresciani\n\n<p>Authors list (in appearing order)\n"],["copyright","","copyright_md.html","","<p>Copyright Notes\n<p>2014-04-16 update.\n<p>gravaty\n"],["cacert.pem","","examples/cacert_pem.html","","<p>## ## Bundle of CA Root Certificates ## ## Certificate data from Mozilla as of: Wed Jan 23 04:12:09 2019 …\n"],["gravaty.gemspec","","gravaty_gemspec.html","","<p># gravaty # Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani # # This file is part …\n"]]}}
Binary file
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>Table of Contents - gravaty 9.0.0</title>
7
+ <title>Table of Contents - gravaty 9.0.1</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -22,7 +22,7 @@
22
22
 
23
23
  <body id="top" class="table-of-contents">
24
24
  <main role="main">
25
- <h1 class="class">Table of Contents - gravaty 9.0.0</h1>
25
+ <h1 class="class">Table of Contents - gravaty 9.0.1</h1>
26
26
 
27
27
 
28
28
 
@@ -34,6 +34,8 @@
34
34
 
35
35
  <ul>
36
36
 
37
+ <li><a href="CHANGELOG.html#label-Version+9.0.1">Version 9.0.1</a>
38
+
37
39
  <li><a href="CHANGELOG.html#label-Version+9.0.0">Version 9.0.0</a>
38
40
 
39
41
  <li><a href="CHANGELOG.html#label-Version+8.0.1">Version 8.0.1</a>
@@ -20,5 +20,5 @@
20
20
 
21
21
  module Gravaty
22
22
  # Current version number for Gravaty gem.
23
- VERSION = '9.0.0'
23
+ VERSION = '9.0.1'
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravaty
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.0
4
+ version: 9.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Bresciani
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2019-04-23 00:00:00.000000000 Z
15
+ date: 2019-08-22 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: i18n
@@ -118,14 +118,14 @@ dependencies:
118
118
  requirements:
119
119
  - - "~>"
120
120
  - !ruby/object:Gem::Version
121
- version: '0.16'
121
+ version: '0.17'
122
122
  type: :development
123
123
  prerelease: false
124
124
  version_requirements: !ruby/object:Gem::Requirement
125
125
  requirements:
126
126
  - - "~>"
127
127
  - !ruby/object:Gem::Version
128
- version: '0.16'
128
+ version: '0.17'
129
129
  description: |-
130
130
  This gem automagically prepares complete URIs for Gravatar,
131
131
  for both avatars and profiles, with all currently supported options,
@@ -296,7 +296,7 @@ licenses:
296
296
  - GPL-3.0
297
297
  - BSD-3-Clause
298
298
  metadata: {}
299
- post_install_message: Thank you for using gravaty version 9.0.0.
299
+ post_install_message: Thank you for using gravaty version 9.0.1.
300
300
  rdoc_options: []
301
301
  require_paths:
302
302
  - lib
@@ -318,8 +318,8 @@ requirements:
318
318
  requirements="~> 2.0">, <Gem::Dependency type=:development name="minitest" requirements="~>
319
319
  5.11">, <Gem::Dependency type=:development name="rake" requirements="~> 12.3">,
320
320
  <Gem::Dependency type=:development name="rdoc" requirements="~> 6.1">, <Gem::Dependency
321
- type=:development name="simplecov" requirements="~> 0.16">]'
322
- rubygems_version: 3.0.3
321
+ type=:development name="simplecov" requirements="~> 0.17">]'
322
+ rubygems_version: 3.0.6
323
323
  signing_key:
324
324
  specification_version: 4
325
325
  summary: This gem automagically prepares complete URIs for Gravatar, for both avatars