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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97a70acb6e693df3298019d03f6b312577819a3895a2256e6ed29f1454f9cffe
4
- data.tar.gz: ffa567d11c2e6dbb5756c921c66c05865bb43eff17e48c194c802e8cee474796
3
+ metadata.gz: 81d1cf38b21b2c58bcb9ab8a7594c5746ec2f56ad694b89035c82df4d8b2f80e
4
+ data.tar.gz: e184b40b0510c7fda8456703c5df61f06f0c6aac5d0cbbef107b39e43a96da4f
5
5
  SHA512:
6
- metadata.gz: 2228decab90f018d8c783ddb3539c8298f2ba9d742fd2bac0352cce9b7ad068ec6324d2e49b6d58969582140cad3c20634a7a020a80b4b7c52a29c1446177108
7
- data.tar.gz: 7c9cd750446a506c3fdf7c9dd8def2a214a359c575adac2dc80f8d558f60d36f810098f7cfb4c8e0cae903e7a885fd6b25d8f8dd21efb77d510a8a26164c6c90
6
+ metadata.gz: 509d87886cf29cce8b22469f679151acc991acd6740eec93e2841a4ef124d35cb5ac1666df60461e7023d7eaaf1f5f1dba8dee44ace42c1e9f186b9145f98c19
7
+ data.tar.gz: 4b53b4579c0c2e14860335e718d511951ef2726966803ef5db32ba08495774c0e4e16178b38fc922210bc579ee7679e29d57461b8a7a2bdaee8f9c633a25bc98
@@ -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 sinn22@gmail.com. All
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
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/get_ogp`. To experiment with that code, run `bin/console` for an interactive prompt.
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
@@ -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 = ["sinn22@gmail.com"]
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://github.com/sinn22/get_ogp"
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://rubygems.org"
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.
@@ -1,3 +1,3 @@
1
1
  module GetOgp
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-19 00:00:00.000000000 Z
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
- - sinn22@gmail.com
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://github.com/sinn22/get_ogp
99
+ homepage: https://rubygems.org/gems/get_ogp
100
100
  licenses:
101
101
  - MIT
102
102
  metadata:
103
- homepage_uri: https://github.com/sinn22/get_ogp
104
- source_code_uri: https://rubygems.org
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: []