auto_test 0.0.7.6 → 0.0.7.7

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 'tasks/auto_test.task'
6
+ require 'lib/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.6"
2
+ VERSION = "0.0.7.7"
3
3
  end
File without changes
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.6
5
+ version: 0.0.7.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens
@@ -103,7 +103,7 @@ files:
103
103
  - lib/simulation.rb
104
104
  - lib/spec/requests/auto_spec.rb
105
105
  - lib/spec/requests/error_reduction_spec.rb
106
- - lib/tasks/auto_test.task
106
+ - lib/tasks/auto_test.rb
107
107
  - lib/test.rb
108
108
  - lib/user.rb
109
109
  homepage: