markdownizer 0.1.2 → 0.1.3

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.
@@ -2,7 +2,7 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  markdownizer (0.1.2)
5
- activerecord (~> 3.0.3)
5
+ activerecord (>= 3.0.3)
6
6
  coderay
7
7
  rdiscount
8
8
 
@@ -45,7 +45,7 @@ PLATFORMS
45
45
  ruby
46
46
 
47
47
  DEPENDENCIES
48
- activerecord (~> 3.0.3)
48
+ activerecord (>= 3.0.3)
49
49
  coderay
50
50
  git
51
51
  markdownizer!
@@ -1,3 +1,3 @@
1
1
  module Markdownizer
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
 
15
15
  s.rubyforge_project = "markdownizer"
16
16
 
17
- s.add_runtime_dependency 'activerecord', '~> 3.0.3'
17
+ s.add_runtime_dependency 'activerecord', '>= 3.0.3'
18
18
  s.add_runtime_dependency 'rdiscount'
19
19
  s.add_runtime_dependency 'coderay'
20
20
 
@@ -16,11 +16,11 @@ describe Markdownizer do
16
16
  let(:text) { """
17
17
  #My markdown text
18
18
 
19
- {% highlight ruby %}
19
+ {% code ruby %}
20
20
  def function(*args)
21
21
  puts 'result'
22
22
  end
23
- {% endhighlight %}
23
+ {% endcode %}
24
24
 
25
25
  """
26
26
  }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Josep M. Bach
@@ -25,7 +25,7 @@ dependencies:
25
25
  requirement: &id001 !ruby/object:Gem::Requirement
26
26
  none: false
27
27
  requirements:
28
- - - ~>
28
+ - - ">="
29
29
  - !ruby/object:Gem::Version
30
30
  segments:
31
31
  - 3