mcbean 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data.tar.gz.sig +0 -0
  2. data/README.rdoc +2 -2
  3. data/lib/mcbean.rb +1 -1
  4. metadata +5 -5
  5. metadata.gz.sig +0 -0
data.tar.gz.sig CHANGED
Binary file
@@ -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.
@@ -1,7 +1,7 @@
1
1
  require "loofah"
2
2
 
3
3
  class McBean
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  REQUIRED_LOOFAH_VERSION = "0.4.7"
6
6
 
7
7
  attr_accessor :html
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
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: "\"You can't teach a Sneetch.\" McBean transforms HTML into Markdown with the help of Loofah and Nokogiri"
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