github-markup 0.7.3 → 0.7.4

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.
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'github-markup'
16
- s.version = '0.7.3'
17
- s.date = '2012-07-17'
16
+ s.version = '0.7.4'
17
+ s.date = '2012-07-19'
18
18
  s.executables = ['github-markup']
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -1,6 +1,6 @@
1
1
  module GitHub
2
2
  module Markup
3
- VERSION = '0.7.3'
3
+ VERSION = '0.7.4'
4
4
  Version = VERSION
5
5
  end
6
6
  end
@@ -38,7 +38,7 @@ class GitHubHTMLTranslator(HTMLTranslator):
38
38
  del classes[:]
39
39
  self.body.append(self.starttag(node, 'pre', lang=language))
40
40
  else:
41
- super(self, node)
41
+ self.body.append(self.starttag(node, 'pre'))
42
42
 
43
43
  def main():
44
44
  """
metadata CHANGED
@@ -1,27 +1,34 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: github-markup
3
- version: !ruby/object:Gem::Version
4
- version: 0.7.3
3
+ version: !ruby/object:Gem::Version
4
+ hash: 11
5
5
  prerelease:
6
+ segments:
7
+ - 0
8
+ - 7
9
+ - 4
10
+ version: 0.7.4
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Chris Wanstrath
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2012-07-17 00:00:00.000000000 -07:00
17
+
18
+ date: 2012-07-19 00:00:00 +02:00
13
19
  default_executable:
14
20
  dependencies: []
15
- description: ! " This gem is used by GitHub to render any fancy markup such as\n
16
- \ Markdown, Textile, Org-Mode, etc. Fork it and add your own!\n"
21
+
22
+ description: " This gem is used by GitHub to render any fancy markup such as\n Markdown, Textile, Org-Mode, etc. Fork it and add your own!\n"
17
23
  email: chris@ozmm.org
18
- executables:
24
+ executables:
19
25
  - github-markup
20
26
  extensions: []
21
- extra_rdoc_files:
27
+
28
+ extra_rdoc_files:
22
29
  - README.md
23
30
  - LICENSE
24
- files:
31
+ files:
25
32
  - Gemfile
26
33
  - HISTORY.md
27
34
  - LICENSE
@@ -64,27 +71,36 @@ files:
64
71
  has_rdoc: true
65
72
  homepage: https://github.com/github/markup
66
73
  licenses: []
74
+
67
75
  post_install_message:
68
- rdoc_options:
76
+ rdoc_options:
69
77
  - --charset=UTF-8
70
- require_paths:
78
+ require_paths:
71
79
  - lib
72
- required_ruby_version: !ruby/object:Gem::Requirement
80
+ required_ruby_version: !ruby/object:Gem::Requirement
73
81
  none: false
74
- requirements:
75
- - - ! '>='
76
- - !ruby/object:Gem::Version
77
- version: '0'
78
- required_rubygems_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ hash: 3
86
+ segments:
87
+ - 0
88
+ version: "0"
89
+ required_rubygems_version: !ruby/object:Gem::Requirement
79
90
  none: false
80
- requirements:
81
- - - ! '>='
82
- - !ruby/object:Gem::Version
83
- version: '0'
91
+ requirements:
92
+ - - ">="
93
+ - !ruby/object:Gem::Version
94
+ hash: 3
95
+ segments:
96
+ - 0
97
+ version: "0"
84
98
  requirements: []
99
+
85
100
  rubyforge_project:
86
- rubygems_version: 1.3.9.5
101
+ rubygems_version: 1.6.2
87
102
  signing_key:
88
103
  specification_version: 2
89
104
  summary: The code GitHub uses to render README.markup
90
105
  test_files: []
106
+