automation_wizard 2.0 → 2.0.1

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: 34759bd383003b2e10df0b6281c6c0fea20990c2
4
- data.tar.gz: 99bc6417b22fb39435864fdaf3122f1325abf34a
3
+ metadata.gz: a4e40efe5d2b6bc0f7138745918c7555bf054676
4
+ data.tar.gz: e9edec72de24c9897a47167a108fd82c8d42e19b
5
5
  SHA512:
6
- metadata.gz: 807b662eac58a5ba49c7a95dbb8bb3dc8808ffda606ad6ae77cae2cee97d5a99ad5f907b40d1d10a0446d3f38eb08f59ab5825978cc235543c26d4ca4863e6fb
7
- data.tar.gz: 3156100d06b0161c1b85a2a5c1a27a0952e3f443b72b59eb19613998891903dbdacea6a404c53013e1c22fd885c81e3d4bfddefaac61f65ec5d0d1a3be508d04
6
+ metadata.gz: fb29ba4eaa141296c83f2e0dfd9545eeebc398eab708836cf79ad81a2d94dd352092cc515f7cac17386e67fb405baaf51f8408790e4c8e989b5bf46dc0445d91
7
+ data.tar.gz: 604ca1b1e7d71ac3ea35f6ab8fba4ca7cb4f784f12ff78bbc155f98701b5d615f436e0fe77d4143501353f54602ec2a2b1f3beb5dc63ebaf3a756179128a08b9
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
3
3
  gem 'rspec'
4
4
  gem 'rake'
5
5
  gem 'pry'
6
- gem 'watir_drops'
6
+ gem 'watir_drops', git: 'https://github.com/automation-wizards/watir_drops.git', branch: 'remove_active_support'
7
7
  gem 'watir_model'
@@ -1,3 +1,3 @@
1
1
  module AutomationWizard
2
- VERSION = "2.0"
2
+ VERSION = '2.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: automation_wizard
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.0'
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Avery Roswell