New Version
Sync with Latest Instiki Trunk. Migrate to Rails 1.2.5. Bump version number.
This commit is contained in:
parent
de125367b0
commit
207fb1f7f2
120 changed files with 2592 additions and 662 deletions
14
vendor/rails/actionwebservice/CHANGELOG
vendored
14
vendor/rails/actionwebservice/CHANGELOG
vendored
|
@ -1,3 +1,17 @@
|
|||
*1.2.5* (October 12th, 2007)
|
||||
|
||||
* Depend on Action Pack 1.13.5
|
||||
|
||||
* Depend on Active Record 1.15.5
|
||||
|
||||
|
||||
*1.2.4* (October 4th, 2007)
|
||||
|
||||
* Depend on Action Pack 1.13.4
|
||||
|
||||
* Depend on Active Record 1.15.4
|
||||
|
||||
|
||||
*1.2.3* (March 12th, 2007)
|
||||
|
||||
* Depend on Action Pack 1.13.3
|
||||
|
|
4
vendor/rails/actionwebservice/Rakefile
vendored
4
vendor/rails/actionwebservice/Rakefile
vendored
|
@ -71,8 +71,8 @@ spec = Gem::Specification.new do |s|
|
|||
s.rubyforge_project = "aws"
|
||||
s.homepage = "http://www.rubyonrails.org"
|
||||
|
||||
s.add_dependency('actionpack', '= 1.13.3' + PKG_BUILD)
|
||||
s.add_dependency('activerecord', '= 1.15.3' + PKG_BUILD)
|
||||
s.add_dependency('actionpack', '= 1.13.5' + PKG_BUILD)
|
||||
s.add_dependency('activerecord', '= 1.15.5' + PKG_BUILD)
|
||||
|
||||
s.has_rdoc = true
|
||||
s.requirements << 'none'
|
||||
|
|
|
@ -2,7 +2,7 @@ module ActionWebService
|
|||
module VERSION #:nodoc:
|
||||
MAJOR = 1
|
||||
MINOR = 2
|
||||
TINY = 3
|
||||
TINY = 5
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join('.')
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue