multimarkdown 4.5.0.r1 → 4.5.0.1

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/README.md CHANGED
@@ -59,7 +59,7 @@ Hacking:
59
59
  Changes
60
60
  -------
61
61
 
62
- * [Version 4.5.0.r1](http://github.com/tillsc/multi_markdown/tree/v4.5.0.r1):
62
+ * [Version 4.5.0.1](http://github.com/tillsc/multi_markdown/tree/v4.5.0.1):
63
63
  First Version based upon [rpeg-markdown](https://github.com/rtomayko/rpeg-markdown/)
64
64
  and [rpeg-multimarkdown](https://github.com/djungelvral/rpeg-multimarkdown).
65
65
 
@@ -1,6 +1,6 @@
1
1
  class MultiMarkdown
2
2
 
3
3
  # The ruby 'multimarkdown' gem version
4
- VERSION = "4.5.0.r1"
4
+ VERSION = "4.5.0.1"
5
5
 
6
6
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multimarkdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.0.r1
5
- prerelease: 6
4
+ version: 4.5.0.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Till Schulte-Coerne
@@ -102,13 +102,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
102
102
  version: '0'
103
103
  segments:
104
104
  - 0
105
- hash: -3256103490403231810
105
+ hash: -2230448497449057261
106
106
  required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  none: false
108
108
  requirements:
109
- - - ! '>'
109
+ - - ! '>='
110
110
  - !ruby/object:Gem::Version
111
- version: 1.3.1
111
+ version: '0'
112
+ segments:
113
+ - 0
114
+ hash: -2230448497449057261
112
115
  requirements: []
113
116
  rubyforge_project:
114
117
  rubygems_version: 1.8.23