pandoc-ruby 0.7.3 → 0.7.4
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.
- checksums.yaml +4 -4
- data/lib/pandoc-ruby.rb +1 -1
- data/pandoc-ruby.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44c1e1023851d7d32909507bd39cec6c948eacf5
|
|
4
|
+
data.tar.gz: 409bcc78e2196c6994278eeae2b2c037a98675a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2dc36b5c90c9168427830860986c06e03475f7d6b42a31475042a6eed4279376aa1700ff4e06575990ef140de94f89f68363df000f67c458db7711a992da5b92
|
|
7
|
+
data.tar.gz: 5b277ba40a835e1fdb1e3eef3608411ecdb8dd2fede008f49fec3d7ea3cf5e2c0c77e94c4c8c9a4c0343b21d5635b836a63b3895e7b3cf417d868f641ea2360a
|
data/lib/pandoc-ruby.rb
CHANGED
|
@@ -90,7 +90,7 @@ class PandocRuby
|
|
|
90
90
|
def options; @options || [] end
|
|
91
91
|
|
|
92
92
|
attr_accessor :option_string
|
|
93
|
-
def
|
|
93
|
+
def option_string; @option_string || '' end
|
|
94
94
|
|
|
95
95
|
attr_accessor :binary_output
|
|
96
96
|
def binary_output; @binary_output || false end
|
data/pandoc-ruby.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "pandoc-ruby"
|
|
8
|
-
s.version = "0.7.
|
|
8
|
+
s.version = "0.7.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["William Melody"]
|
|
12
|
-
s.date = "2013-06-
|
|
12
|
+
s.date = "2013-06-24"
|
|
13
13
|
s.description = "Ruby wrapper for Pandoc"
|
|
14
14
|
s.email = "hi@williammelody.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pandoc-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Melody
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-06-
|
|
11
|
+
date: 2013-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mocha
|