activesupport 6.0.3.2 → 6.0.3.3

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: f1e4aacc5a6ee4b2a94a03448b8f9156885db3a419849011bab59e8d329b116a
4
+ data.tar.gz: ee620813b9d428827e3b42e039e8c3c1a9d9af1b8034edbe3b22bd6e009de2f6
5
5
  SHA512:
6
- metadata.gz: c385b04bb40eab25a93d8d72da2ec89ac8ae4dde7cf970664615ae61c8396d2071233cbc5ef96170af91b0787f9e427298979ec9a053147210930de68ee49626
7
- data.tar.gz: e5acd9a96d62ac48111133e99eb69d656685e7ab0596e348dcf8ff6ee9fdcc6aec073738ff40ab49a5df51e873ed4404ac2d8e4c00d12447dd2b8a1d495967e3
6
+ metadata.gz: d1c4eae0e5b306823481d8d58f85b05d0ed1fcfe7af7273184244363dc80b7db8b5d44b6addeae0566e457296e13df5caeca97139b8dc9226658a216af91c259
7
+ data.tar.gz: c01d989cba1a5cd88d2499be9e70c25a09beac2145999904fee502b343a11068b1752db1e1350754502037f5b8d0efa58de5b471de66bc90025820fc408a4dbd
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.3.3 (September 09, 2020) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.0.3.2 (June 17, 2020) ##
2
7
 
3
8
  * 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 = "3"
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-17 00:00:00.000000000 Z
11
+ date: 2020-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -359,11 +359,11 @@ 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.3/activesupport/CHANGELOG.md
363
+ documentation_uri: https://api.rubyonrails.org/v6.0.3.3/
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
366
- post_install_message:
365
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.3.3/activesupport
366
+ post_install_message:
367
367
  rdoc_options:
368
368
  - "--encoding"
369
369
  - UTF-8
@@ -381,7 +381,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
381
381
  version: '0'
382
382
  requirements: []
383
383
  rubygems_version: 3.1.2
384
- signing_key:
384
+ signing_key:
385
385
  specification_version: 4
386
386
  summary: A toolkit of support libraries and Ruby core extensions extracted from the
387
387
  Rails framework.