oo2md2tex 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/ja-count +25 -0
  3. metadata +15 -14
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79c994c4cb4cc214328ea52340d0694e362962ae
4
- data.tar.gz: 3094a0adf5fc200adccf07c98d2554c6525abac7
3
+ metadata.gz: 1ba00fa07c993e340875198b794a1b7d6623fe45
4
+ data.tar.gz: c0b63f0cdbc86a0a045253d7783d84d85b57711a
5
5
  SHA512:
6
- metadata.gz: 80e21bda3440f3b0fd334b3270992a6c74eecfb6361b5fab312153cb12f2223405a922570d6688cf5b3a839b26655aac6810805e07caa6608e24a06825142983
7
- data.tar.gz: 957bc097b49e1dd587ad479343097c806248ffecc58cef466990de1497fb63d4d60a0a4413d92df71a4bcee1253ed9f7ad4e8b70dd0428ea9a828313eae8f3a6
6
+ metadata.gz: 53be8ae4553b77cebc908fc579103ba6a6e00d1ff77ea65d9ea8629ca0a6ac627e2847331dc06cf8cad3dd17bfe18edfb715449aa80ac5b2a261d948979af48a
7
+ data.tar.gz: 002a5b71eb948255a3f0b5ce23be16a3fbca423fdce1f51646c30f866c66bd2830531ca171c36bba6817c27fcf164cd5b21a9a589330c371a7cc54342369d145
data/bin/ja-count ADDED
@@ -0,0 +1,25 @@
1
+ #!/usr/bin/env ruby
2
+ # -*- coding: utf-8 -*-
3
+ #
4
+ # Copyright (c)2014 Shigeya Suzuki
5
+ #
6
+ # Permission to use, copy, modify, and/or distribute this software for any
7
+ # purpose with or without fee is hereby granted, provided that the above
8
+ # copyright notice and this permission notice appear in all copies.
9
+ #
10
+ # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11
+ # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12
+ # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13
+ # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14
+ # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15
+ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16
+ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
+ #
18
+
19
+ if RUBY_VERSION >= "1.9" # encoding only supported in Ruby 1.9.x
20
+ Encoding.default_external = "UTF-8"
21
+ end
22
+
23
+ #####
24
+
25
+ puts "(#{ARGF.read.size} characters)"
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oo2md2tex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shigeya Suzuki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-21 00:00:00.000000000 Z
11
+ date: 2014-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redcarpet
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '2.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: nokogiri
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.5'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.5'
41
41
  description: A barebone Markdown to TeX/LaTeX converter kit via OmniOutliner
@@ -48,14 +48,15 @@ extensions: []
48
48
  extra_rdoc_files:
49
49
  - Format.md
50
50
  files:
51
+ - Format.md
52
+ - bin/ja-count
53
+ - bin/ja-ten-maru-normalize
54
+ - bin/md2tex
55
+ - bin/oo2text
56
+ - lib/markdown_to_tex.rb
51
57
  - lib/markdown_to_tex/processor.rb
52
58
  - lib/markdown_to_tex/renderer.rb
53
59
  - lib/markdown_to_tex/text_processor.rb
54
- - lib/markdown_to_tex.rb
55
- - bin/oo2text
56
- - bin/md2tex
57
- - bin/ja-ten-maru-normalize
58
- - Format.md
59
60
  homepage: http://github.com/shigeya/oo2md2tex
60
61
  licenses:
61
62
  - ISC
@@ -66,17 +67,17 @@ require_paths:
66
67
  - lib
67
68
  required_ruby_version: !ruby/object:Gem::Requirement
68
69
  requirements:
69
- - - '>='
70
+ - - ">="
70
71
  - !ruby/object:Gem::Version
71
72
  version: '1.9'
72
73
  required_rubygems_version: !ruby/object:Gem::Requirement
73
74
  requirements:
74
- - - '>='
75
+ - - ">="
75
76
  - !ruby/object:Gem::Version
76
77
  version: '0'
77
78
  requirements: []
78
79
  rubyforge_project:
79
- rubygems_version: 2.1.11
80
+ rubygems_version: 2.2.2
80
81
  signing_key:
81
82
  specification_version: 4
82
83
  summary: oo2text and md2tex