Sha256: 55fe63d9e7dc99d201875d50fac1848be02bde8353c8bfda560cf64ece37c818

Contents?: true

Size: 656 Bytes

Versions: 1

Compression:

Stored size: 656 Bytes

Contents

Gem::Specification.new do |s| 
  s.name = 'with-or-without-www'
  s.version = "0.0.1"
  s.platform = Gem::Platform::RUBY
  s.summary = "For Heroku users who want to systematically remove or add `www` from their host names. This rack middleware is for them. Go in peace."
  s.description = "For Heroku users who want to systematically remove or add `www` from their host names. So that you have only one host which is better for SEO."
  s.files = `git ls-files`.split("\n").sort
  #s.test_files = ['spec.rb']
  s.require_path = '.'
  s.author = "Mickael Riga"
  s.email = "mig@mypeplum.com"
  s.homepage = "http://github.com/mig-hub/with-or-without-www"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
with-or-without-www-0.0.1 with_or_without_www.gemspec