test-more 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/.gemspec +2 -2
  2. metadata +2 -2
data/.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  GemSpec = Gem::Specification.new do |gem|
4
4
  gem.name = 'test-more'
5
- gem.version = '0.0.1'
5
+ gem.version = '0.0.2'
6
6
  gem.license = 'MIT'
7
7
  gem.required_ruby_version = '>= 1.9.1'
8
8
 
@@ -12,7 +12,7 @@ GemSpec = Gem::Specification.new do |gem|
12
12
  gem.description = <<-'.'
13
13
  Port of Perl's Test::More TAP test framework.
14
14
  .
15
- gem.homepage = 'http://acmeism.org'
15
+ gem.homepage = 'https://github.com/ingydotnet/test-more-rb'
16
16
 
17
17
  gem.files = `git ls-files`.lines.map{|l|l.chomp}
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test-more
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -25,7 +25,7 @@ files:
25
25
  - lib/test/more.rb
26
26
  - readme.rdoc
27
27
  - test/basic.t
28
- homepage: http://acmeism.org
28
+ homepage: https://github.com/ingydotnet/test-more-rb
29
29
  licenses:
30
30
  - MIT
31
31
  post_install_message: