dnstools 1.0.0 → 1.0.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 (3) hide show
  1. data/dnstools.gemspec +1 -0
  2. data/lib/dns_tools.rb +1 -1
  3. metadata +3 -2
data/dnstools.gemspec CHANGED
@@ -13,4 +13,5 @@ Gem::Specification.new do |s|
13
13
  s.author = "Adam Cooke"
14
14
  s.email = "adam@atechmedia.com"
15
15
  s.homepage = "http://atechmedia.com"
16
+ s.executables << 'dnstools'
16
17
  end
data/lib/dns_tools.rb CHANGED
@@ -2,7 +2,7 @@ require 'thor'
2
2
  require 'resolv'
3
3
 
4
4
  module DNSTools
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
 
7
7
  class Commands < Thor
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dnstools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,8 @@ date: 2012-11-15 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: adam@atechmedia.com
16
- executables: []
16
+ executables:
17
+ - dnstools
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files: