indieweb-post_types-identifier-bookmark 1.1.0 → 1.1.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: d105756a9d487efbea6c3483610bf259b30807e96eb526b92b4dd21c4dce5002
4
- data.tar.gz: 1742eb6d4f9d72bb96a726604cbdd69e5cc3fb7078ce12e9c00a35f24d7b4d5c
3
+ metadata.gz: ac403804e390dfff6488baa785965c6372fd40cfb9e41adefd7f72fe4dedb71f
4
+ data.tar.gz: 303451d36b817e2876c16b0c614803418e8efada9f537fffb1a5dc92043b467e
5
5
  SHA512:
6
- metadata.gz: 757dd4f436154b5bc21e6c3e075ae7f341d6cfd04d47cb35cbb26efc07872405954ed22506bef31ac5f64f283f9d1594c1ae898813ec09f526af19f0756d8d36
7
- data.tar.gz: b49f10ca1271e489892bf35326eb8742479c825bd0c3298f441e58bae4055b3f3448d6fdfaffbad27b674c88b4e840ce9397c6bda1ef4ad5bf00927ba0ed0bd8
6
+ metadata.gz: f7d4327f6a14d5868acd6000c34eafb70be429a4b2e5025eed60c0a8f9e1b672d58b582b6bbd68061de1d8cc1ef1fccdeae29df87034452606a3cbce6bb575f5
7
+ data.tar.gz: d347cf6dc0131feac885bb266cfc4a2727aecba781be924448eb2fb0b83a35d71944d0e1535ab2692bc104729a3fc1db20b26bd710da42ca455f563e3e15832c
@@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- ## [1.0.0] - 2019-02-18
9
+ ## [1.1.1] - 2020-08-03
10
+
11
+ ### Changed
12
+ - Update gemspec links to point to https://code.deeden.co.uk/
13
+
14
+ ## [1.1.0] - 2020-05-11
10
15
 
11
16
  ### Security
12
17
  - Update rake requirement from ~> 12.3 to ~> 13.0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- indieweb-post_types-identifier-bookmark (1.1.0)
4
+ indieweb-post_types-identifier-bookmark (1.1.1)
5
5
  indieweb-post_types
6
6
 
7
7
  GEM
@@ -9,7 +9,7 @@ GEM
9
9
  specs:
10
10
  ast (2.4.0)
11
11
  diff-lcs (1.3)
12
- indieweb-post_types (0.3.1)
12
+ indieweb-post_types (0.3.2)
13
13
  jaro_winkler (1.5.1)
14
14
  parallel (1.12.1)
15
15
  parser (2.5.1.0)
@@ -52,4 +52,4 @@ DEPENDENCIES
52
52
  rubocop (~> 0.57.2)
53
53
 
54
54
  BUNDLED WITH
55
- 2.0.1
55
+ 2.1.3
data/README.md CHANGED
@@ -43,7 +43,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
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-bookmark. 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-bookmark/issues](https://code.deeden.co.uk/indieweb-post_types-identifier-bookmark/issues), while patches are welcome at [https://code.deeden.co.uk/indieweb-post_types-identifier-bookmark/patches](https://code.deeden.co.uk/indieweb-post_types-identifier-bookmark/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::Bookmark 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-bookmark/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.
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = 'Identify IndieWeb Microformats 2 posts as bookmarks.'
12
12
  spec.description = 'IndieWeb Bookmark Post Type Discovery for Microformats 2 JSON.'
13
- spec.homepage = 'https://github.com/srushe/indieweb-post_types-identifier-bookmark'
13
+ spec.homepage = 'https://code.deeden.co.uk/indieweb-post_types-identifier-bookmark'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.metadata = {
17
- 'bug_tracker_uri' => 'https://github.com/srushe/indieweb-post_types-identifier-bookmark/issues',
18
- 'changelog_uri' => 'https://github.com/srushe/indieweb-post_types-identifier-bookmark/blob/master/CHANGELOG.md',
19
- 'homepage_uri' => 'https://github.com/srushe/indieweb-post_types-identifier-bookmark/'
17
+ 'bug_tracker_uri' => 'https://code.deeden.co.uk/indieweb-post_types-identifier-bookmark/issues',
18
+ 'changelog_uri' => 'https://code.deeden.co.uk/indieweb-post_types-identifier-bookmark/changelog',
19
+ 'homepage_uri' => 'https://code.deeden.co.uk/indieweb-post_types-identifier-bookmark/'
20
20
  }
21
21
 
22
22
  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 Bookmark
5
- VERSION = '1.1.0'.freeze
5
+ VERSION = '1.1.1'.freeze
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-bookmark
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.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: indieweb-post_types
@@ -103,14 +103,14 @@ files:
103
103
  - indieweb-post_types-identifier-bookmark.gemspec
104
104
  - lib/indieweb/post_types/identifier/bookmark.rb
105
105
  - lib/indieweb/post_types/identifier/bookmark/version.rb
106
- homepage: https://github.com/srushe/indieweb-post_types-identifier-bookmark
106
+ homepage: https://code.deeden.co.uk/indieweb-post_types-identifier-bookmark
107
107
  licenses:
108
108
  - MIT
109
109
  metadata:
110
- bug_tracker_uri: https://github.com/srushe/indieweb-post_types-identifier-bookmark/issues
111
- changelog_uri: https://github.com/srushe/indieweb-post_types-identifier-bookmark/blob/master/CHANGELOG.md
112
- homepage_uri: https://github.com/srushe/indieweb-post_types-identifier-bookmark/
113
- post_install_message:
110
+ bug_tracker_uri: https://code.deeden.co.uk/indieweb-post_types-identifier-bookmark/issues
111
+ changelog_uri: https://code.deeden.co.uk/indieweb-post_types-identifier-bookmark/changelog
112
+ homepage_uri: https://code.deeden.co.uk/indieweb-post_types-identifier-bookmark/
113
+ post_install_message:
114
114
  rdoc_options: []
115
115
  require_paths:
116
116
  - lib
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubygems_version: 3.0.3
129
- signing_key:
129
+ signing_key:
130
130
  specification_version: 4
131
131
  summary: Identify IndieWeb Microformats 2 posts as bookmarks.
132
132
  test_files: []