dtf 0.2.3 → 0.2.4

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/dtf.gemspec +2 -2
  2. data/lib/dtf/version.rb +1 -1
  3. metadata +3 -3
data/dtf.gemspec CHANGED
@@ -2,8 +2,8 @@
2
2
  require File.expand_path('../lib/dtf/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
- gem.authors = ["Deryl R. Doucette"]
6
- gem.email = ["me@deryldoucette.com"]
5
+ gem.authors = ["David Deryl Downey"]
6
+ gem.email = ["me@daviddwdowney.com"]
7
7
  gem.description = %q{DTF is a modular testing framework skeleton. This is the control gem which contains the Suite's db schema(s) and control/management scripts.}
8
8
  gem.summary = %q{DTF is a modular testing framework. This is the control gem.}
9
9
  gem.homepage = "https://github.com/dtf-gems/dtf"
data/lib/dtf/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module Dtf
4
- VERSION = "0.2.3"
4
+ VERSION = "0.2.4"
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Deryl R. Doucette
8
+ - David Deryl Downey
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
@@ -270,7 +270,7 @@ dependencies:
270
270
  description: DTF is a modular testing framework skeleton. This is the control gem
271
271
  which contains the Suite's db schema(s) and control/management scripts.
272
272
  email:
273
- - me@deryldoucette.com
273
+ - me@daviddwdowney.com
274
274
  executables:
275
275
  - dtf
276
276
  extensions: []