Sha256: a4f23e38752ea5e2d670d28d435bab3e692dd96dbc0f5439cf99b082d2c48e85
Contents?: true
Size: 1.46 KB
Versions: 0
Compression: gzip
Compressed size: 633 Bytes
Stored size: 633 Bytes
Contents
--- !ruby/object:Gem::Specification name: rack-accept-header-updater version: !ruby/object:Gem::Version version: 1.0.1 platform: ruby authors: - Cyril Rohr autorequire: bindir: bin cert_chain: [] date: 2009-10-21 00:00:00 +02:00 default_executable: dependencies: [] description: A Rack middleware for automatically removing file extensions from URIs, and update the Accept HTTP Header accordingly. email: cyril.rohr@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - lib/rack/accept_header_updater.rb - rack-accept-header-updater.gemspec - spec/rack_accept_header_updater_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/crohr/rack-accept-header-updater licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: A Rack middleware for automatically removing file extensions from URIs, and update the Accept HTTP Header accordingly. test_files: - spec/rack_accept_header_updater_spec.rb - spec/spec_helper.rb