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 CHANGED
@@ -1,4 +1,4 @@
1
- *2.0.0* (December 6th, 2007)
1
+ *2.0.1* (December 7th, 2007)
2
2
 
3
3
  * Fixed send_file/binary_content for testing #8044 [tolsen]
4
4
 
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.0' + PKG_BUILD)
79
+ s.add_dependency('activesupport', '= 2.0.1' + PKG_BUILD)
80
80
 
81
81
  s.require_path = 'lib'
82
82
  s.autorequire = 'action_controller'
@@ -2,7 +2,7 @@ module ActionPack #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 0
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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.0
7
- date: 2007-12-06 00:00:00 -06:00
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.0
409
+ version: 2.0.1
410
410
  version: