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 +4 -0
- data/Manifest.txt +0 -1
- data/lib/lesstile.rb +2 -1
- metadata +3 -4
- data/bin/lesstile +0 -0
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
data/lib/lesstile.rb
CHANGED
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:
|
|
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
|
-
|
|
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
|