slim2html 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1a16f9981467e5fd1478e0662de1e60e0933968
4
- data.tar.gz: 527c5e097abb712b0ebb739ad09503eba31aca51
3
+ metadata.gz: ecd15de3647dd99a0f2f67b64caa42f8c8a00536
4
+ data.tar.gz: 4a9c7f207e61edf228f5f3b5e6cf8662b1df0c5f
5
5
  SHA512:
6
- metadata.gz: 1b9d45bafd76307c8110a3e0622939214b7f2cb9b8ade72283d172c3940a44f4f3ad7c24e39c794c89950a4b3395c660e7639ff00121d2423e3b9440ed5d2a70
7
- data.tar.gz: 63a1c5fa071f317054e5640da1fce7203dc89691b27fa548b523ac2461b07146586acfeb19c8b6201ddb8fabfdd5a0a106241ed45fd4d2b159a9690041a20ac0
6
+ metadata.gz: d181777dd97806cbe35def9cc8a0e4dd1f16fabb61c2c172c653584b40d3498e999413b6aa333716acd9b3318d9d73c05dbd6a3ec26919c52a9a9401fa6f3b92
7
+ data.tar.gz: e43ddcfd19a5422cc0cde7e30853b3a9ffc5bf8511a06033fab14ddeef0b26690455f73b3c98d220050be7a908a2ba9f3f3b4d42fd5dbcaf859e5f1434bb9fb0
data/README.md CHANGED
@@ -9,6 +9,7 @@ TODO: Delete this and the text above, and describe your gem
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
+ gem 'slim'
12
13
  gem 'slim2html'
13
14
  ```
14
15
 
@@ -18,7 +19,8 @@ And then execute:
18
19
 
19
20
  Or install it yourself as:
20
21
 
21
- $ gem install slim2html
22
+ $ gem install slim
23
+ $ gem install slim2html
22
24
 
23
25
  ## Usage
24
26
 
data/bin/slim2html ADDED
@@ -0,0 +1,3 @@
1
+ #!/bin/ruby
2
+ require 'slim2html'
3
+ Slim2html.convert!(ARGV)
@@ -1,3 +1,3 @@
1
1
  module Slim2html
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slim2html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - xioota
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-05 00:00:00.000000000 Z
11
+ date: 2016-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: slim
@@ -82,6 +82,7 @@ files:
82
82
  - Rakefile
83
83
  - bin/console
84
84
  - bin/setup
85
+ - bin/slim2html
85
86
  - lib/slim2html.rb
86
87
  - lib/slim2html/version.rb
87
88
  - slim2html.gemspec