github-markup-preview 0.1.1 → 0.1.2
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.html +2 -2
- data/bin/gm-preview +3 -3
- metadata +2 -2
data/README.md.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<html>
|
|
2
2
|
<head>
|
|
3
|
-
<link href='C:/h/
|
|
3
|
+
<link href='file://C:/h/Dropbox/code/gm-preview/bin/../css/css1.css' media='screen' rel='stylesheet'
|
|
4
4
|
type='text/css' />
|
|
5
|
-
<link href='C:/h/
|
|
5
|
+
<link href='file://C:/h/Dropbox/code/gm-preview/bin/../css/css2.css' media='screen' rel='stylesheet'
|
|
6
6
|
type='text/css' />
|
|
7
7
|
</head>
|
|
8
8
|
<body>
|
data/bin/gm-preview
CHANGED
|
@@ -38,7 +38,7 @@ formed by appending .html to the input file name, yielding a file name with \
|
|
|
38
38
|
.md.html extension. This allows for the -d flag to distinguish between compiled \
|
|
39
39
|
markdown files and other html files.
|
|
40
40
|
|
|
41
|
-
<directory> defaults to the current directory. At least one of '-w', '-
|
|
41
|
+
<directory> defaults to the current directory. At least one of '-w', '-c' or \
|
|
42
42
|
'-d' options needs to be supplied.\n\n"
|
|
43
43
|
|
|
44
44
|
puts $optparse.summarize
|
|
@@ -59,9 +59,9 @@ $here = File.absolute_path(File.dirname(__FILE__))
|
|
|
59
59
|
|
|
60
60
|
$html_pre = "<html>
|
|
61
61
|
<head>
|
|
62
|
-
<link href='
|
|
62
|
+
<link href='file://#{$here}/../css/css1.css' media='screen' rel='stylesheet'
|
|
63
63
|
type='text/css' />
|
|
64
|
-
<link href='
|
|
64
|
+
<link href='file://#{$here}/../css/css2.css' media='screen' rel='stylesheet'
|
|
65
65
|
type='text/css' />
|
|
66
66
|
</head>
|
|
67
67
|
<body>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github-markup-preview
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.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: 2013-
|
|
12
|
+
date: 2013-08-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: github-markup
|