tiptap-ruby 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/tip_tap/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f985a4c273e2e9e153a0397fec2cd196e4eebafe8e32224492ce25cfd2478cc
|
4
|
+
data.tar.gz: 251ee6f454c8f2968e1e6900045c9d764b97a62509faafad758446551b48efa7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42c49923cdb74a54efe6ed6a2a628e3a50d212fbde061949b6aa1f0c042eea84da9647d158351d646def7c2dc3dbb36b5b9cdd2d0bbf60f31bbce45153b9ef7e
|
7
|
+
data.tar.gz: cf622c6c4e157c996f9ce1ef7909dd0dc9611a7fc4c874b6c976c02817f915282ea9dd65e20898f6ac632c37022ae4a40beef26233f76ad7acb6f377f23629aa
|
data/CHANGELOG.md
CHANGED
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/
|
134
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/CompanyCam/tiptap-ruby.
|
135
135
|
|
136
136
|
## License
|
137
137
|
|
data/lib/tip_tap/version.rb
CHANGED
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.
|
4
|
+
version: 0.8.2
|
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
|
+
date: 2023-12-05 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/
|
76
|
+
homepage: https://github.com/CompanyCam/tiptap-ruby
|
77
77
|
licenses:
|
78
78
|
- MIT
|
79
79
|
metadata:
|
80
|
-
homepage_uri: https://github.com/
|
81
|
-
source_code_uri: https://github.com/
|
82
|
-
changelog_uri: https://github.com/
|
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:
|