calico 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.
Files changed (3) hide show
  1. data/README.md +3 -0
  2. data/bin/calico +5 -0
  3. metadata +5 -3
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ _* Calico *_
2
+
3
+
data/bin/calico ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'calico'
4
+
5
+ puts Calico.new(STDIN.read).to_html
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: calico
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Fran\xC3\xA7ois Vaux"
@@ -15,14 +15,16 @@ dependencies: []
15
15
 
16
16
  description: A lightweight markup language
17
17
  email: madx@yapok.org
18
- executables: []
19
-
18
+ executables:
19
+ - calico
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files: []
23
23
 
24
24
  files:
25
+ - README.md
25
26
  - lib/calico.rb
27
+ - bin/calico
26
28
  homepage: http://github.com/madx/calico
27
29
  licenses: []
28
30