gem_liux1 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/liux1-cli +4 -0
  2. data/lib/gem_liux1/version.rb +1 -1
  3. metadata +6 -5
data/bin/liux1-cli ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ # encoding: UTF-8
3
+ require 'sass'
4
+ require 'gem_liux1'
@@ -1,3 +1,3 @@
1
1
  module GemLiux1
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_liux1
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 5
10
- version: 0.3.5
9
+ - 6
10
+ version: 0.3.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - a
@@ -48,8 +48,8 @@ dependencies:
48
48
  description: a
49
49
  email:
50
50
  - a@a.com
51
- executables: []
52
-
51
+ executables:
52
+ - liux1-cli
53
53
  extensions: []
54
54
 
55
55
  extra_rdoc_files: []
@@ -58,6 +58,7 @@ files:
58
58
  - lib/gem_liux1.rb
59
59
  - lib/gem_liux1/version.rb
60
60
  - stylesheets/_gem_liux1.scss
61
+ - bin/liux1-cli
61
62
  homepage: http://a.com
62
63
  licenses:
63
64
  - MIT