pingr 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,110 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Top Level Namespace
8
+
9
+ &mdash; Pingr
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index</a> &raquo;
40
+
41
+
42
+ <span class="title">Top Level Namespace</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Top Level Namespace
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+ </div>
80
+
81
+ <h2>Defined Under Namespace</h2>
82
+ <p class="children">
83
+
84
+
85
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="Pingr.html" title="Pingr (module)">Pingr</a></span>
86
+
87
+
88
+
89
+
90
+ </p>
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+ </div>
101
+
102
+ <div id="footer">
103
+ Generated on Thu Aug 13 16:28:50 2020 by
104
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
105
+ 0.9.24 (ruby-2.6.6).
106
+ </div>
107
+
108
+ </div>
109
+ </body>
110
+ </html>
data/lib/pingr/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pingr
4
- VERSION = '0.2.2'
4
+ VERSION = '0.2.3'
5
5
  end
data/pingr.gemspec CHANGED
@@ -8,10 +8,10 @@ Gem::Specification.new do |gem|
8
8
  gem.name = 'pingr'
9
9
  gem.version = Pingr::VERSION
10
10
  gem.authors = ['Bodacious']
11
- gem.email = ['bodacious@katanacode.com']
11
+ gem.email = ['gavin@gavinmorrice.com']
12
12
  gem.description = 'A simple gem for pinging search engines with your XML sitemap'
13
13
  gem.summary = 'Ping search engines with your XML Sitemap'
14
- gem.homepage = 'https://github.com/KatanaCode/pingr'
14
+ gem.homepage = 'https://github.com/Bodacious/pingr'
15
15
 
16
16
  gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
17
17
  gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
@@ -20,6 +20,6 @@ Gem::Specification.new do |gem|
20
20
 
21
21
  gem.add_runtime_dependency 'dotenv'
22
22
  gem.add_runtime_dependency 'rake'
23
-
23
+
24
24
  gem.add_development_dependency 'rspec'
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pingr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bodacious
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-18 00:00:00.000000000 Z
11
+ date: 2021-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0'
55
55
  description: A simple gem for pinging search engines with your XML sitemap
56
56
  email:
57
- - bodacious@katanacode.com
57
+ - gavin@gavinmorrice.com
58
58
  executables:
59
59
  - console
60
60
  - setup
@@ -64,12 +64,36 @@ files:
64
64
  - ".gitignore"
65
65
  - ".rspec"
66
66
  - ".travis.yml"
67
+ - ".yardopts"
67
68
  - Gemfile
68
69
  - LICENSE.txt
69
70
  - README.md
70
71
  - Rakefile
71
72
  - bin/console
72
73
  - bin/setup
74
+ - docs/Pingr.html
75
+ - docs/Pingr/PingrError.html
76
+ - docs/Pingr/Request.html
77
+ - docs/Pingr/SearchEngines.html
78
+ - docs/Pingr/SearchEngines/Base.html
79
+ - docs/Pingr/SearchEngines/Bing.html
80
+ - docs/Pingr/SearchEngines/Google.html
81
+ - docs/_config.yml
82
+ - docs/_index.html
83
+ - docs/class_list.html
84
+ - docs/css/common.css
85
+ - docs/css/full_list.css
86
+ - docs/css/style.css
87
+ - docs/file.README.html
88
+ - docs/file_list.html
89
+ - docs/frames.html
90
+ - docs/index.html
91
+ - docs/index.md
92
+ - docs/js/app.js
93
+ - docs/js/full_list.js
94
+ - docs/js/jquery.js
95
+ - docs/method_list.html
96
+ - docs/top-level-namespace.html
73
97
  - lib/pingr.rb
74
98
  - lib/pingr/request.rb
75
99
  - lib/pingr/search_engines/base.rb
@@ -80,10 +104,10 @@ files:
80
104
  - pingr.gemspec
81
105
  - spec/pingr_spec.rb
82
106
  - spec/spec_helper.rb
83
- homepage: https://github.com/KatanaCode/pingr
107
+ homepage: https://github.com/Bodacious/pingr
84
108
  licenses: []
85
109
  metadata: {}
86
- post_install_message:
110
+ post_install_message:
87
111
  rdoc_options: []
88
112
  require_paths:
89
113
  - lib
@@ -98,8 +122,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
122
  - !ruby/object:Gem::Version
99
123
  version: '0'
100
124
  requirements: []
101
- rubygems_version: 3.1.3
102
- signing_key:
125
+ rubygems_version: 3.2.15
126
+ signing_key:
103
127
  specification_version: 4
104
128
  summary: Ping search engines with your XML Sitemap
105
129
  test_files: