harleytt-ansitags 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ansitags.gemspec +2 -1
  2. metadata +5 -5
data/ansitags.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'harleytt-ansitags'
5
- s.version = "0.1.4"
5
+ s.version = "0.1.5"
6
6
  s.authors = ["David Trasbo"]
7
7
  s.description = "Converts ANSI codes to HTML tags"
8
8
  s.summary = "#{s.name}-#{s.version}"
@@ -17,5 +17,6 @@ Gem::Specification.new do |s|
17
17
  s.rdoc_options = ["--charset=UTF-8"]
18
18
  s.require_paths = ["lib"]
19
19
  s.rubygems_version = "1.5.3"
20
+ s.executables << 'ansitags'
20
21
  end
21
22
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Trasbo
@@ -20,8 +20,8 @@ dependencies: []
20
20
 
21
21
  description: Converts ANSI codes to HTML tags
22
22
  email: harley.trung@gmail.com
23
- executables: []
24
-
23
+ executables:
24
+ - ansitags
25
25
  extensions: []
26
26
 
27
27
  extra_rdoc_files:
@@ -76,7 +76,7 @@ rubyforge_project:
76
76
  rubygems_version: 1.3.7
77
77
  signing_key:
78
78
  specification_version: 3
79
- summary: harleytt-ansitags-0.1.4
79
+ summary: harleytt-ansitags-0.1.5
80
80
  test_files:
81
81
  - spec/ansitags_spec.rb
82
82
  - spec/spec_helper.rb