get_ogp 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +1 -1
- data/README.md +5 -3
- data/get_ogp.gemspec +4 -4
- data/lib/get_ogp/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81d1cf38b21b2c58bcb9ab8a7594c5746ec2f56ad694b89035c82df4d8b2f80e
|
4
|
+
data.tar.gz: e184b40b0510c7fda8456703c5df61f06f0c6aac5d0cbbef107b39e43a96da4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 509d87886cf29cce8b22469f679151acc991acd6740eec93e2841a4ef124d35cb5ac1666df60461e7023d7eaaf1f5f1dba8dee44ace42c1e9f186b9145f98c19
|
7
|
+
data.tar.gz: 4b53b4579c0c2e14860335e718d511951ef2726966803ef5db32ba08495774c0e4e16178b38fc922210bc579ee7679e29d57461b8a7a2bdaee8f9c633a25bc98
|
data/CODE_OF_CONDUCT.md
CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|
55
55
|
## Enforcement
|
56
56
|
|
57
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
-
reported by contacting the project team at
|
58
|
+
reported by contacting the project team at sinn.rails@gmail.com. All
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
61
61
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
data/README.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
# GetOgp
|
2
|
+
GetOgp is ruby library to get ogp data. To get ogp data library is already exists, but many of them are errors when og:type is not exist.
|
2
3
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
4
|
+
I think it is inconvenience. So, I created more free ogp library.
|
6
5
|
|
7
6
|
## Installation
|
8
7
|
|
@@ -46,3 +45,6 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
46
45
|
## Code of Conduct
|
47
46
|
|
48
47
|
Everyone interacting in the GetOgp project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/sinn22/get_ogp/blob/master/CODE_OF_CONDUCT.md).
|
48
|
+
|
49
|
+
|
50
|
+
If you have any questions, feel free to ask for https://twitter.com/nosuk_11
|
data/get_ogp.gemspec
CHANGED
@@ -4,16 +4,16 @@ Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "get_ogp"
|
5
5
|
spec.version = GetOgp::VERSION
|
6
6
|
spec.authors = ["sinn22"]
|
7
|
-
spec.email = ["
|
7
|
+
spec.email = ["sinn.rails@gmail.com"]
|
8
8
|
|
9
9
|
spec.summary = %q{To get website ogp data.}
|
10
|
-
spec.description = %q{To get website ogp data.For example, image, title, description...}
|
11
|
-
spec.homepage = "https://
|
10
|
+
spec.description = %q{To get website ogp data. For example, image, title, description, type...}
|
11
|
+
spec.homepage = "https://rubygems.org/gems/get_ogp"
|
12
12
|
spec.license = "MIT"
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
14
14
|
|
15
15
|
spec.metadata["homepage_uri"] = spec.homepage
|
16
|
-
spec.metadata["source_code_uri"] = "https://
|
16
|
+
spec.metadata["source_code_uri"] = "https://github.com/sinn22/get_ogp"
|
17
17
|
spec.metadata["changelog_uri"] = "https://github.com/sinn22/get_ogp"
|
18
18
|
|
19
19
|
# Specify which files should be added to the gem when it is released.
|
data/lib/get_ogp/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: get_ogp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sinn22
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-01-
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -80,9 +80,9 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
-
description: To get website ogp data.For example, image, title, description...
|
83
|
+
description: To get website ogp data. For example, image, title, description, type...
|
84
84
|
email:
|
85
|
-
-
|
85
|
+
- sinn.rails@gmail.com
|
86
86
|
executables: []
|
87
87
|
extensions: []
|
88
88
|
extra_rdoc_files: []
|
@@ -96,12 +96,12 @@ files:
|
|
96
96
|
- get_ogp.gemspec
|
97
97
|
- lib/get_ogp.rb
|
98
98
|
- lib/get_ogp/version.rb
|
99
|
-
homepage: https://
|
99
|
+
homepage: https://rubygems.org/gems/get_ogp
|
100
100
|
licenses:
|
101
101
|
- MIT
|
102
102
|
metadata:
|
103
|
-
homepage_uri: https://
|
104
|
-
source_code_uri: https://
|
103
|
+
homepage_uri: https://rubygems.org/gems/get_ogp
|
104
|
+
source_code_uri: https://github.com/sinn22/get_ogp
|
105
105
|
changelog_uri: https://github.com/sinn22/get_ogp
|
106
106
|
post_install_message:
|
107
107
|
rdoc_options: []
|