mathjax-rails 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/lib/mathjax/rails/version.rb +1 -1
- data/mathjax-rails.gemspec +1 -0
- metadata +4 -4
- data/LICENSE +0 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 965ec191578ce55841e06e3157490b0d21cf2942
|
4
|
+
data.tar.gz: 3bbefd1e77f72e2f8a570ba9243c9bb5238c87bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd149f2ee6e2f1529ea293889675e4cae61e152ec45018b934a3e910fdd91dab6d0850da642d607ff00d3eedf04d81eb9175533de8e333d44ead375bcbc4774b
|
7
|
+
data.tar.gz: aea06c59e19acb9f98fc4d8de41d15cf3e4c43ab84b63041edbd55317f48c9c93c9b31ac094801ff9f3b18ffc4f10a1a8d35802c1b2996213e210d608383f078
|
data/LICENSE.txt
CHANGED
data/mathjax-rails.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mathjax-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Minqi Pan
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-11-
|
12
|
+
date: 2013-11-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -36,7 +36,6 @@ files:
|
|
36
36
|
- .gitignore
|
37
37
|
- CHANGELOG.md
|
38
38
|
- Gemfile
|
39
|
-
- LICENSE
|
40
39
|
- LICENSE.txt
|
41
40
|
- README.md
|
42
41
|
- Rakefile
|
@@ -30075,7 +30074,8 @@ files:
|
|
30075
30074
|
- vendor/mathjax-MathJax-da8d488/unpacked/jax/output/NativeMML/config.js
|
30076
30075
|
- vendor/mathjax-MathJax-da8d488/unpacked/jax/output/NativeMML/jax.js
|
30077
30076
|
homepage: https://github.com/pmq20/mathjax-rails
|
30078
|
-
licenses:
|
30077
|
+
licenses:
|
30078
|
+
- MIT
|
30079
30079
|
metadata: {}
|
30080
30080
|
post_install_message:
|
30081
30081
|
rdoc_options: []
|
data/LICENSE
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
The MIT License
|
2
|
-
|
3
|
-
Copyright (c) 2011 Minqi Pan
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
13
|
-
all copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
THE SOFTWARE.
|