lesstile 0.1 → 0.1.1

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/History.txt CHANGED
@@ -1,3 +1,7 @@
1
1
  == 0.1 / 2007-12-24
2
2
 
3
3
  * Initial release. Hooray!
4
+
5
+ == 0.1.1 / 2007-12-26
6
+
7
+ * Minor fixes to make it actually work
data/Manifest.txt CHANGED
@@ -2,6 +2,5 @@ History.txt
2
2
  Manifest.txt
3
3
  README.txt
4
4
  Rakefile
5
- bin/lesstile
6
5
  lib/lesstile.rb
7
6
  spec/spec_lesstile.rb
data/lib/lesstile.rb CHANGED
@@ -1,8 +1,9 @@
1
1
  require 'facets/string/nchar'
2
+ require 'facets/string/blank'
2
3
  require 'cgi'
3
4
 
4
5
  class Lesstile
5
- VERSION = '0.1'
6
+ VERSION = '0.1.1'
6
7
 
7
8
  class << self
8
9
  # Returns lesstile formatted text as valid XHTML
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lesstile
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ version: 0.1.1
5
5
  platform: ""
6
6
  authors:
7
7
  - Xavier Shay
@@ -32,8 +32,8 @@ dependencies:
32
32
  version:
33
33
  description: "Integrates with CodeRay for sexy syntax highlighting. == SYNOPSIS: comment = <<-EOS Wow, this post is awesome. I'd implement it like this: --- Ruby def hello_world puts \"hello world!\" end ---"
34
34
  email: xavier@rhnh.net
35
- executables:
36
- - lesstile
35
+ executables: []
36
+
37
37
  extensions: []
38
38
 
39
39
  extra_rdoc_files:
@@ -45,7 +45,6 @@ files:
45
45
  - Manifest.txt
46
46
  - README.txt
47
47
  - Rakefile
48
- - bin/lesstile
49
48
  - lib/lesstile.rb
50
49
  - spec/spec_lesstile.rb
51
50
  has_rdoc: true
data/bin/lesstile DELETED
File without changes