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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98bbc798b787d4ce0874facc23da75847ef01b3a63270740c73bf51e73908554
4
- data.tar.gz: feb4754ba7103a7f1f760efd131725a3ded2853e6407c2058c2b225a9f8220d0
3
+ metadata.gz: 2b542e7d70604de2c94aefc2f2d2e1343c819de01d457cac7ec4bfc82dcbb992
4
+ data.tar.gz: 52bcb9d9caf69ca188d6537ffa0183f761b1b9f9cc17b353855db37237d91dfa
5
5
  SHA512:
6
- metadata.gz: 33373cf69b5e9be6bec58fa62f18bd965fbc37d0c02781e1f1590a1acec236559d7312d0965e563fd7b333f6b12a480808c70259d1b5699407391ac513b13646
7
- data.tar.gz: eb93359dc2af74f0715d1f1647633033b392157e5d4c2125519e65a99559517e2bffb9ee6d1002397ba83db23b3f4b001053f489f6fe254afd39ecd3284c833f
6
+ metadata.gz: 9c4c2139ced9aa49df6d7c739c3d9b170c097e270db5a8b5d4f019f0a577bd6d2e475a5b596c5ba3e317f1da09df6f42021d09a97540e7f1331de494ae571ab5
7
+ data.tar.gz: 1a6e6447ce29236601025158e162ea0cad6c811074b6a97ae1b3d7ae89125fccd548450c144d2cf3c40adacf5104ac633777583713dfab6f428a25e5465ddb83
@@ -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 and pull requests are welcome on GitHub at https://github.com/srushe/indieweb-post_types-identifier-read. 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.
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
- Everyone interacting in the Indieweb::PostTypes::Identifier::Read project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/srushe/indieweb-post_types-identifier-read/blob/master/CODE_OF_CONDUCT.md).
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://github.com/srushe/indieweb-post_types-read"
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://github.com/srushe/indieweb-post_types-identifier-read/issues',
19
- 'changelog_uri' => 'https://github.com/srushe/indieweb-post_types-identifier-read/blob/master/CHANGELOG.md',
20
- 'homepage_uri' => 'https://github.com/srushe/indieweb-post_types-identifier-read/'
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|
@@ -2,7 +2,7 @@ module Indieweb
2
2
  module PostTypes
3
3
  module Identifier
4
4
  module Read
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.1"
6
6
  end
7
7
  end
8
8
  end
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.0
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-05-11 00:00:00.000000000 Z
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://github.com/srushe/indieweb-post_types-read
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://github.com/srushe/indieweb-post_types-identifier-read/issues
82
- changelog_uri: https://github.com/srushe/indieweb-post_types-identifier-read/blob/master/CHANGELOG.md
83
- homepage_uri: https://github.com/srushe/indieweb-post_types-identifier-read/
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: []