664552ac02
Update to latest Rails. A little bit of jiggery-pokery is involved, since they neglected to re-include vendored Rack in this release.
10 lines
145 B
Ruby
10 lines
145 B
Ruby
module ActiveResource
|
|
module VERSION #:nodoc:
|
|
MAJOR = 2
|
|
MINOR = 3
|
|
TINY = 3
|
|
|
|
STRING = [MAJOR, MINOR, TINY].join('.')
|
|
end
|
|
end
|