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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0501bb61bc82d489c95ed5516200449ef7b77e5b
4
- data.tar.gz: ba71479a27529ea5ae05e28deb8413ff183b0091
3
+ metadata.gz: 965ec191578ce55841e06e3157490b0d21cf2942
4
+ data.tar.gz: 3bbefd1e77f72e2f8a570ba9243c9bb5238c87bd
5
5
  SHA512:
6
- metadata.gz: 39f8d08ab68a576a93057a2662110d47c7610534490b26b52ca710cb574d3f1364bf76393ced946538cc0ea47e51b5cb00b34e39cc1f1a44b4673f6327045dc8
7
- data.tar.gz: f6bd6bea51955376a0670c5b4f14610a7a422a7716f30d50f83cd58eff4f53be0bf30022cadab0df088c384e70811a3e3995a98c35abdfdb0b71e2720f24efbc
6
+ metadata.gz: cd149f2ee6e2f1529ea293889675e4cae61e152ec45018b934a3e910fdd91dab6d0850da642d607ff00d3eedf04d81eb9175533de8e333d44ead375bcbc4774b
7
+ data.tar.gz: aea06c59e19acb9f98fc4d8de41d15cf3e4c43ab84b63041edbd55317f48c9c93c9b31ac094801ff9f3b18ffc4f10a1a8d35802c1b2996213e210d608383f078
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 Manu S Ajith
1
+ Copyright (c) 2011-2013 Minqi Pan, Manu S Ajith
2
2
 
3
3
  MIT License
4
4
 
@@ -1,6 +1,6 @@
1
1
  module Mathjax
2
2
  module Rails
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  MATHJAXVERSION = '1.1a'
5
5
  DIRNAME = 'mathjax-MathJax-da8d488'
6
6
  end
@@ -19,5 +19,6 @@ Gem::Specification.new do |s|
19
19
  s.files = `git ls-files`.split("\n")
20
20
  s.executables = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
21
21
  s.require_path = 'lib'
22
+ s.license = 'MIT'
22
23
 
23
24
  end
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.2
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-21 00:00:00.000000000 Z
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.