listless 0.0.1 → 0.1.0

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/listless +5 -0
  2. data/lib/listless/version.rb +1 -1
  3. metadata +5 -3
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+ require 'listless'
3
+
4
+ array = ARGV[0].split(',')
5
+ puts Listless.ul(array)
@@ -1,3 +1,3 @@
1
1
  module Listless
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: listless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-13 00:00:00.000000000 Z
12
+ date: 2013-05-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: htmlentities
@@ -46,7 +46,8 @@ dependencies:
46
46
  description: A gem for converting Ruby Arrays to HTML unordered lists
47
47
  email:
48
48
  - ajmedwards@gmail.com
49
- executables: []
49
+ executables:
50
+ - listless
50
51
  extensions: []
51
52
  extra_rdoc_files: []
52
53
  files:
@@ -55,6 +56,7 @@ files:
55
56
  - LICENSE.txt
56
57
  - README.md
57
58
  - Rakefile
59
+ - bin/listless
58
60
  - lib/listless.rb
59
61
  - lib/listless/version.rb
60
62
  - listless.gemspec