ansitags 0.1.0 → 0.1.1

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 (5) hide show
  1. data/README.rdoc +1 -1
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/ansitags.gemspec +3 -3
  5. metadata +3 -3
data/README.rdoc CHANGED
@@ -4,7 +4,7 @@ Converts ANSI codes to HTML tags.
4
4
 
5
5
  == Installation
6
6
 
7
- sudo gem install thisisdato-ansitags --source http://gems.github.com/
7
+ sudo gem install ansitags --source http://gemcutter.org/
8
8
 
9
9
  == Usage
10
10
 
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{Converts ANSI codes to HTML tags}
9
9
  gem.description = %Q{Converts ANSI codes to HTML tags}
10
10
  gem.email = "thisisdato@gmail.com"
11
- gem.homepage = "http://github.com/thisisdato/ansitags"
11
+ gem.homepage = "http://github.com/dtrasbo/ansitags"
12
12
  gem.authors = ["David Trasbo"]
13
13
  gem.add_development_dependency "rspec"
14
14
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/ansitags.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ansitags}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["David Trasbo"]
12
- s.date = %q{2009-10-01}
12
+ s.date = %q{2009-10-16}
13
13
  s.description = %q{Converts ANSI codes to HTML tags}
14
14
  s.email = %q{thisisdato@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
28
28
  "spec/ansitags_spec.rb",
29
29
  "spec/spec_helper.rb"
30
30
  ]
31
- s.homepage = %q{http://github.com/thisisdato/ansitags}
31
+ s.homepage = %q{http://github.com/dtrasbo/ansitags}
32
32
  s.rdoc_options = ["--charset=UTF-8"]
33
33
  s.require_paths = ["lib"]
34
34
  s.rubygems_version = %q{1.3.5}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ansitags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Trasbo
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-01 00:00:00 +02:00
12
+ date: 2009-10-16 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -43,7 +43,7 @@ files:
43
43
  - spec/ansitags_spec.rb
44
44
  - spec/spec_helper.rb
45
45
  has_rdoc: true
46
- homepage: http://github.com/thisisdato/ansitags
46
+ homepage: http://github.com/dtrasbo/ansitags
47
47
  licenses: []
48
48
 
49
49
  post_install_message: