actiontext 7.0.2.2 → 7.0.3

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: 32502b1c0aad6a2d504e410a6497600c2b8d661087299dc3a068d9986f7dbeb6
4
- data.tar.gz: a8d571ecf55cfd56b5649f088207cb25ca37492477162c3adaff63ced131dbec
3
+ metadata.gz: 20aff31f866a68c0979deeb3b8b0873e70bc14766b89e640ed94729d35683765
4
+ data.tar.gz: 7938266c8b25b61923eb48793f6e9ab7eca558b416a318005b940c59f569182b
5
5
  SHA512:
6
- metadata.gz: 1337319d88d1b2c04efe0673e5fd5c3451975d6532e72b5cd82d9ff26becee32cb28d3c97fb1e93149cd9872611bf907785bead692dd02aba83e2fe6404fe733
7
- data.tar.gz: c11b4e75fb01183dfd59092c532321fc1eae9bb2806639fd1a274646f5fb81e1fc4fb095d1a635426aa3582e1243676f3176cbb3a714cd1c0315e0539fa2000a
6
+ metadata.gz: b5b2cbc9029680f03512b38eb4744dc1d6519000090d45886ad321bdb4946a4b7090d2abaf74ab3d53fbcfecd9825b32f785a278793ef8540da54329f2d3eb44
7
+ data.tar.gz: 06a0235d8c7af0e3b6c0b60cd5c066119e12991d037a62c9140e2f0705f45edc1a03cd99635871d318dea1483e9dbcff88de35f93b8e3e190dbaf8551a23b448
data/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## Rails 7.0.3 (May 09, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 7.0.2.4 (April 26, 2022) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 7.0.2.3 (March 08, 2022) ##
12
+
13
+ * No changes.
14
+
15
+
1
16
  ## Rails 7.0.2.2 (February 11, 2022) ##
2
17
 
3
18
  * No changes.
@@ -25,7 +25,7 @@ module ActionText
25
25
  # first:
26
26
  # title: An Article
27
27
  #
28
- # Then declare the <tt>ActionText::RichText</tt> fixture data in
28
+ # Then declare the ActionText::RichText fixture data in
29
29
  # <tt>test/fixtures/action_text/rich_texts.yml</tt>, making sure to declare
30
30
  # each entry's <tt>record:</tt> key as a polymorphic relationship:
31
31
  #
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActionText
4
- # Returns the currently-loaded version of Action Text as a <tt>Gem::Version</tt>.
4
+ # Returns the currently loaded version of Action Text as a <tt>Gem::Version</tt>.
5
5
  def self.gem_version
6
6
  Gem::Version.new VERSION::STRING
7
7
  end
@@ -9,8 +9,8 @@ module ActionText
9
9
  module VERSION
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
- TINY = 2
13
- PRE = "2"
12
+ TINY = 3
13
+ PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
@@ -3,7 +3,7 @@
3
3
  require_relative "gem_version"
4
4
 
5
5
  module ActionText
6
- # Returns the currently-loaded version of Action Text as a <tt>Gem::Version</tt>.
6
+ # Returns the currently loaded version of Action Text as a <tt>Gem::Version</tt>.
7
7
  def self.version
8
8
  gem_version
9
9
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rails/actiontext",
3
- "version": "7.0.2-2",
3
+ "version": "7.0.3",
4
4
  "description": "Edit and display rich text in Rails applications",
5
5
  "main": "app/javascript/actiontext/index.js",
6
6
  "type": "module",
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: 7.0.2.2
4
+ version: 7.0.3
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-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: 7.0.2.2
21
+ version: 7.0.3
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: 7.0.2.2
28
+ version: 7.0.3
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: 7.0.2.2
35
+ version: 7.0.3
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: 7.0.2.2
42
+ version: 7.0.3
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: 7.0.2.2
49
+ version: 7.0.3
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: 7.0.2.2
56
+ version: 7.0.3
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: 7.0.2.2
63
+ version: 7.0.3
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: 7.0.2.2
70
+ version: 7.0.3
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: nokogiri
73
73
  requirement: !ruby/object:Gem::Requirement
@@ -160,10 +160,10 @@ licenses:
160
160
  - MIT
161
161
  metadata:
162
162
  bug_tracker_uri: https://github.com/rails/rails/issues
163
- changelog_uri: https://github.com/rails/rails/blob/v7.0.2.2/actiontext/CHANGELOG.md
164
- documentation_uri: https://api.rubyonrails.org/v7.0.2.2/
163
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.3/actiontext/CHANGELOG.md
164
+ documentation_uri: https://api.rubyonrails.org/v7.0.3/
165
165
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
166
- source_code_uri: https://github.com/rails/rails/tree/v7.0.2.2/actiontext
166
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.3/actiontext
167
167
  rubygems_mfa_required: 'true'
168
168
  post_install_message:
169
169
  rdoc_options: []
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  - !ruby/object:Gem::Version
181
181
  version: '0'
182
182
  requirements: []
183
- rubygems_version: 3.2.22
183
+ rubygems_version: 3.3.7
184
184
  signing_key:
185
185
  specification_version: 4
186
186
  summary: Rich text framework.