multimarkdown 4.5.0.1 → 4.5.0.2
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/lib/multi_markdown/version.rb +1 -1
- data/lib/multimarkdown.rb +3 -1
- data/multi_markdown.gemspec +7 -0
- metadata +12 -5
data/lib/multimarkdown.rb
CHANGED
data/multi_markdown.gemspec
CHANGED
|
@@ -34,4 +34,11 @@ Gem::Specification.new do |s|
|
|
|
34
34
|
s.executables = "ruby_multi_markdown"
|
|
35
35
|
s.extensions = ['ext/extconf.rb']
|
|
36
36
|
s.require_paths = ["lib"]
|
|
37
|
+
|
|
38
|
+
s.post_install_message = <<-MESSAGE
|
|
39
|
+
! The 'multimarkdown' gem has been deprecated and has been replaced by 'rmultimarkdown'.
|
|
40
|
+
! See: https://rubygems.org/gems/rmultimarkdown
|
|
41
|
+
! And: https://github.com/tillsc/multi_markdown
|
|
42
|
+
MESSAGE
|
|
43
|
+
|
|
37
44
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: multimarkdown
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.5.0.
|
|
4
|
+
version: 4.5.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-03-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -90,7 +90,14 @@ files:
|
|
|
90
90
|
- MultiMarkdown-4/writer.h
|
|
91
91
|
homepage: http://github.com/tillsc/multi_markdown
|
|
92
92
|
licenses: []
|
|
93
|
-
post_install_message:
|
|
93
|
+
post_install_message: ! '! The ''multimarkdown'' gem has been deprecated and has
|
|
94
|
+
been replaced by ''rmultimarkdown''.
|
|
95
|
+
|
|
96
|
+
! See: https://rubygems.org/gems/rmultimarkdown
|
|
97
|
+
|
|
98
|
+
! And: https://github.com/tillsc/multi_markdown
|
|
99
|
+
|
|
100
|
+
'
|
|
94
101
|
rdoc_options: []
|
|
95
102
|
require_paths:
|
|
96
103
|
- lib
|
|
@@ -102,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
102
109
|
version: '0'
|
|
103
110
|
segments:
|
|
104
111
|
- 0
|
|
105
|
-
hash:
|
|
112
|
+
hash: 3498288863016087752
|
|
106
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
114
|
none: false
|
|
108
115
|
requirements:
|
|
@@ -111,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
118
|
version: '0'
|
|
112
119
|
segments:
|
|
113
120
|
- 0
|
|
114
|
-
hash:
|
|
121
|
+
hash: 3498288863016087752
|
|
115
122
|
requirements: []
|
|
116
123
|
rubyforge_project:
|
|
117
124
|
rubygems_version: 1.8.23
|