forked from pmq20/mathjax-rails
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmathjax-rails.gemspec
24 lines (19 loc) · 932 Bytes
/
mathjax-rails.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/mathjax/rails/version', __FILE__)
Gem::Specification.new do |s|
s.name = "mathjax-rails"
s.version = Mathjax::Rails::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Minqi Pan", "Manu S Ajith", 'Oliver Kuster']
s.homepage = "https://github.com/olivervbk/mathjax-rails"
s.summary = "FORK of pmq200/mathjax-rails - a simple gem to integrate MathJax with Rails 3"
s.description = "This gem maintains MathJax at a system-wide directory."
s.required_rubygems_version = ">= 1.3.6"
#s.rubyforge_project = "mathjax-rails"
s.add_dependency "railties", ">= 3.0"
s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
s.require_path = 'lib'
s.license = 'MIT'
end