typedown 0.0.13 → 0.0.14
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/VERSION +1 -1
- data/bin/typedown +6 -1
- data/typedown.gemspec +8 -9
- metadata +30 -37
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.14
|
data/bin/typedown
CHANGED
|
@@ -18,8 +18,13 @@ require 'optparse'
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
DocumentWrapper = %{
|
|
21
|
+
<!DOCTYPE html>
|
|
22
|
+
|
|
21
23
|
<html>
|
|
22
|
-
<head
|
|
24
|
+
<head>
|
|
25
|
+
<title>%s</title>
|
|
26
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta charset="utf-8">
|
|
27
|
+
</head>
|
|
23
28
|
<body>
|
|
24
29
|
%s
|
|
25
30
|
</body>
|
data/typedown.gemspec
CHANGED
|
@@ -4,15 +4,14 @@
|
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
|
-
s.name =
|
|
8
|
-
s.version = "0.0.
|
|
7
|
+
s.name = "typedown"
|
|
8
|
+
s.version = "0.0.14"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["wrimle"]
|
|
12
|
-
s.date =
|
|
13
|
-
s.
|
|
14
|
-
s.
|
|
15
|
-
s.email = %q{rmyrland@gmail.com}
|
|
12
|
+
s.date = "2011-10-03"
|
|
13
|
+
s.description = "Typedown is a markdown preprocessor which forwards it's output to a markdown parser. Presently bluecloth"
|
|
14
|
+
s.email = "rmyrland@gmail.com"
|
|
16
15
|
s.executables = ["typedown"]
|
|
17
16
|
s.extra_rdoc_files = [
|
|
18
17
|
"README.rdoc"
|
|
@@ -38,10 +37,10 @@ Gem::Specification.new do |s|
|
|
|
38
37
|
"test/test_section.rb",
|
|
39
38
|
"typedown.gemspec"
|
|
40
39
|
]
|
|
41
|
-
s.homepage =
|
|
40
|
+
s.homepage = "http://github.com/wrimle/typedown"
|
|
42
41
|
s.require_paths = ["lib"]
|
|
43
|
-
s.rubygems_version =
|
|
44
|
-
s.summary =
|
|
42
|
+
s.rubygems_version = "1.8.10"
|
|
43
|
+
s.summary = "A markdown dialect optimized for fast typing on mobile devices"
|
|
45
44
|
|
|
46
45
|
if s.respond_to? :specification_version then
|
|
47
46
|
s.specification_version = 3
|
metadata
CHANGED
|
@@ -1,38 +1,36 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: typedown
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.14
|
|
4
5
|
prerelease:
|
|
5
|
-
version: 0.0.13
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
7
|
+
authors:
|
|
8
8
|
- wrimle
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dependencies:
|
|
16
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2011-10-03 00:00:00.000000000Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
17
15
|
name: bluecloth
|
|
18
|
-
|
|
19
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: &76205210 !ruby/object:Gem::Requirement
|
|
20
17
|
none: false
|
|
21
|
-
requirements:
|
|
22
|
-
- -
|
|
23
|
-
- !ruby/object:Gem::Version
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
24
21
|
version: 2.0.7
|
|
25
22
|
type: :runtime
|
|
26
|
-
|
|
27
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: *76205210
|
|
25
|
+
description: Typedown is a markdown preprocessor which forwards it's output to a markdown
|
|
26
|
+
parser. Presently bluecloth
|
|
28
27
|
email: rmyrland@gmail.com
|
|
29
|
-
executables:
|
|
28
|
+
executables:
|
|
30
29
|
- typedown
|
|
31
30
|
extensions: []
|
|
32
|
-
|
|
33
|
-
extra_rdoc_files:
|
|
31
|
+
extra_rdoc_files:
|
|
34
32
|
- README.rdoc
|
|
35
|
-
files:
|
|
33
|
+
files:
|
|
36
34
|
- Manifest.txt
|
|
37
35
|
- README.rdoc
|
|
38
36
|
- Rakefile
|
|
@@ -52,33 +50,28 @@ files:
|
|
|
52
50
|
- test/test_document.rb
|
|
53
51
|
- test/test_section.rb
|
|
54
52
|
- typedown.gemspec
|
|
55
|
-
has_rdoc: true
|
|
56
53
|
homepage: http://github.com/wrimle/typedown
|
|
57
54
|
licenses: []
|
|
58
|
-
|
|
59
55
|
post_install_message:
|
|
60
56
|
rdoc_options: []
|
|
61
|
-
|
|
62
|
-
require_paths:
|
|
57
|
+
require_paths:
|
|
63
58
|
- lib
|
|
64
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
59
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
65
60
|
none: false
|
|
66
|
-
requirements:
|
|
67
|
-
- -
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
version:
|
|
70
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
|
+
requirements:
|
|
62
|
+
- - ! '>='
|
|
63
|
+
- !ruby/object:Gem::Version
|
|
64
|
+
version: '0'
|
|
65
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
66
|
none: false
|
|
72
|
-
requirements:
|
|
73
|
-
- -
|
|
74
|
-
- !ruby/object:Gem::Version
|
|
75
|
-
version:
|
|
67
|
+
requirements:
|
|
68
|
+
- - ! '>='
|
|
69
|
+
- !ruby/object:Gem::Version
|
|
70
|
+
version: '0'
|
|
76
71
|
requirements: []
|
|
77
|
-
|
|
78
72
|
rubyforge_project:
|
|
79
|
-
rubygems_version: 1.
|
|
73
|
+
rubygems_version: 1.8.10
|
|
80
74
|
signing_key:
|
|
81
75
|
specification_version: 3
|
|
82
76
|
summary: A markdown dialect optimized for fast typing on mobile devices
|
|
83
77
|
test_files: []
|
|
84
|
-
|