ruby_raider 0.6.5 → 0.6.6

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
  SHA256:
3
- metadata.gz: fe2cbfa0720b9c50ab489138363df3c82e41015b12da7fe9be816b100dc6979d
4
- data.tar.gz: 71dc2dd9695ab3deae1c4c3f190263d8a1377c86632600ea1a9978f88aee2146
3
+ metadata.gz: cbbff7b5c37609e5abb70fa66775333d715688e32495748c0e1fb76c53e3daac
4
+ data.tar.gz: 96eec8c6122e9922963b0abd6a1435d9d9d0de7099b4ac554e76f7882b40d8be
5
5
  SHA512:
6
- metadata.gz: ad2426dac44cd6f86b5bf853e3decada1a8940ab0b88f8a119130e70a27943bc394bf5e42d4368f58c9453e6e722acbee3352bff581ed4658cef314b7b4586dc
7
- data.tar.gz: ff123bf6adb33b426fa831087b107dadffb203db2a889ba0baf4cc89d33a23f5435afbaca0c4256949041c16aa08b9965e77a8962ba529a75c96bfacc9ea85c9
6
+ metadata.gz: 5805bd62e25e138b3a40f08086e839775ba74727fa063cabee8c281f6c1371658300833b85e580a9011a75a6417c46aeb11fd8e357e99ed387d34fda34d2b812
7
+ data.tar.gz: 7ee415912f9e681521f780aa990045a10ac4d4661db04a8c9b1ead77bf183369d488855cd6ec4fa4541885dc103b679b52b79da8b902b1b7c8cd28c78b76abee
@@ -26,7 +26,7 @@ gem 'rubocop'
26
26
  <% if framework == 'rspec' -%>
27
27
  gem 'rubocop-rspec'
28
28
  <% end -%>
29
- gem 'ruby_raider', '=> 0.6.4'
29
+ gem 'ruby_raider', '~> 0.6.4'
30
30
  <%= ERB.new(File.read(File.expand_path('./partials/automation_gems.tt', __dir__))).result(binding).strip! %>
31
31
  <% if %w[selenium watir].include? automation -%>
32
32
  gem 'webdrivers'
data/ruby_raider.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'ruby_raider'
5
- s.version = '0.6.5'
5
+ s.version = '0.6.6'
6
6
  s.summary = 'A gem to make setup and start of UI automation projects easier'
7
7
  s.description = 'This gem has everything you need to start working with test automation'
8
8
  s.authors = ['Agustin Pequeno']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_raider
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agustin Pequeno