minitest-bacon 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 1.0.1 / 2013-05-29
2
+
3
+ * 1 bug fix:
4
+
5
+ * Added explicit runtime dependency for minitest 5+ (was dev dependency).
6
+
1
7
  === 1.0.0 / 2013-05-10
2
8
 
3
9
  * 1 major enhancement
data/README.txt CHANGED
@@ -65,7 +65,7 @@ should allow you to bridge 90+% of your bacon specs over to minitest.
65
65
 
66
66
  == REQUIREMENTS:
67
67
 
68
- * minitest
68
+ * minitest, 5+
69
69
 
70
70
  == INSTALL:
71
71
 
data/Rakefile CHANGED
@@ -6,23 +6,11 @@ require "hoe"
6
6
  Hoe.plugin :isolate
7
7
  Hoe.plugin :seattlerb
8
8
 
9
- # Hoe.plugin :compiler
10
- # Hoe.plugin :doofus
11
- # Hoe.plugin :email
12
- # Hoe.plugin :gem_prelude_sucks
13
- # Hoe.plugin :git
14
- # Hoe.plugin :inline
15
- # Hoe.plugin :isolate
16
- # Hoe.plugin :minitest
17
- # Hoe.plugin :perforce
18
- # Hoe.plugin :racc
19
- # Hoe.plugin :rcov
20
- # Hoe.plugin :rubyforge
21
- # Hoe.plugin :seattlerb
22
-
23
9
  Hoe.spec "minitest-bacon" do
24
10
  developer "Ryan Davis", "ryand-ruby@zenspider.com"
25
11
  license "MIT"
12
+
13
+ dependency "minitest", "~> 5.0"
26
14
  end
27
15
 
28
16
  # vim: syntax=ruby
@@ -14,7 +14,7 @@ module Minitest
14
14
  end
15
15
 
16
16
  class Minitest::ValueMonad
17
- VERSION = "1.0.0"
17
+ VERSION = "1.0.1"
18
18
 
19
19
  instance_methods.each { |name| undef_method name if name =~ /\?|^\W+$/ }
20
20
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-bacon
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Davis
@@ -36,7 +36,7 @@ cert_chain:
36
36
  FBHgymkyj/AOSqKRIpXPhjC6
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2013-05-10 00:00:00 Z
39
+ date: 2013-05-30 00:00:00 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
@@ -51,7 +51,7 @@ dependencies:
51
51
  - 5
52
52
  - 0
53
53
  version: "5.0"
54
- type: :development
54
+ type: :runtime
55
55
  version_requirements: *id001
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: rdoc
metadata.gz.sig CHANGED
Binary file