ansi_colors 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/ansi_colors.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
17
17
|
gem.name = "ansi_colors"
|
18
|
-
gem.homepage = "http://github.com/boborbt
|
18
|
+
gem.homepage = "http://github.com/boborbt/ansi_colors"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = %Q{Adds methods to add ansi colors escape codes to the standard String class}
|
21
21
|
gem.description = %Q{Adds methods to add ansi colors escape codes to the standard String class}
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.3
|
data/ansi_colors.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{ansi_colors}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Roberto Esposito"]
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
|
27
27
|
"ansi_colors.gemspec",
|
28
28
|
"lib/ansi_colors.rb"
|
29
29
|
]
|
30
|
-
s.homepage = %q{http://github.com/boborbt
|
30
|
+
s.homepage = %q{http://github.com/boborbt/ansi_colors}
|
31
31
|
s.licenses = ["MIT"]
|
32
32
|
s.require_paths = ["lib"]
|
33
33
|
s.rubygems_version = %q{1.3.6}
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 3
|
9
|
+
version: 0.1.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Roberto Esposito
|
@@ -89,7 +89,7 @@ files:
|
|
89
89
|
- ansi_colors.gemspec
|
90
90
|
- lib/ansi_colors.rb
|
91
91
|
has_rdoc: true
|
92
|
-
homepage: http://github.com/boborbt
|
92
|
+
homepage: http://github.com/boborbt/ansi_colors
|
93
93
|
licenses:
|
94
94
|
- MIT
|
95
95
|
post_install_message:
|