multimarkdown 4.5.0.1 → 4.5.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  class MultiMarkdown
2
2
 
3
3
  # The ruby 'multimarkdown' gem version
4
- VERSION = "4.5.0.1"
4
+ VERSION = "4.5.0.2"
5
5
 
6
6
  end
@@ -1 +1,3 @@
1
- require 'multi_markdown'
1
+ warn "[DEPRECATION] This gem has been renamed to 'rmultimarkdown' and will no longer be supported. Please switch to 'rmultimarkdown' as soon as possible."
2
+
3
+ require 'multi_markdown'
@@ -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.1
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-01-13 00:00:00.000000000 Z
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: -2230448497449057261
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: -2230448497449057261
121
+ hash: 3498288863016087752
115
122
  requirements: []
116
123
  rubyforge_project:
117
124
  rubygems_version: 1.8.23