latex_formula_converter 0.1.0 → 0.1.1

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: 686bde7a1fbbb982cbad342458701ee8571a338e
4
- data.tar.gz: 0501fe4d2d915aa53f96056dd29ccab7e4e1eb0f
3
+ metadata.gz: a6cf2bfeb3b8057123fe6e1db1121d87c9856c29
4
+ data.tar.gz: 4b7582fcf3fe4076b15f7932cae1bf002235cbc5
5
5
  SHA512:
6
- metadata.gz: db6cd8b908596c36d0ea75fa3c3fbcd5ecfaf8b950cfcac2f2d7bdbcccbeaf61ac695adac97cd1f939af7418ad69a3e5064a1a2b5a6671c7e74bc242341937cf
7
- data.tar.gz: a4b6cd063b21b7b6b90e105fe7f0e4e1c24da43a5ee4c362756ef324125aeae54c507b658e4618ed634e44093df9989c4f13c74182459a871c96b13536469d20
6
+ metadata.gz: b98e40b8d3cafa6807973193517dca261bb4aadd16568b85bcbdf8a165ee50e339a58d9b7f505d80540d1c448607a767598385f1230500da46b8189fde38298c
7
+ data.tar.gz: 7057eef990891b7c7841418a938179b4ec710e40cf43908f9af585c6064350b0525039c6d54186c828ebebd4fbb3b68fb300434680b9c2578ccaf0852a5f4bf4
data/README.md CHANGED
@@ -1,9 +1,7 @@
1
1
  # LatexFormulaConverter
2
2
  simple command line tool for mathematical formula of latex
3
3
 
4
- ## [wip] Installation
5
- *please exec `git clone` if you want to use this tool because this library is not released yet*
6
-
4
+ ## Installation
7
5
  Add this line to your application's Gemfile:
8
6
 
9
7
  ```ruby
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Naoki Kanatani"]
10
10
  spec.email = ["k12naoki@gmail.com"]
11
11
 
12
- spec.summary = "Command Line Tool for conversion of mathematical formula written by LaTeX Edit"
13
- spec.description = "Command Line Tool for conversion of mathematical formula written by LaTeX Edit"
12
+ spec.summary = "Command Line Tool for conversion of mathematical formula written by LaTeX"
13
+ spec.description = "Command Line Tool for conversion of mathematical formula written by LaTeX"
14
14
  spec.homepage = "https://github.com/naoki-k/latex_formula_converter"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module LatexFormulaConverter
2
- VERSION = "0.1.0".freeze
2
+ VERSION = "0.1.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: latex_formula_converter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naoki Kanatani
@@ -67,7 +67,6 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: Command Line Tool for conversion of mathematical formula written by LaTeX
70
- Edit
71
70
  email:
72
71
  - k12naoki@gmail.com
73
72
  executables:
@@ -113,5 +112,4 @@ rubygems_version: 2.6.10
113
112
  signing_key:
114
113
  specification_version: 4
115
114
  summary: Command Line Tool for conversion of mathematical formula written by LaTeX
116
- Edit
117
115
  test_files: []