pandoc-ruby 0.7.3 → 0.7.4

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: e19f0c6cc6cd66943e74800edbc5bb43c551db7a
4
- data.tar.gz: 9fef27d8c653f5386ec638b785396c97a0362c2a
3
+ metadata.gz: 44c1e1023851d7d32909507bd39cec6c948eacf5
4
+ data.tar.gz: 409bcc78e2196c6994278eeae2b2c037a98675a6
5
5
  SHA512:
6
- metadata.gz: 69b11985fe7068135927b4a2a1219b577cf1fae4bdbcc26094f6a3dc265e9c3aea4af84c84fbd6ef7cece2c39ca878a1e33543f0bf35a97c4df42bd3ab0d83c6
7
- data.tar.gz: f7569bb7b4ae538fe4b2b606a9ad9ef4086e55d51d919d46c18259e6aed83a071f32eab03e13995a7337da494882355cbf7e4541bc6c89d97ec80fe49a482b52
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 options_string; @option_string || '' end
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.3"
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-21"
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.3
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-21 00:00:00.000000000 Z
11
+ date: 2013-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mocha