Changeset 985
- Timestamp:
- 02/29/08 14:23:12 (6 months ago)
- Files:
-
- branches/stable_1-1/Rakefile (modified) (1 diff)
- branches/stable_1-2/Rakefile (modified) (1 diff)
- tags/rel_1-1-4/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stable_1-1/Rakefile
r979 r985 36 36 when /mswin/ 37 37 self.files += ['lib/http11.so'] 38 self.platform = Gem::Platform:: WIN3238 self.platform = Gem::Platform::CURRENT 39 39 add_dependency('cgi_multipart_eof_fix', '>= 2.4') 40 40 when /java/ branches/stable_1-2/Rakefile
r979 r985 36 36 when /mswin/ 37 37 self.files += ['lib/http11.so'] 38 self.platform = Gem::Platform:: WIN3238 self.platform = Gem::Platform::CURRENT 39 39 when /java/ 40 40 self.files += ['lib/http11.jar'] tags/rel_1-1-4/Rakefile
r979 r985 36 36 when /mswin/ 37 37 self.files += ['lib/http11.so'] 38 self.platform = Gem::Platform:: WIN3238 self.platform = Gem::Platform::CURRENT 39 39 add_dependency('cgi_multipart_eof_fix', '>= 2.4') 40 40 when /java/
