activesupport 4.0.0.rc2 → 4.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -6
- data/lib/active_support/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f245ce1f4a2b4ef8b365844871de9379d23117b0
|
|
4
|
+
data.tar.gz: f107b6936aa6763ba2274bd98fd92e573fc49e84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39ba79acc5ca41a56c59b54359fdbaa8123301d2812b39285f8b99614d94998d43a0436d5fba6e4002bf172019e2eeb38eb2baa73e803cb987294eb599891b2e
|
|
7
|
+
data.tar.gz: 73dd55afe205d557d98a6d07488ac5cb393a2c6892205416a9dbff867cdc0923b193f334be3d126c39d933cea8a90f4e7a693b90037ea5538d552e3dd4f04965
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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
|
|
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
|
+
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:
|
|
321
|
+
version: '0'
|
|
322
322
|
requirements: []
|
|
323
323
|
rubyforge_project:
|
|
324
324
|
rubygems_version: 2.0.2
|