indieweb-post_types-identifier-read 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +2 -2
- data/indieweb-post_types-identifier-read.gemspec +4 -4
- data/lib/indieweb/post_types/identifier/read/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b542e7d70604de2c94aefc2f2d2e1343c819de01d457cac7ec4bfc82dcbb992
|
4
|
+
data.tar.gz: 52bcb9d9caf69ca188d6537ffa0183f761b1b9f9cc17b353855db37237d91dfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c4c2139ced9aa49df6d7c739c3d9b170c097e270db5a8b5d4f019f0a577bd6d2e475a5b596c5ba3e317f1da09df6f42021d09a97540e7f1331de494ae571ab5
|
7
|
+
data.tar.gz: 1a6e6447ce29236601025158e162ea0cad6c811074b6a97ae1b3d7ae89125fccd548450c144d2cf3c40adacf5104ac633777583713dfab6f428a25e5465ddb83
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [0.2.1] - 2020-08-03
|
10
|
+
|
11
|
+
### Changed
|
12
|
+
- Update gemspec links to point to https://code.deeden.co.uk/
|
13
|
+
|
9
14
|
## [0.2.0] - 2020-05-11
|
10
15
|
|
11
16
|
### Security
|
data/README.md
CHANGED
@@ -43,7 +43,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
|
|
43
43
|
|
44
44
|
## Contributing
|
45
45
|
|
46
|
-
Bug reports
|
46
|
+
Bug reports can be added at [https://code.deeden.co.uk/indieweb-post_types-identifier-read/issues](https://code.deeden.co.uk/indieweb-post_types-identifier-read/issues), while patches are welcome at [https://code.deeden.co.uk/indieweb-post_types-identifier-read/patches](https://code.deeden.co.uk/indieweb-post_types-identifier-read/patches).
|
47
47
|
|
48
48
|
## License
|
49
49
|
|
@@ -51,4 +51,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
51
51
|
|
52
52
|
## Code of Conduct
|
53
53
|
|
54
|
-
|
54
|
+
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.
|
@@ -11,13 +11,13 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{Identify IndieWeb Microformats 2 posts as reads.}
|
13
13
|
spec.description = %q{IndieWeb Read Post Type Discovery for Microformats 2 JSON.}
|
14
|
-
spec.homepage = "https://
|
14
|
+
spec.homepage = "https://code.deeden.co.uk/indieweb-post_types-read"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.metadata = {
|
18
|
-
'bug_tracker_uri' => 'https://
|
19
|
-
'changelog_uri' => 'https://
|
20
|
-
'homepage_uri' => 'https://
|
18
|
+
'bug_tracker_uri' => 'https://code.deeden.co.uk/indieweb-post_types-identifier-read/issues',
|
19
|
+
'changelog_uri' => 'https://code.deeden.co.uk/indieweb-post_types-identifier-read/changelog',
|
20
|
+
'homepage_uri' => 'https://code.deeden.co.uk/indieweb-post_types-identifier-read/'
|
21
21
|
}
|
22
22
|
|
23
23
|
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-identifier-read
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
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: 2020-
|
11
|
+
date: 2020-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -74,14 +74,14 @@ files:
|
|
74
74
|
- indieweb-post_types-identifier-read.gemspec
|
75
75
|
- lib/indieweb/post_types/identifier/read.rb
|
76
76
|
- lib/indieweb/post_types/identifier/read/version.rb
|
77
|
-
homepage: https://
|
77
|
+
homepage: https://code.deeden.co.uk/indieweb-post_types-read
|
78
78
|
licenses:
|
79
79
|
- MIT
|
80
80
|
metadata:
|
81
|
-
bug_tracker_uri: https://
|
82
|
-
changelog_uri: https://
|
83
|
-
homepage_uri: https://
|
84
|
-
post_install_message:
|
81
|
+
bug_tracker_uri: https://code.deeden.co.uk/indieweb-post_types-identifier-read/issues
|
82
|
+
changelog_uri: https://code.deeden.co.uk/indieweb-post_types-identifier-read/changelog
|
83
|
+
homepage_uri: https://code.deeden.co.uk/indieweb-post_types-identifier-read/
|
84
|
+
post_install_message:
|
85
85
|
rdoc_options: []
|
86
86
|
require_paths:
|
87
87
|
- lib
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
version: '0'
|
98
98
|
requirements: []
|
99
99
|
rubygems_version: 3.0.3
|
100
|
-
signing_key:
|
100
|
+
signing_key:
|
101
101
|
specification_version: 4
|
102
102
|
summary: Identify IndieWeb Microformats 2 posts as reads.
|
103
103
|
test_files: []
|