activesupport 5.1.0.rc2 → 5.1.0
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.
Potentially problematic release.
This version of activesupport might be problematic. Click here for more details.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +1 -7
 - data/lib/active_support/gem_version.rb +1 -1
 - metadata +5 -5
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 114e2c496338ee88ac67ddededcc2025ed8e31dd
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 45f6a8862d3cf64eee93a0c088e15220287a61cc
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: da3ca55424ca83cfe7a7699519a0b62f03fa9e5d0401a9c5ccc3abd45aec8208aa2cf8cf0e35f5b5b4d1d73f12d4cf6db9979a51553516d03961e46755bf98c3
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 8527cb4647cee1b0c2fce8059173707f9ac69515165224d5b50cc7b600c312e63efc28090701d5a9ed2c32637de4d2f007b5f6f29e64f1878636beb860e212e8
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,4 +1,4 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ## Rails 5.1.0 
     | 
| 
      
 1 
     | 
    
         
            +
            ## Rails 5.1.0 (April 27, 2017) ##
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            *   `ActiveSupport::EventedFileUpdateChecker` no longer listens to
         
     | 
| 
       4 
4 
     | 
    
         
             
                directories outside of the application directory.
         
     | 
| 
         @@ -26,9 +26,6 @@ 
     | 
|
| 
       26 
26 
     | 
    
         | 
| 
       27 
27 
     | 
    
         
             
                *Dominic Cleal*
         
     | 
| 
       28 
28 
     | 
    
         | 
| 
       29 
     | 
    
         
            -
             
     | 
| 
       30 
     | 
    
         
            -
            ## Rails 5.1.0.rc1 (March 20, 2017) ##
         
     | 
| 
       31 
     | 
    
         
            -
             
     | 
| 
       32 
29 
     | 
    
         
             
            *   Fixed bug in `DateAndTime::Compatibility#to_time` that caused it to
         
     | 
| 
       33 
30 
     | 
    
         
             
                raise `RuntimeError: can't modify frozen Time` when called on any frozen `Time`.
         
     | 
| 
       34 
31 
     | 
    
         
             
                Properly pass through the frozen `Time` or `ActiveSupport::TimeWithZone` object
         
     | 
| 
         @@ -243,9 +240,6 @@ 
     | 
|
| 
       243 
240 
     | 
    
         | 
| 
       244 
241 
     | 
    
         
             
                *Dylan Thacker-Smith*
         
     | 
| 
       245 
242 
     | 
    
         | 
| 
       246 
     | 
    
         
            -
             
     | 
| 
       247 
     | 
    
         
            -
            ## Rails 5.1.0.beta1 (February 23, 2017) ##
         
     | 
| 
       248 
     | 
    
         
            -
             
     | 
| 
       249 
243 
     | 
    
         
             
            *   Cache `ActiveSupport::TimeWithZone#to_datetime` before freezing.
         
     | 
| 
       250 
244 
     | 
    
         | 
| 
       251 
245 
     | 
    
         
             
                *Adam Rice*
         
     | 
    
        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: 5.1.0 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 5.1.0
         
     | 
| 
       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: 2017-04- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2017-04-27 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: i18n
         
     | 
| 
         @@ -326,12 +326,12 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       326 
326 
     | 
    
         
             
                  version: 2.2.2
         
     | 
| 
       327 
327 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       328 
328 
     | 
    
         
             
              requirements:
         
     | 
| 
       329 
     | 
    
         
            -
              - - " 
     | 
| 
      
 329 
     | 
    
         
            +
              - - ">="
         
     | 
| 
       330 
330 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       331 
     | 
    
         
            -
                  version:  
     | 
| 
      
 331 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
       332 
332 
     | 
    
         
             
            requirements: []
         
     | 
| 
       333 
333 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       334 
     | 
    
         
            -
            rubygems_version: 2.6. 
     | 
| 
      
 334 
     | 
    
         
            +
            rubygems_version: 2.6.11
         
     | 
| 
       335 
335 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       336 
336 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       337 
337 
     | 
    
         
             
            summary: A toolkit of support libraries and Ruby core extensions extracted from the
         
     |