activesupport 4.0.0.rc2 → 4.0.0

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
  SHA1:
3
- metadata.gz: 50394a5dde9dbcdf47f30b09e2114d00c746e661
4
- data.tar.gz: 05b98599f6d9846bb6bd90950e916cf7bcfee450
3
+ metadata.gz: f245ce1f4a2b4ef8b365844871de9379d23117b0
4
+ data.tar.gz: f107b6936aa6763ba2274bd98fd92e573fc49e84
5
5
  SHA512:
6
- metadata.gz: ff1d8f80f99c75b2396df78f4f8cca93c5de6a62ecc6e40b4144f9f90992a5a754de2157d1f1d74a841fa2b461afb4cc2275e42822cda8c0961306ba24370424
7
- data.tar.gz: 01bce3c3e5d91185ca68a5c15858f6cd1107278e5e10f400d59ecb2daf846b8ae5cbd945946495b9b02fb1f6178709a50bd2c1ccb13cd244b0d386c3de076a41
6
+ metadata.gz: 39ba79acc5ca41a56c59b54359fdbaa8123301d2812b39285f8b99614d94998d43a0436d5fba6e4002bf172019e2eeb38eb2baa73e803cb987294eb599891b2e
7
+ data.tar.gz: 73dd55afe205d557d98a6d07488ac5cb393a2c6892205416a9dbff867cdc0923b193f334be3d126c39d933cea8a90f4e7a693b90037ea5538d552e3dd4f04965
@@ -1,3 +1,5 @@
1
+ ## Rails 4.0.0 (June 25, 2013) ##
2
+
1
3
  * Override `Time.at` to support the passing of Time-like values when called with a single argument.
2
4
 
3
5
  *Andrew White*
@@ -10,9 +12,6 @@
10
12
 
11
13
  *Brian Morearty + Carlos Antonio da Silva*
12
14
 
13
-
14
- ## Rails 4.0.0.rc1 (April 29, 2013) ##
15
-
16
15
  * An `ActiveSupport::Subscriber` class has been extracted from
17
16
  `ActiveSupport::LogSubscriber`, allowing you to use the event attachment
18
17
  API for other kinds of subscribers.
@@ -41,9 +40,6 @@
41
40
 
42
41
  *Charles Jones*
43
42
 
44
-
45
- ## Rails 4.0.0.beta1 (February 25, 2013) ##
46
-
47
43
  * Improve singularizing a singular for multiple cases.
48
44
  Fixes #2608 #1825 #2395.
49
45
 
@@ -1,7 +1,7 @@
1
1
  module ActiveSupport
2
2
  # Returns the version of the currently loaded ActiveSupport as a Gem::Version
3
3
  def self.version
4
- Gem::Version.new "4.0.0.rc2"
4
+ Gem::Version.new "4.0.0"
5
5
  end
6
6
 
7
7
  module VERSION #:nodoc:
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: 4.0.0.rc2
4
+ version: 4.0.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: 2013-06-11 00:00:00.000000000 Z
11
+ date: 2013-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -316,9 +316,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
316
316
  version: 1.9.3
317
317
  required_rubygems_version: !ruby/object:Gem::Requirement
318
318
  requirements:
319
- - - '>'
319
+ - - '>='
320
320
  - !ruby/object:Gem::Version
321
- version: 1.3.1
321
+ version: '0'
322
322
  requirements: []
323
323
  rubyforge_project:
324
324
  rubygems_version: 2.0.2