mcbean 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/README.rdoc +2 -2
- data/lib/mcbean.rb +1 -1
- metadata +5 -5
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/README.rdoc
CHANGED
@@ -4,8 +4,6 @@
|
|
4
4
|
|
5
5
|
== DESCRIPTION:
|
6
6
|
|
7
|
-
"You can't teach a Sneetch."
|
8
|
-
|
9
7
|
McBean transforms HTML into Markdown with the help of Loofah and Nokogiri.
|
10
8
|
|
11
9
|
Its goal is to eventually be able to transform (with the help of other
|
@@ -14,6 +12,8 @@ anything in between. It will be the Sylvester McMonkey McBean of
|
|
14
12
|
markup, placing stars onto the bellies of all kinds of document
|
15
13
|
formats.
|
16
14
|
|
15
|
+
"You can't teach a Sneetch."
|
16
|
+
|
17
17
|
== FEATURES/PROBLEMS:
|
18
18
|
|
19
19
|
* Transforms HTML into Markdown.
|
data/lib/mcbean.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 1
|
9
|
+
version: 0.1.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Mike Dalessio
|
@@ -108,8 +108,6 @@ dependencies:
|
|
108
108
|
type: :development
|
109
109
|
version_requirements: *id005
|
110
110
|
description: |-
|
111
|
-
"You can't teach a Sneetch."
|
112
|
-
|
113
111
|
McBean transforms HTML into Markdown with the help of Loofah and Nokogiri.
|
114
112
|
|
115
113
|
Its goal is to eventually be able to transform (with the help of other
|
@@ -117,6 +115,8 @@ description: |-
|
|
117
115
|
anything in between. It will be the Sylvester McMonkey McBean of
|
118
116
|
markup, placing stars onto the bellies of all kinds of document
|
119
117
|
formats.
|
118
|
+
|
119
|
+
"You can't teach a Sneetch."
|
120
120
|
email:
|
121
121
|
- mike.dalessio@gmail.com
|
122
122
|
executables:
|
@@ -172,7 +172,7 @@ rubyforge_project: mcbean
|
|
172
172
|
rubygems_version: 1.3.6
|
173
173
|
signing_key:
|
174
174
|
specification_version: 3
|
175
|
-
summary:
|
175
|
+
summary: McBean transforms HTML into Markdown with the help of Loofah and Nokogiri
|
176
176
|
test_files:
|
177
177
|
- test/test_mcbean.rb
|
178
178
|
- test/test_markdown.rb
|
metadata.gz.sig
CHANGED
Binary file
|