actionpack 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of actionpack might be problematic. Click here for more details.
- data/CHANGELOG +1 -1
- data/Rakefile +1 -1
- data/lib/action_pack/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -76,7 +76,7 @@ spec = Gem::Specification.new do |s|
|
|
76
76
|
s.has_rdoc = true
|
77
77
|
s.requirements << 'none'
|
78
78
|
|
79
|
-
s.add_dependency('activesupport', '= 2.0.
|
79
|
+
s.add_dependency('activesupport', '= 2.0.1' + PKG_BUILD)
|
80
80
|
|
81
81
|
s.require_path = 'lib'
|
82
82
|
s.autorequire = 'action_controller'
|
data/lib/action_pack/version.rb
CHANGED
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: actionpack
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 2.0.
|
7
|
-
date: 2007-12-
|
6
|
+
version: 2.0.1
|
7
|
+
date: 2007-12-07 00:00:00 -06:00
|
8
8
|
summary: Web-flow and rendering framework putting the VC in MVC.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -406,5 +406,5 @@ dependencies:
|
|
406
406
|
requirements:
|
407
407
|
- - "="
|
408
408
|
- !ruby/object:Gem::Version
|
409
|
-
version: 2.0.
|
409
|
+
version: 2.0.1
|
410
410
|
version:
|