tappers 0.1.0 → 0.1.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 +11 -0
- data/lib/tappers/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5010e09204fe7894f7353c88c9c5df8d8b468e7e7664d638257aee5f83bf0281
|
4
|
+
data.tar.gz: e34db336cf8abaf0afd5edb62aac1a30f40025c0fa04dd056f6e6d57ea7c2205
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/lib/tappers/version.rb
CHANGED
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.
|
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-
|
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/
|
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.
|
52
|
+
rubygems_version: 3.4.10
|
53
53
|
signing_key:
|
54
54
|
specification_version: 4
|
55
55
|
summary: Tiptap/Prosemirror JSON content parser
|