tappers 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -0
  3. data/lib/tappers/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d1708f445a48fb2f88d1568afe430b6d360391d49041fc0c09b5f65e9613c7d
4
- data.tar.gz: a65fd0654837966099e0fb75485d88d5b0c2cb1e068d8c487350b6b493451222
3
+ metadata.gz: 5010e09204fe7894f7353c88c9c5df8d8b468e7e7664d638257aee5f83bf0281
4
+ data.tar.gz: e34db336cf8abaf0afd5edb62aac1a30f40025c0fa04dd056f6e6d57ea7c2205
5
5
  SHA512:
6
- metadata.gz: a9d9173f73bb59528f3bf91c22ab690303cd42bd82f434068b690dbe16752e01ec2638c736eb81131c2aaf4debcc75a070d06e8caa180d20f212756ea492f1fa
7
- data.tar.gz: e7590dc47d2b4ab730cf27d1f9dd23cf66599a5976e1299756a4d991f0147ea91c2edc50ca7538ea4808755d1e8026070706eea4cd41cc2020496553199ae64f
6
+ metadata.gz: 4dbc0d05be89bbc8e9d51b3715abae3850068acd7d36a321647223707789973bbe123dcfd1403ab3ea1049443ca14e26dcf6244f1104aa3ebb3c9e5ad292627f
7
+ data.tar.gz: bd93d40cd0a461d2da15b3558fb6ea3d1725f4773f6ed22b2a74131bd2a36a41b189096b84d0eafce68c9bf55738cc73db0755556d521d7aa2535fe6b66779ab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
1
8
  ## [Unreleased]
2
9
 
10
+ ## [0.1.1] - 2023--5-04
11
+
12
+ - Fixed gemspec link to this changelog
13
+
3
14
  ## [0.1.0] - 2023-02-24
4
15
 
5
16
  - Initial release
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tappers
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tappers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Cheal
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-24 00:00:00.000000000 Z
11
+ date: 2023-05-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Tiptap/Prosemirror JSON content parser
14
14
  email:
@@ -33,7 +33,7 @@ licenses:
33
33
  metadata:
34
34
  homepage_uri: https://www.hellojute.com
35
35
  source_code_uri: https://github.com/HelloJute/tappers
36
- changelog_uri: https://github.com/HelloJute/tappers/blog/main/CHANGELOG.md
36
+ changelog_uri: https://github.com/HelloJute/tappers/blob/main/CHANGELOG.md
37
37
  post_install_message:
38
38
  rdoc_options: []
39
39
  require_paths:
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubygems_version: 3.4.7
52
+ rubygems_version: 3.4.10
53
53
  signing_key:
54
54
  specification_version: 4
55
55
  summary: Tiptap/Prosemirror JSON content parser