ruby_raider 0.4.5 → 0.4.7

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: f7b2c000c852222f35914766b001264de3988fc1d4c2baa7b28504c885dad43a
4
- data.tar.gz: d791271be3eb3118dfde048a732a672f5c5a65b80975ce7ea9f061504ca7b594
3
+ metadata.gz: ad8eb7aef198cac8eba93b27652b076cf8124354f13dd3de590a4786d9384210
4
+ data.tar.gz: 953456631ce135fec71206140b2ebf5204113b7e911863d2b752bd2d8dea383e
5
5
  SHA512:
6
- metadata.gz: 162584ae4fed3dacba0ee826fd707243d4150f1cfbabf00a40d1de0dd1433ac52e38157a9d553fef2d192ff31e7c8203b89d77cbfe8ea1bd709a479e4082d51c
7
- data.tar.gz: 328caadb18a48ae8f103b79e91cf12b365139d5854e3f4e1a28bd27436de8bf04f5270e51a6aeddc9c4c19df1c55c97251e3bc2f20e5f5fdc8f7f24798502463
6
+ metadata.gz: ff3125fb8fd2c0637e23929fb3dcca7a8a2b211c13a0ca686c73efed5c2c7768446b21b9f419c45b411c00faef88be1b77ef2d05566f0c9319727a465ebd9076
7
+ data.tar.gz: 31826127afcd3292dff263590be54a95a40a8aff477805076131257322b568c17948977e8dc1f9ca7b5eddc186ae987c271bd688f758666afcf2e9a2e2cf938a
@@ -94,7 +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
- Utilities.new.version
97
+ puts 'The Ruby Raider version is 0.4.7, Happy testing!'
98
98
  end
99
99
 
100
100
  map '-v' => 'version'
@@ -68,11 +68,6 @@ class Utilities
68
68
  File.open(@path, 'w') { |file| YAML.dump(@config, file) }
69
69
  end
70
70
 
71
- def version
72
- spec_version = Gem::Specification.load('ruby_raider.gemspec').version
73
- puts "The Ruby Raider version is #{spec_version}, Happy testing!"
74
- end
75
-
76
71
  def download_builds(build_type)
77
72
  case build_type
78
73
  when 'android'
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'
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']
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.4.5
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agustin Pequeno