activesupport 3.0.4.rc1 → 3.0.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.
Potentially problematic release.
This version of activesupport might be problematic. Click here for more details.
- data/lib/active_support/version.rb +1 -1
- metadata +8 -11
metadata
CHANGED
@@ -1,14 +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: 15
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
9
|
- 4
|
10
|
-
|
11
|
-
version: 3.0.4.rc1
|
10
|
+
version: 3.0.4
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- David Heinemeier Hansson
|
@@ -16,7 +15,7 @@ autorequire:
|
|
16
15
|
bindir: bin
|
17
16
|
cert_chain: []
|
18
17
|
|
19
|
-
date: 2011-
|
18
|
+
date: 2011-02-09 00:00:00 +13:00
|
20
19
|
default_executable:
|
21
20
|
dependencies: []
|
22
21
|
|
@@ -261,14 +260,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
261
260
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
262
261
|
none: false
|
263
262
|
requirements:
|
264
|
-
- - "
|
263
|
+
- - ">="
|
265
264
|
- !ruby/object:Gem::Version
|
266
|
-
hash:
|
265
|
+
hash: 3
|
267
266
|
segments:
|
268
|
-
-
|
269
|
-
|
270
|
-
- 1
|
271
|
-
version: 1.3.1
|
267
|
+
- 0
|
268
|
+
version: "0"
|
272
269
|
requirements: []
|
273
270
|
|
274
271
|
rubyforge_project: activesupport
|