tiptap-ruby 0.8.1 → 0.9.0

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: 6d5aa320891bbc36f97d9a0bcbaf59269285566e8820fcf8078a522c0b2a6d78
4
- data.tar.gz: 410768b9c65ccd48712d53ca3cad4076897387c9f4f32c5a003e09a7cd32ab2c
3
+ metadata.gz: d9947a5d51dd807e466a05a3a207a8912b9eca1976cef7eea6fd236c1416a2c4
4
+ data.tar.gz: 6219293515b3a8381b54973438b72ba410e32368c8de851eb4978458934e0e5d
5
5
  SHA512:
6
- metadata.gz: dd2d14f97e03dbede36823313a78b16d2f6824abf7da54327410e9ed2995ffdae607eaa35152242278354325d7b217cbf2d2c4299379f63bbebd5ee2c4b5693f
7
- data.tar.gz: e8ece329004dc1c77aecaf8a57e325efc849e30f47fd75e63a284c5002bcddc5c7036db785f96f49571ccb460054c8a3d500502c5d768f675c2748fc45c2d75a
6
+ metadata.gz: 31b4da971be3ad168e49955ed805ea3637ae4f10eabab244e1aa05ee8a7713fd515aea99034ffd2e1daaaa87f5ca2e83d189c75e98d4f190b0f45567f7df5a61
7
+ data.tar.gz: ca688b9f1c893ec1c15334195552f7b698844c74ab11df82060a1c2f967e18e02b8766b5f873ab9c0a71342d7c6b0d7831e302a35a3a9cecdf0c3ac2000654b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.9.0] - 2024-02-20
4
+
5
+ - Update Nokogiri for security vulnerability
6
+
7
+ ## [0.8.2] - 2023-12-05
8
+
9
+ - Update documentation and links to point to new GitHub repo at CompanyCam.
10
+
3
11
  ## [0.8.0] - 2023-11-02
4
12
 
5
13
  ### Breaking
data/README.md CHANGED
@@ -131,7 +131,7 @@ To release a new version, update the version number in `version.rb`, and then ru
131
131
 
132
132
  ## Contributing
133
133
 
134
- Bug reports and pull requests are welcome on GitHub at https://github.com/chadwilken/tiptap-ruby.
134
+ Bug reports and pull requests are welcome on GitHub at https://github.com/CompanyCam/tiptap-ruby.
135
135
 
136
136
  ## License
137
137
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TipTap
4
- VERSION = "0.8.1"
4
+ VERSION = "0.9.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiptap-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Wilken
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-16 00:00:00.000000000 Z
11
+ date: 2024-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview
@@ -73,13 +73,13 @@ files:
73
73
  - lib/tip_tap/registry.rb
74
74
  - lib/tip_tap/version.rb
75
75
  - lib/tiptap.rb
76
- homepage: https://github.com/chadwilken/tiptap-ruby
76
+ homepage: https://github.com/CompanyCam/tiptap-ruby
77
77
  licenses:
78
78
  - MIT
79
79
  metadata:
80
- homepage_uri: https://github.com/chadwilken/tiptap-ruby
81
- source_code_uri: https://github.com/chadwilken/tiptap-ruby
82
- changelog_uri: https://github.com/chadwilken/tiptap-ruby/blob/master/CHANGELOG.md
80
+ homepage_uri: https://github.com/CompanyCam/tiptap-ruby
81
+ source_code_uri: https://github.com/CompanyCam/tiptap-ruby
82
+ changelog_uri: https://github.com/CompanyCam/tiptap-ruby/blob/master/CHANGELOG.md
83
83
  post_install_message:
84
84
  rdoc_options: []
85
85
  require_paths: