actiontext 6.1.4.6 → 6.1.5.1

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: bbbc31ffb67921d024dcc62e551c3dd4b0ba8884dfaafbe96fb696d162f15479
4
- data.tar.gz: 587bf1f4d2646c6400af5c24c28babcfa4dab1bcd1798272e3e7832c9c3dec59
3
+ metadata.gz: 2ecc80fae3af0e84f48e877df53e13b300b9a74ed89ddb4c64231075bf6357a1
4
+ data.tar.gz: 834675b8c4470264b55554a420289def4c045888a5f8779a3782e576506ce4a5
5
5
  SHA512:
6
- metadata.gz: 179424f90b1f4b6efd7f2a4408165287b22b81f8444283e0d68c5f80f1c2e0d4d86dc82a54d31ce72593814d877f1e5a4538db72b8c1c4c54feb45aca5ca8a5b
7
- data.tar.gz: bf3104b73df2151eeb2f61414b1eaabbc47254b506bc9e0fddbcaa018458c1dd8e3544da397686b65db67705cc555541913ca94395393829b3263a375872f13a
6
+ metadata.gz: 951ae7e7c74ff431330455a14f9fadfe6c3ce8827a41dd54cb4ef85f7bc66185dd02284770049f9cae4d98ad9b379227acab6e2704a3fbf9012cc30d2fd46e21
7
+ data.tar.gz: f6a8ac41e915178cae455e6efd1b11e1afe8438b603bf1fa3cdf95a7b50170681990c1c6988e0aea8f144b1edca3843ba78aff923e2628cd222df77c55fec2ea
data/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
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
+
13
+ ## Rails 6.1.4.7 (March 08, 2022) ##
14
+
15
+ * No changes.
16
+
17
+
1
18
  ## Rails 6.1.4.6 (February 11, 2022) ##
2
19
 
3
20
  * 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 = "6"
12
+ TINY = 5
13
+ PRE = "1"
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-6",
3
+ "version": "6.1.5-1",
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.6
4
+ version: 6.1.5.1
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-02-11 00:00:00.000000000 Z
13
+ date: 2022-04-26 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.6
21
+ version: 6.1.5.1
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.6
28
+ version: 6.1.5.1
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.6
35
+ version: 6.1.5.1
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.6
42
+ version: 6.1.5.1
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.6
49
+ version: 6.1.5.1
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.6
56
+ version: 6.1.5.1
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.6
63
+ version: 6.1.5.1
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.6
70
+ version: 6.1.5.1
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.6/actiontext/CHANGELOG.md
144
- documentation_uri: https://api.rubyonrails.org/v6.1.4.6/
143
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.5.1/actiontext/CHANGELOG.md
144
+ documentation_uri: https://api.rubyonrails.org/v6.1.5.1/
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.6/actiontext
146
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.5.1/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.2.22
163
+ rubygems_version: 3.1.6
163
164
  signing_key:
164
165
  specification_version: 4
165
166
  summary: Rich text framework.