ruby_raider 0.4.6 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/commands/utility_commands.rb +1 -2
- data/ruby_raider.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad8eb7aef198cac8eba93b27652b076cf8124354f13dd3de590a4786d9384210
|
4
|
+
data.tar.gz: 953456631ce135fec71206140b2ebf5204113b7e911863d2b752bd2d8dea383e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff3125fb8fd2c0637e23929fb3dcca7a8a2b211c13a0ca686c73efed5c2c7768446b21b9f419c45b411c00faef88be1b77ef2d05566f0c9319727a465ebd9076
|
7
|
+
data.tar.gz: 31826127afcd3292dff263590be54a95a40a8aff477805076131257322b568c17948977e8dc1f9ca7b5eddc186ae987c271bd688f758666afcf2e9a2e2cf938a
|
@@ -94,8 +94,7 @@ class UtilityCommands < Thor
|
|
94
94
|
|
95
95
|
desc 'version', 'It shows the version of Ruby Raider you are currently using'
|
96
96
|
def version
|
97
|
-
|
98
|
-
puts "The Ruby Raider version is #{spec_version}, Happy testing!"
|
97
|
+
puts 'The Ruby Raider version is 0.4.7, Happy testing!'
|
99
98
|
end
|
100
99
|
|
101
100
|
map '-v' => 'version'
|
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.4.
|
5
|
+
s.version = '0.4.7'
|
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']
|