indieweb-post_types 0.3.1 → 0.3.2
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 +5 -5
- data/CHANGELOG.md +5 -0
- data/README.md +2 -2
- data/indieweb-post_types.gemspec +4 -4
- data/lib/indieweb/post_types/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 3c1ddf7efb9c5b468e9dfffd00257470ab81b015ec6a959828e956b37733432c
|
|
4
|
+
data.tar.gz: 5f6cef6acbbaa907b37c1ddf07c02e40bc6b7393a056eca4f8194b6d6b81ff27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec87fca79ce304afdd578a6c7b783c40ab0868831e520ffb1c9635121d706c6100a8478de1f0500444214b07bb8c66c2c0c7b18480f8328f1322a8706432065e
|
|
7
|
+
data.tar.gz: bb3ec9efcb25dfcb4f87bac266d629ab26678b1a4ac6e299c24ebd0652a92fab5a054dcf06120d0393925825c65507003a7fa31033d4a60e75b0d3249b73cf08
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -91,7 +91,7 @@ You can include multiple `insert_identifier` entries within the `configure` sect
|
|
|
91
91
|
|
|
92
92
|
## Contributing
|
|
93
93
|
|
|
94
|
-
Bug reports and
|
|
94
|
+
Bug reports and pathes are welcome at https://code.deeden.co.uk/indieweb-post_types. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
95
95
|
|
|
96
96
|
## License
|
|
97
97
|
|
|
@@ -99,7 +99,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
99
99
|
|
|
100
100
|
## Code of Conduct
|
|
101
101
|
|
|
102
|
-
Everyone interacting in the Indieweb::PostTypes project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](
|
|
102
|
+
Everyone interacting in the Indieweb::PostTypes project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).
|
|
103
103
|
|
|
104
104
|
## Credits
|
|
105
105
|
|
data/indieweb-post_types.gemspec
CHANGED
|
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = 'IndieWeb Post Type Discovery for Microformats 2 JSON.'
|
|
12
12
|
spec.description = 'IndieWeb Post Type Discovery for Microformats 2 JSON.'
|
|
13
|
-
spec.homepage = 'https://
|
|
13
|
+
spec.homepage = 'https://code.deeden.co.uk/indieweb-post_types'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.metadata = {
|
|
17
|
-
'bug_tracker_uri' => 'https://
|
|
18
|
-
'changelog_uri' => 'https://
|
|
19
|
-
'homepage_uri' => 'https://
|
|
17
|
+
'bug_tracker_uri' => 'https://code.deeden.co.uk/indieweb-post_types/issues',
|
|
18
|
+
'changelog_uri' => 'https://code.deeden.co.uk/indieweb-post_types/changelog',
|
|
19
|
+
'homepage_uri' => 'https://code.deeden.co.uk/indieweb-post_types'
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: indieweb-post_types
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Rushe
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-08-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -111,14 +111,14 @@ files:
|
|
|
111
111
|
- lib/indieweb/post_types/identifier/rsvp.rb
|
|
112
112
|
- lib/indieweb/post_types/identifier/video.rb
|
|
113
113
|
- lib/indieweb/post_types/version.rb
|
|
114
|
-
homepage: https://
|
|
114
|
+
homepage: https://code.deeden.co.uk/indieweb-post_types
|
|
115
115
|
licenses:
|
|
116
116
|
- MIT
|
|
117
117
|
metadata:
|
|
118
|
-
bug_tracker_uri: https://
|
|
119
|
-
changelog_uri: https://
|
|
120
|
-
homepage_uri: https://
|
|
121
|
-
post_install_message:
|
|
118
|
+
bug_tracker_uri: https://code.deeden.co.uk/indieweb-post_types/issues
|
|
119
|
+
changelog_uri: https://code.deeden.co.uk/indieweb-post_types/changelog
|
|
120
|
+
homepage_uri: https://code.deeden.co.uk/indieweb-post_types
|
|
121
|
+
post_install_message:
|
|
122
122
|
rdoc_options: []
|
|
123
123
|
require_paths:
|
|
124
124
|
- lib
|
|
@@ -133,9 +133,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
133
133
|
- !ruby/object:Gem::Version
|
|
134
134
|
version: '0'
|
|
135
135
|
requirements: []
|
|
136
|
-
rubyforge_project:
|
|
137
|
-
rubygems_version: 2.
|
|
138
|
-
signing_key:
|
|
136
|
+
rubyforge_project:
|
|
137
|
+
rubygems_version: 2.7.6
|
|
138
|
+
signing_key:
|
|
139
139
|
specification_version: 4
|
|
140
140
|
summary: IndieWeb Post Type Discovery for Microformats 2 JSON.
|
|
141
141
|
test_files: []
|