Sha256: 60f30debcab31f2c8d2f50cfff673e16f6145c7bea8ad1918aeec75d227c8c8a

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'so_meta/version'

Gem::Specification.new do |spec|
  spec.name          = "so_meta"
  spec.version       = SoMeta::VERSION
  spec.authors       = ["Brandon Hilkert"]
  spec.email         = ["brandonhilkert@gmail.com"]
  spec.description   = %q{A gem to simply manage meta content (title, description, canonical url, etc.) from within a Rails application.}
  spec.summary       = %q{A gem to simply manage meta content (title, description, canonical url, etc.) from within a Rails application.}
  spec.homepage      = "https://github.com/brandonhilkert/so_meta"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"

  spec.add_runtime_dependency "erb"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
so_meta-0.10 so_meta.gemspec