murdoc 0.1.11 → 0.1.12

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.11
1
+ 0.1.12
@@ -36,7 +36,7 @@ module Murdoc
36
36
  if defined?(Markdown)
37
37
  Markdown.new(annotation, :smart).to_html
38
38
  else
39
- Kramdown.new(annotation, :input => :markdown).to_html
39
+ Kramdown::Document.new(annotation, :input => :markdown).to_html
40
40
  end
41
41
  end
42
42
 
@@ -57,4 +57,4 @@ module Murdoc
57
57
  @@pygments_installed ||= ENV['PATH'].split(':').any? { |dir| File.exist?("#{dir}/pygmentize") }
58
58
  end
59
59
  end
60
- end
60
+ end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{murdoc}
8
- s.version = "0.1.11"
8
+ s.version = "0.1.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mark Abramov"]
12
- s.date = %q{2011-04-14}
12
+ s.date = %q{2011-06-08}
13
13
  s.default_executable = %q{murdoc}
14
14
  s.description = %q{Annotated documentation generator, see README.md for details}
15
15
  s.email = %q{markizko@gmail.com}
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: murdoc
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.11
5
+ version: 0.1.12
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark Abramov
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-14 00:00:00 -05:00
13
+ date: 2011-06-08 00:00:00 +04:00
14
14
  default_executable: murdoc
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -115,7 +115,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
116
  - - ">="
117
117
  - !ruby/object:Gem::Version
118
- hash: -410597198195995934
118
+ hash: 3697138582716064667
119
119
  segments:
120
120
  - 0
121
121
  version: "0"