auto_test 0.0.9.3.5 → 0.0.9.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/auto_test/version.rb +1 -1
  2. data/lib/test.rb +0 -1
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.0.9.3.5"
2
+ VERSION = "0.0.9.3.6"
3
3
  end
data/lib/test.rb CHANGED
@@ -12,7 +12,6 @@ module AutoTest
12
12
  # initialize all variables
13
13
  def initialize_test
14
14
  Error.init_error
15
-
16
15
  Authentication.init_users
17
16
  Authentication.init_login_data
18
17
  init_action_path
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: auto_test
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.9.3.5
5
+ version: 0.0.9.3.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens