activesupport 3.0.6.rc2 → 3.0.6
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/CHANGELOG +1 -1
- data/lib/active_support/version.rb +1 -1
- metadata +8 -12
data/CHANGELOG
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: 11
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
9
|
- 6
|
10
|
-
|
11
|
-
- 2
|
12
|
-
version: 3.0.6.rc2
|
10
|
+
version: 3.0.6
|
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: 2011-
|
18
|
+
date: 2011-04-05 00:00:00 -07:00
|
21
19
|
default_executable:
|
22
20
|
dependencies: []
|
23
21
|
|
@@ -262,14 +260,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
262
260
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
263
261
|
none: false
|
264
262
|
requirements:
|
265
|
-
- - "
|
263
|
+
- - ">="
|
266
264
|
- !ruby/object:Gem::Version
|
267
|
-
hash:
|
265
|
+
hash: 3
|
268
266
|
segments:
|
269
|
-
-
|
270
|
-
|
271
|
-
- 1
|
272
|
-
version: 1.3.1
|
267
|
+
- 0
|
268
|
+
version: "0"
|
273
269
|
requirements: []
|
274
270
|
|
275
271
|
rubyforge_project: activesupport
|