activesupport 6.0.0.beta2 → 6.0.0.beta3

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: dd9c5d9d905a0d78112ed365cdbacb95ec29339f81d972942f6c19d37187d658
4
- data.tar.gz: df7793adf6dffc15228aa1b1a732a28fc47184a285395891dd3daf3a19e68a71
3
+ metadata.gz: 99b9851bbeeac26a9d5991ab86865b1475b44a197941819902c8b8aa298319ff
4
+ data.tar.gz: d2abae2569905e69d2dbf9c778f6f6407d4f3ffb7fe8f3f0de071c9bafcc5007
5
5
  SHA512:
6
- metadata.gz: 67827b484981828e79637fae9a2f065f881d393d0081e248f773b2a2907e286d5cfd714e7e540ed94f813fa79059d570227043dde00aabcc141a3117cd2becf0
7
- data.tar.gz: 497baa82a0453c7c2d7fb091302b0a74096fd496f98f04dbf67b01b45c4e6b53d0780685c5b30b84aadd12b7a674d5fd1c85edcadf7bb5e4f9c94f6362f8a0d5
6
+ metadata.gz: 66ced4ae57566a0063f24c7b1c4a778bbb56897414a88ca7e1f8736cc7ba1b33deb549a75a556ba0ac1cbec17cf326e57f3f5bde9a04c53c3ef0059e2bb81d74
7
+ data.tar.gz: 29783c4224cc61b14fdc1f227d30a090edaed71a5f5535221ce091e82a398e80f9beb103d1353581bb19fdc05e855c7e00a5bba898364043c017f74dbbc06d40
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.0.beta3 (March 11, 2019) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.0.0.beta2 (February 25, 2019) ##
2
7
 
3
8
  * New autoloading based on [Zeitwerk](https://github.com/fxn/zeitwerk).
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
12
  TINY = 0
13
- PRE = "beta2"
13
+ PRE = "beta3"
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.0.beta2
4
+ version: 6.0.0.beta3
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: 2019-02-25 00:00:00.000000000 Z
11
+ date: 2019-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -356,8 +356,8 @@ homepage: http://rubyonrails.org
356
356
  licenses:
357
357
  - MIT
358
358
  metadata:
359
- source_code_uri: https://github.com/rails/rails/tree/v6.0.0.beta2/activesupport
360
- changelog_uri: https://github.com/rails/rails/blob/v6.0.0.beta2/activesupport/CHANGELOG.md
359
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.0.beta3/activesupport
360
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.0.beta3/activesupport/CHANGELOG.md
361
361
  post_install_message:
362
362
  rdoc_options:
363
363
  - "--encoding"