hoe 3.7.0 → 3.7.1

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.
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 3.7.1 / 2013-08-19
2
+
3
+ * 1 minor enhancement:
4
+
5
+ * Added N=testname option to the test task to shortcut TESTOPTS='-n testname'
6
+
1
7
  === 3.7.0 / 2013-07-24
2
8
 
3
9
  * 1 minor enhancement:
data/lib/hoe.rb CHANGED
@@ -91,7 +91,7 @@ class Hoe
91
91
  include Rake::DSL if defined?(Rake::DSL)
92
92
 
93
93
  # duh
94
- VERSION = "3.7.0"
94
+ VERSION = "3.7.1"
95
95
 
96
96
  @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
97
97
  :publish, :gemcutter, :signing, :test]
@@ -24,7 +24,8 @@ module Hoe::Test
24
24
  #
25
25
  # eg FILTER="-n test_blah"
26
26
 
27
- FILTER = ENV['FILTER'] || ENV['TESTOPTS']
27
+ FILTER = ENV['FILTER'] || ENV['TESTOPTS'] || ""
28
+ FILTER << "-n #{ENV['N']}" if ENV['N']
28
29
 
29
30
  ##
30
31
  # Optional: Array of incompatible versions for multiruby filtering.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 7
9
- - 0
10
- version: 3.7.0
9
+ - 1
10
+ version: 3.7.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-07-24 00:00:00 Z
39
+ date: 2013-08-19 00:00:00 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
metadata.gz.sig CHANGED
Binary file