This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Specification.new do |s| | |
s.name = 'google_bot_aware' | |
s.version = '0.1.0' | |
s.platform = Gem::Platform::RUBY | |
s.author = 'Romain Champourlier' | |
s.email = '[email protected]' | |
s.summary = 'Google Bot Aware' | |
s.description = "Strip extra characters from Google Bot's Accept header so that Rails knows to use default MIME type in response." | |
s.files = ['google_bot_aware.rb'] |