minitest-rails 2.0.2 → 2.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f2a7a095c9812e5f4c617816419c772ee0a6a59
4
- data.tar.gz: 8f7ca17e1be4cae6dc22f0c50930f492d9ebd2e6
3
+ metadata.gz: 60a4c54263833134bc0d3af5380166f6ed21b396
4
+ data.tar.gz: ae5f176d7b529f2d62abfb67674502e330e0f1e3
5
5
  SHA512:
6
- metadata.gz: d70de715e90f0a63d123ab03d23e8890891e29de8d48283fd3be0c9e4464c7ddc75692626998c6d97e8e94baa893923b59e21c6f4d3032c8b3e17e58535cdc1b
7
- data.tar.gz: bfa89466be9708d293c501c7f36cf72c5e9199a90d2a0718cd9c0b0719148c1e61ff79f9110b9268cb9d982ab89b466122482848bf825b5d409475e61a4c9f56
6
+ metadata.gz: 937426e1f1d82d3f3665bc5a8f6bac79d32d8ca4527a60b08953f24c47f30c56ba2505740edd327bf94819dc56a271e2db5b5bfd36455d2f9480259c60f9693e
7
+ data.tar.gz: 767cf06ec9bfc0f19e766e7519145be15080a9bd6a09d8a377c4d81eeb7e620585d068059cf7e60e9003073dbeec1aad1af9a3f7814f12980b7049276e20bb92
@@ -1,3 +1,16 @@
1
+ === 2.0.3 / 2014-06-11
2
+
3
+ * Fix bug in loading rake tasks (rmm5t)
4
+
5
+ https://github.com/blowmage/minitest-rails/compare/v2.0.2...v2.0.3
6
+
7
+ === 2.0.2 / 2014-06-10
8
+
9
+ * Put an additional guard on the call to remove describe to make sure
10
+ * Remove unused testing module
11
+
12
+ https://github.com/blowmage/minitest-rails/compare/v2.0.1...v2.0.2
13
+
1
14
  === 2.0.1 / 2014-04-25
2
15
 
3
16
  * Set RAILS_ENV in railtie (taq)
@@ -16,7 +16,7 @@ module Minitest
16
16
  end
17
17
 
18
18
  rake_tasks do
19
- load "rails/test_unit/testing.rake"
19
+ load "rails/test_unit/testing.rake" unless Rake::Task.task_defined? "test:run"
20
20
  end
21
21
  end
22
22
  end
@@ -1,5 +1,5 @@
1
1
  module Minitest
2
2
  module Rails
3
- VERSION = "2.0.2"
3
+ VERSION = "2.0.3"
4
4
  end
5
5
  end
@@ -1,14 +1,14 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: minitest-rails 2.0.2.20140610064525 ruby lib
2
+ # stub: minitest-rails 2.0.3.20140611120000 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "minitest-rails"
6
- s.version = "2.0.2.20140610064525"
6
+ s.version = "2.0.3.20140611120000"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib"]
10
10
  s.authors = ["Mike Moore"]
11
- s.date = "2014-06-10"
11
+ s.date = "2014-06-11"
12
12
  s.description = "Adds Minitest as the default testing library in Rails"
13
13
  s.email = ["mike@blowmage.com"]
14
14
  s.extra_rdoc_files = ["CHANGELOG.rdoc", "Manifest.txt", "README.rdoc"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-10 00:00:00.000000000 Z
11
+ date: 2014-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest