activesupport 6.0.1.rc1 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3c9f64a0fa571b426006ded74ceecc254256afa6bbea8d9e649cf34d664cb57
4
- data.tar.gz: 64ade9a0efc8f6dc95247de518d84cbf1402a44532e189d982baf323190b7810
3
+ metadata.gz: 89999be252d7cdb9b27994ea4a149baabf876606a5899e8c7dfe5309278bf57a
4
+ data.tar.gz: c79f2634e9a995e6c0ad95ca68f3a04905153502560e2a25de871cb4c4782e4f
5
5
  SHA512:
6
- metadata.gz: 62adb7ae6be4bf4ceac08aa3d518568b77b642fe4ac16c5c69369402f8b274c1903a4b750b2c4b78b3873ad1a10388099c9435250e1fa25eaa3fadee3ba2743a
7
- data.tar.gz: 94305170cdb8f4532cf1c7b2c986680c860f7519f7ff40706ae8137d06bb067bea1e5065c3bb05251b8c657b3065bcc27982a57430b8c47020ea60ee88c498ae
6
+ metadata.gz: 9aed32dcff5ff2bbeaeb386f289292c3a18d8bf3dde6d5a72eff792f41216041853fbbbefe01aa35aef16330f13a54bca4744235bdee5a90783e34bc8b48c1f6
7
+ data.tar.gz: 6ceefce5d0753a5a91df29b365579b8e84be9b252b5abe5c7e3f5183dad8a9389a0de2fc50f6668147d6b9def2efe9e6dc1dc48e221dda19767586a37a9d3d3f
@@ -1,4 +1,4 @@
1
- ## Rails 6.0.1.rc1 (October 31, 2019) ##
1
+ ## Rails 6.0.1 (November 5, 2019) ##
2
2
 
3
3
  * `ActiveSupport::SafeBuffer` supports `Enumerator` methods.
4
4
 
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
12
  TINY = 1
13
- PRE = "rc1"
13
+ PRE = nil
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.1.rc1
4
+ version: 6.0.1
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-10-31 00:00:00.000000000 Z
11
+ date: 2019-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -353,10 +353,10 @@ licenses:
353
353
  - MIT
354
354
  metadata:
355
355
  bug_tracker_uri: https://github.com/rails/rails/issues
356
- changelog_uri: https://github.com/rails/rails/blob/v6.0.1.rc1/activesupport/CHANGELOG.md
357
- documentation_uri: https://api.rubyonrails.org/v6.0.1.rc1/
356
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.1/activesupport/CHANGELOG.md
357
+ documentation_uri: https://api.rubyonrails.org/v6.0.1/
358
358
  mailing_list_uri: https://groups.google.com/forum/#!forum/rubyonrails-talk
359
- source_code_uri: https://github.com/rails/rails/tree/v6.0.1.rc1/activesupport
359
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.1/activesupport
360
360
  post_install_message:
361
361
  rdoc_options:
362
362
  - "--encoding"
@@ -370,9 +370,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
370
370
  version: 2.5.0
371
371
  required_rubygems_version: !ruby/object:Gem::Requirement
372
372
  requirements:
373
- - - ">"
373
+ - - ">="
374
374
  - !ruby/object:Gem::Version
375
- version: 1.3.1
375
+ version: '0'
376
376
  requirements: []
377
377
  rubygems_version: 3.0.3
378
378
  signing_key: