sniff 0.6.3 → 0.6.4

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.
@@ -120,7 +120,11 @@ module Sniff
120
120
 
121
121
  desc "Run all examples"
122
122
  RSpec::Core::RakeTask.new('examples') do |c|
123
- c.rspec_opts = '-Ispec'
123
+ if ENV['RSPEC_FORMAT']
124
+ c.rspec_opts = "-Ispec --format #{ENV['RSPEC_FORMAT']}"
125
+ else
126
+ c.rspec_opts = '-Ispec --format documentation'
127
+ end
124
128
  end
125
129
 
126
130
  if rcov
data/lib/sniff/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sniff
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 3
9
- version: 0.6.3
8
+ - 4
9
+ version: 0.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Derek Kastner
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-03-04 00:00:00 -05:00
17
+ date: 2011-03-07 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -279,7 +279,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
279
279
  requirements:
280
280
  - - ">="
281
281
  - !ruby/object:Gem::Version
282
- hash: 2289870679383383117
282
+ hash: -1556365545920163224
283
283
  segments:
284
284
  - 0
285
285
  version: "0"