auto_test 0.0.7.3 → 0.0.7.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.0.7.3"
2
+ VERSION = "0.0.7.4"
3
3
  end
data/lib/auto_test.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require "auto_test/version"
2
- require "lib/auto_test/railtie" if defined?(Rails)
2
+ require "auto_test/railtie" if defined?(Rails)
3
3
 
4
4
  def logger
5
5
  Rails.logger
@@ -7,7 +7,7 @@ end
7
7
 
8
8
 
9
9
  module AutoTest
10
-
10
+
11
11
  class << self
12
12
  attr_accessor :configuration
13
13
  end
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.7.3
5
+ version: 0.0.7.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens