activesupport 3.2.4.rc1 → 3.2.4
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.
- data/CHANGELOG.md +1 -1
- data/lib/active_support/version.rb +1 -1
- metadata +8 -12
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activesupport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 7
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 2
|
|
9
9
|
- 4
|
|
10
|
-
|
|
11
|
-
- 1
|
|
12
|
-
version: 3.2.4.rc1
|
|
10
|
+
version: 3.2.4
|
|
13
11
|
platform: ruby
|
|
14
12
|
authors:
|
|
15
13
|
- David Heinemeier Hansson
|
|
@@ -17,7 +15,7 @@ autorequire:
|
|
|
17
15
|
bindir: bin
|
|
18
16
|
cert_chain: []
|
|
19
17
|
|
|
20
|
-
date: 2012-05-
|
|
18
|
+
date: 2012-05-31 00:00:00 Z
|
|
21
19
|
dependencies:
|
|
22
20
|
- !ruby/object:Gem::Dependency
|
|
23
21
|
name: i18n
|
|
@@ -294,14 +292,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
294
292
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
295
293
|
none: false
|
|
296
294
|
requirements:
|
|
297
|
-
- - "
|
|
295
|
+
- - ">="
|
|
298
296
|
- !ruby/object:Gem::Version
|
|
299
|
-
hash:
|
|
297
|
+
hash: 3
|
|
300
298
|
segments:
|
|
301
|
-
-
|
|
302
|
-
|
|
303
|
-
- 1
|
|
304
|
-
version: 1.3.1
|
|
299
|
+
- 0
|
|
300
|
+
version: "0"
|
|
305
301
|
requirements: []
|
|
306
302
|
|
|
307
303
|
rubyforge_project:
|