indieweb-post_types 0.3.1 → 0.3.2

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
- SHA1:
3
- metadata.gz: dafc690fe9ccd94d5d251e90c4f5328a0dbb567c
4
- data.tar.gz: 54471cd4979ddcabd7790e2b418b017f6d8e8376
2
+ SHA256:
3
+ metadata.gz: 3c1ddf7efb9c5b468e9dfffd00257470ab81b015ec6a959828e956b37733432c
4
+ data.tar.gz: 5f6cef6acbbaa907b37c1ddf07c02e40bc6b7393a056eca4f8194b6d6b81ff27
5
5
  SHA512:
6
- metadata.gz: ac80ba236a2c40bc7d022e7d6346a5d63b1a5320d2aabd357e0b3a67d0338237f887b8dca9a9e6a9425c737148f7e4f984def2820d195dd34c3a7df008346c04
7
- data.tar.gz: e83dab43857b43459cbcb6feaedd458a6c5b310b72400c436fda14b34a27de22ba1326c06f8564d8df7420bee6ede393597dbb9c21d9e6e8b655c750c6807352
6
+ metadata.gz: ec87fca79ce304afdd578a6c7b783c40ab0868831e520ffb1c9635121d706c6100a8478de1f0500444214b07bb8c66c2c0c7b18480f8328f1322a8706432065e
7
+ data.tar.gz: bb3ec9efcb25dfcb4f87bac266d629ab26678b1a4ac6e299c24ebd0652a92fab5a054dcf06120d0393925825c65507003a7fa31033d4a60e75b0d3249b73cf08
@@ -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.3.2] - 2020-08-01
10
+
11
+ ### Changed
12
+ - Update gemspec links to point to https://code.deeden.co.uk/
13
+
9
14
  ## [0.3.1] - 2018-07-25
10
15
 
11
16
  ### Fixed
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 pull requests are welcome on GitHub at https://github.com/srushe/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.
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](https://github.com/srushe/indieweb-post_types/blob/master/CODE_OF_CONDUCT.md).
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
 
@@ -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://github.com/srushe/indieweb-post_types'
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://github.com/srushe/indieweb-post_types/issues',
18
- 'changelog_uri' => 'https://github.com/srushe/indieweb-post_types/blob/master/CHANGELOG.md',
19
- 'homepage_uri' => 'https://github.com/srushe/indieweb-post_types/'
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|
@@ -1,5 +1,5 @@
1
1
  module Indieweb
2
2
  module PostTypes
3
- VERSION = '0.3.1'.freeze
3
+ VERSION = '0.3.2'.freeze
4
4
  end
5
5
  end
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.1
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: 2018-07-25 00:00:00.000000000 Z
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://github.com/srushe/indieweb-post_types
114
+ homepage: https://code.deeden.co.uk/indieweb-post_types
115
115
  licenses:
116
116
  - MIT
117
117
  metadata:
118
- bug_tracker_uri: https://github.com/srushe/indieweb-post_types/issues
119
- changelog_uri: https://github.com/srushe/indieweb-post_types/blob/master/CHANGELOG.md
120
- homepage_uri: https://github.com/srushe/indieweb-post_types/
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.2.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: []