ansi_colors 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/ansi_colors.gemspec +2 -2
  4. 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@gmail.com/ansi_colors"
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.2
1
+ 0.1.3
@@ -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.2"
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@gmail.com/ansi_colors}
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
- - 2
9
- version: 0.1.2
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@gmail.com/ansi_colors
92
+ homepage: http://github.com/boborbt/ansi_colors
93
93
  licenses:
94
94
  - MIT
95
95
  post_install_message: