automation_wizard 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be63825b056d4d16cdb51d8996ecd17b932fc9e6
4
- data.tar.gz: 2f0f50d10890e31a6844027704f397b4f7c4ed97
3
+ metadata.gz: c14c1d1633dbf711224550117a0e891daafcd1c1
4
+ data.tar.gz: 7dea83bc78f3394a9552f0893789c5a7348425a2
5
5
  SHA512:
6
- metadata.gz: 876d725116a8c13ca0bd83f0f25e3acc07006db51743cb162b1dab498ecb7415db66127b48f6d74b5f6156e7658576c6c1c5a447ae98f3d90098fa178c9ce5b7
7
- data.tar.gz: dc01af97e91834582e4ca6f783d6deb892e318931ddd1a8117a7d9adb78bace290582b1cd7136718a18850cb4969ae8811b20b166418467c75f41b69672b3242
6
+ metadata.gz: bc3b13cb07ac83e6087ecef22b2245d8e5f886892f6168079727e7a2708263f74ebe537e0400c2ac112102055e21eacf00b5676e7321555fcebcfc535bee620f
7
+ data.tar.gz: e3c3c407d2ccb71d6a5615599c0b8b0fb5bb61e37a91c4dbf70b99f099f219caf9696fdf398a1d6f3879a46f853247831644a2718cf4cdc35bba06a154ce9420
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- automation_wizard (2.0.2)
4
+ automation_wizard (2.0.3)
5
5
  thor (~> 0.17, >= 0.17.0)
6
6
 
7
7
  GEM
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
3
3
  gem 'rspec'
4
4
  gem 'rake'
5
5
  gem 'pry'
6
- gem 'watir_drops', git: 'https://github.com/automation-wizards/watir_drops.git', branch: 'remove_active_support'
6
+ gem 'watir_drops'
7
7
  gem 'watir_model'
@@ -1,3 +1,3 @@
1
1
  module AutomationWizard
2
- VERSION = '2.0.2'
2
+ VERSION = '2.0.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: automation_wizard
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Avery Roswell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-02 00:00:00.000000000 Z
11
+ date: 2017-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  requirements: []
81
81
  rubyforge_project: automation_wizard
82
- rubygems_version: 2.5.1
82
+ rubygems_version: 2.6.8
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: Generator for wizard test. Generator for base project setup.