activesupport 6.0.3.2 → 6.0.3.7

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddc3765b575ed4e835c62deb6d50ce258b79785b3b8f006e0a8cd5ce029afb5c
4
- data.tar.gz: 7cb48c556646fcb7ed94a2413309093e39f45ea6ce35f8bf2dafadcce7c4dba5
3
+ metadata.gz: 7574f990691aa44fe1514a080d4e87dc2fff6b280a0105226e60fe7410328d36
4
+ data.tar.gz: 17d7c63f6f1f2c148e32419eff2e19fa25452707e9f9d0a1c9191fb5550928de
5
5
  SHA512:
6
- metadata.gz: c385b04bb40eab25a93d8d72da2ec89ac8ae4dde7cf970664615ae61c8396d2071233cbc5ef96170af91b0787f9e427298979ec9a053147210930de68ee49626
7
- data.tar.gz: e5acd9a96d62ac48111133e99eb69d656685e7ab0596e348dcf8ff6ee9fdcc6aec073738ff40ab49a5df51e873ed4404ac2d8e4c00d12447dd2b8a1d495967e3
6
+ metadata.gz: 2256715fde45a0f3735f9c568d77ea4afdf9ab23945841ed77c6504ac5006df668020a40bd9ebda78332a8d1ae52f8202d043c5ee478546abc9e7e30b898108b
7
+ data.tar.gz: 489c865c8babce0410f367951d41aa93f10b8262c4769ecfc47e5a43c11320ce0df97f48e218bc1ef3dcbbf08afd747f3852cc5a8227222552e97ff25449d860
data/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## Rails 6.0.3.7 (May 05, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 6.0.3.6 (March 26, 2021) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 6.0.3.5 (February 10, 2021) ##
12
+
13
+ * No changes.
14
+
15
+
16
+ ## Rails 6.0.3.4 (October 07, 2020) ##
17
+
18
+ * No changes.
19
+
20
+
21
+ ## Rails 6.0.3.3 (September 09, 2020) ##
22
+
23
+ * No changes.
24
+
25
+
1
26
  ## Rails 6.0.3.2 (June 17, 2020) ##
2
27
 
3
28
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
12
  TINY = 3
13
- PRE = "2"
13
+ PRE = "7"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.3.2
4
+ version: 6.0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-17 00:00:00.000000000 Z
11
+ date: 2021-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -359,10 +359,10 @@ licenses:
359
359
  - MIT
360
360
  metadata:
361
361
  bug_tracker_uri: https://github.com/rails/rails/issues
362
- changelog_uri: https://github.com/rails/rails/blob/v6.0.3.2/activesupport/CHANGELOG.md
363
- documentation_uri: https://api.rubyonrails.org/v6.0.3.2/
362
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.3.7/activesupport/CHANGELOG.md
363
+ documentation_uri: https://api.rubyonrails.org/v6.0.3.7/
364
364
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
365
- source_code_uri: https://github.com/rails/rails/tree/v6.0.3.2/activesupport
365
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.3.7/activesupport
366
366
  post_install_message:
367
367
  rdoc_options:
368
368
  - "--encoding"