auto_test 0.0.7.7 → 0.0.7.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ require 'rails'
3
3
  module AutoTest
4
4
  class Railtie < Rails::Railtie
5
5
  rake_tasks do
6
- require 'lib/tasks/auto_test.rb'
6
+ require 'tasks/auto_test.rb'
7
7
  end
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.0.7.7"
2
+ VERSION = "0.0.7.8"
3
3
  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.7
5
+ version: 0.0.7.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens