racatt 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ === Version 0.0.2 / 2015-05-28
2
+
3
+ * Bug fix: Fixed a task dependency issue that went undetected until after the previous release.
4
+
5
+
6
+ === Version 0.0.1 / 2015-05-28
7
+
8
+ * Initial release
@@ -37,7 +37,7 @@ module Racatt
37
37
  end
38
38
 
39
39
  desc 'Test All The Things!'
40
- task :test_everything, [:command_options] => [:clear_coverage] do |_t, args|
40
+ task :test_everything, [:command_options] do |_t, args|
41
41
  Rake::Task["#{current_scope}:rspec:specs"].invoke(args[:command_options])
42
42
  Rake::Task["#{current_scope}:cucumber:features"].invoke(args[:command_options])
43
43
  end
@@ -1,3 +1,3 @@
1
1
  module Racatt
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: racatt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -84,6 +84,7 @@ extra_rdoc_files: []
84
84
  files:
85
85
  - .gitignore
86
86
  - Gemfile
87
+ - History.rdoc
87
88
  - LICENSE.txt
88
89
  - README.md
89
90
  - Rakefile