actiontext 6.1.4.7 → 6.1.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of actiontext might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 193c945dd3bbb047e48a02bfb81ea8b629f89729686a22d2298d61e1ace7a926
4
- data.tar.gz: 3a099ea7a70cfff0558afd9bdf0a07a766ffc39d68ec630769e37202a834a3bd
3
+ metadata.gz: 814cf9512ab2b0f326c4c51aee2e5bdff86d395cf2ca1f5c9132d62610fcca72
4
+ data.tar.gz: ea0f988ca1c0be408847229fc5f68230e48a92e6bdaf22c4a932acb492f85427
5
5
  SHA512:
6
- metadata.gz: 981a21d9e8b3be55f4d0dc5b45ef8371105009d7e471635e7395c64083a791cbd532d4d53cc87dda84003ca04ad39cfd1c754ea9e9dd92401f451fea4c877b53
7
- data.tar.gz: 199e4c1231c88dfe87e4f9f9069a69c14e1c043bb91736b82f9021a34e9a11ed8111074aec270da1613d91f32e2aa58b1a622e11a2b554789fcf9f92b34def8d
6
+ metadata.gz: b0a7b34084f6402462a190906d0b1dfdaf736e1589b5b9992440f15e69519e07575ae5822fcb3ee48d7e2d98e966c50403c0cd331d6d5b2cd25b91016e2b38f8
7
+ data.tar.gz: c3750ac34409051c70ae9ca13beb1700f621902895a81d8df32483f03e8f4f43a5840446161f0d233b5eb6d7391757d8cec98a334bc9f9bb88fa68c22df9cb60
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## Rails 6.1.5 (March 09, 2022) ##
2
+
3
+ * Fix Action Text extra trix content wrapper.
4
+
5
+ *Alexandre Ruban*
6
+
7
+
1
8
  ## Rails 6.1.4.7 (March 08, 2022) ##
2
9
 
3
10
  * No changes.
data/MIT-LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 Basecamp, LLC
3
+ Copyright (c) 2020-2022 Basecamp, LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -9,8 +9,8 @@ module ActionText
9
9
  module VERSION
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
- TINY = 4
13
- PRE = "7"
12
+ TINY = 5
13
+ PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
@@ -15,6 +15,8 @@ module ActionText
15
15
  nil
16
16
  when self
17
17
  content.to_html
18
+ when ActionText::RichText
19
+ content.body.to_html
18
20
  else
19
21
  new(content).to_html
20
22
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rails/actiontext",
3
- "version": "6.1.4-7",
3
+ "version": "6.1.5",
4
4
  "description": "Edit and display rich text in Rails applications",
5
5
  "main": "app/javascript/actiontext/index.js",
6
6
  "files": [
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actiontext
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.4.7
4
+ version: 6.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javan Makhmali
8
8
  - Sam Stephenson
9
9
  - David Heinemeier Hansson
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-03-08 00:00:00.000000000 Z
13
+ date: 2022-03-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -18,56 +18,56 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 6.1.4.7
21
+ version: 6.1.5
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 6.1.4.7
28
+ version: 6.1.5
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: activerecord
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 6.1.4.7
35
+ version: 6.1.5
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: 6.1.4.7
42
+ version: 6.1.5
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: activestorage
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - '='
48
48
  - !ruby/object:Gem::Version
49
- version: 6.1.4.7
49
+ version: 6.1.5
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - '='
55
55
  - !ruby/object:Gem::Version
56
- version: 6.1.4.7
56
+ version: 6.1.5
57
57
  - !ruby/object:Gem::Dependency
58
58
  name: actionpack
59
59
  requirement: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - '='
62
62
  - !ruby/object:Gem::Version
63
- version: 6.1.4.7
63
+ version: 6.1.5
64
64
  type: :runtime
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - '='
69
69
  - !ruby/object:Gem::Version
70
- version: 6.1.4.7
70
+ version: 6.1.5
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: nokogiri
73
73
  requirement: !ruby/object:Gem::Requirement
@@ -140,11 +140,12 @@ licenses:
140
140
  - MIT
141
141
  metadata:
142
142
  bug_tracker_uri: https://github.com/rails/rails/issues
143
- changelog_uri: https://github.com/rails/rails/blob/v6.1.4.7/actiontext/CHANGELOG.md
144
- documentation_uri: https://api.rubyonrails.org/v6.1.4.7/
143
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.5/actiontext/CHANGELOG.md
144
+ documentation_uri: https://api.rubyonrails.org/v6.1.5/
145
145
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
146
- source_code_uri: https://github.com/rails/rails/tree/v6.1.4.7/actiontext
147
- post_install_message:
146
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.5/actiontext
147
+ rubygems_mfa_required: 'true'
148
+ post_install_message:
148
149
  rdoc_options: []
149
150
  require_paths:
150
151
  - lib
@@ -159,8 +160,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
160
  - !ruby/object:Gem::Version
160
161
  version: '0'
161
162
  requirements: []
162
- rubygems_version: 3.1.6
163
- signing_key:
163
+ rubygems_version: 3.3.7
164
+ signing_key:
164
165
  specification_version: 4
165
166
  summary: Rich text framework.
166
167
  test_files: []