actiontext 6.1.4.7 → 6.1.6

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: 193c945dd3bbb047e48a02bfb81ea8b629f89729686a22d2298d61e1ace7a926
4
- data.tar.gz: 3a099ea7a70cfff0558afd9bdf0a07a766ffc39d68ec630769e37202a834a3bd
3
+ metadata.gz: 0ec456aceee9c0f7809e214a7bd103d3fa6074c543458cf2c0ee93d7684dc297
4
+ data.tar.gz: 13009822525545470e2ea1e0c8ff7910ea80992b9852cbe98512fb00f941ff52
5
5
  SHA512:
6
- metadata.gz: 981a21d9e8b3be55f4d0dc5b45ef8371105009d7e471635e7395c64083a791cbd532d4d53cc87dda84003ca04ad39cfd1c754ea9e9dd92401f451fea4c877b53
7
- data.tar.gz: 199e4c1231c88dfe87e4f9f9069a69c14e1c043bb91736b82f9021a34e9a11ed8111074aec270da1613d91f32e2aa58b1a622e11a2b554789fcf9f92b34def8d
6
+ metadata.gz: 126f10b92f48ef14b0c365f3e4ea184bafc4559dfeb1339889db5018f11344beeb3b774d0da8bcbf7da566fe76d40365cf6f75a162b7a4dba545432e66fb8b4e
7
+ data.tar.gz: 1bcf77104a60b3be742ba24f9a7d9ff25121b69b488c496c1e943dd9ea5487ad6bfd0b2b750c3aecafb18a2ab9e18a5d19ece02900dd71f8d732b360b4fef7c0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## Rails 6.1.5.1 (April 26, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 6.1.5 (March 09, 2022) ##
7
+
8
+ * Fix Action Text extra trix content wrapper.
9
+
10
+ *Alexandre Ruban*
11
+
12
+
1
13
  ## Rails 6.1.4.7 (March 08, 2022) ##
2
14
 
3
15
  * 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 = 6
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.6",
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,7 +1,7 @@
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.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javan Makhmali
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-03-08 00:00:00.000000000 Z
13
+ date: 2022-05-09 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.6
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.6
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.6
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.6
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.6
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.6
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.6
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.6
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: nokogiri
73
73
  requirement: !ruby/object:Gem::Requirement
@@ -140,10 +140,11 @@ 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.6/actiontext/CHANGELOG.md
144
+ documentation_uri: https://api.rubyonrails.org/v6.1.6/
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
146
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.6/actiontext
147
+ rubygems_mfa_required: 'true'
147
148
  post_install_message:
148
149
  rdoc_options: []
149
150
  require_paths:
@@ -159,7 +160,7 @@ 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
+ rubygems_version: 3.3.7
163
164
  signing_key:
164
165
  specification_version: 4
165
166
  summary: Rich text framework.