Sha256: 5ba4a9d5bdd23c3d2841873c03202a656cea3f3f037164501087b2fe3c923cf8

Contents?: true

Size: 913 Bytes

Versions: 1

Compression:

Stored size: 913 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "mathjax_rails"
  spec.version       = MathjaxRails::VERSION
  spec.authors       = ["Manu S Ajith"]
  spec.email         = ["neo@codingarena.in"]
  spec.description   = %q{A Ruby gem for including mathjax rails in your rails 3.x or above apps}
  spec.summary       = %q{Mathjax for Rails}
  spec.homepage      = "http://github.com/manusajith/mathjax_rails"
  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", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mathjax_rails-0.0.1 mathjax_rails.gemspec