hansef-checkdomain 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +1 -2
  2. metadata +3 -5
data/Rakefile CHANGED
@@ -4,9 +4,8 @@ require File.dirname(__FILE__) + '/lib/checkdomain'
4
4
  # Generate all the Rake tasks
5
5
  # Run 'rake -T' to see list of generated tasks (from gem root directory)
6
6
  $hoe = Hoe.new('checkdomain', CheckDomain::VERSION) do |p|
7
- p.developer('FIXME full name', 'FIXME email')
7
+ p.developer('Hans Friedrich', 'hans@turingstudio.com')
8
8
  p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
9
- p.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
10
9
  p.rubyforge_name = p.name # TODO this is default value
11
10
  p.extra_deps = [
12
11
  ['net-dns','>= 0.4'],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hansef-checkdomain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hans Friedrich
@@ -44,7 +44,7 @@ dependencies:
44
44
  version:
45
45
  description: "Easily check a domain's availability from the commandline. Usage: checkdomain domain [domain2 domain3 etc.] You can also put comma-separated terms in square brackets and they will be expanded: checkdomain example.[com,org,net] This will result in checks for each of the following: * example.com * example.org * example.net"
46
46
  email:
47
- - FIXME email
47
+ - hans@turingstudio.com
48
48
  executables:
49
49
  - checkdomain
50
50
  extensions: []
@@ -52,12 +52,10 @@ extensions: []
52
52
  extra_rdoc_files:
53
53
  - History.txt
54
54
  - Manifest.txt
55
- - PostInstall.txt
56
55
  - README.rdoc
57
56
  files:
58
57
  - History.txt
59
58
  - Manifest.txt
60
- - PostInstall.txt
61
59
  - README.rdoc
62
60
  - Rakefile
63
61
  - bin/checkdomain
@@ -73,7 +71,7 @@ files:
73
71
  - test/test_helper.rb
74
72
  has_rdoc: true
75
73
  homepage: http://github.com/hansef/checkdomain/
76
- post_install_message: PostInstall.txt
74
+ post_install_message:
77
75
  rdoc_options:
78
76
  - --main
79
77
  - README.rdoc