mirror of
https://github.com/github/rails.git
synced 2026-01-14 09:07:58 -05:00
16 lines
612 B
Ruby
16 lines
612 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = 'actionpack'
|
|
s.version = '2.3.18'
|
|
s.summary = 'Web-flow and rendering framework putting the VC in MVC.'
|
|
s.description = 'Eases web-request routing, handling, and response as a half-way front, half-way page controller. Implemented with specific emphasis on enabling easy unit/integration testing that doesn\'t require a browser.'
|
|
|
|
s.author = 'David Heinemeier Hansson'
|
|
s.email = 'david@loudthinking.com'
|
|
s.homepage = 'http://www.rubyonrails.org'
|
|
|
|
s.require_path = 'lib'
|
|
|
|
s.add_dependency 'activesupport', '= 2.3.18'
|
|
s.add_dependency 'rack', '~> 1.4'
|
|
end
|