proxy_tester 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- proxy_tester (0.0.2)
4
+ proxy_tester (0.0.3)
5
5
  activerecord (~> 4.0)
6
6
  activesupport (~> 4.0)
7
7
  addressable
@@ -3,7 +3,7 @@ module ProxyTester
3
3
  # Exceptions
4
4
  module Exceptions
5
5
  # my standard error
6
- if RUBY_VERSION < "2.1"
6
+ if RUBY_VERSION < '2.1'
7
7
  class MyStandardError < StandardError
8
8
  attr_reader :cause
9
9
 
@@ -18,8 +18,9 @@ module ProxyTester
18
18
  ProxyTester.clear_environment
19
19
 
20
20
  RSpec.configure do |c|
21
- c.color = true
22
- c.add_formatter 'Fuubar'
21
+ c.color = true
22
+ c.output_stream = $stderr
23
+ c.formatter = 'Fuubar'
23
24
  c.filter_run_including to_filter(tags) unless tags.blank?
24
25
  end
25
26
 
@@ -1,4 +1,4 @@
1
1
  #main ProxyTester
2
2
  module ProxyTester
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxy_tester
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-29 00:00:00.000000000 Z
12
+ date: 2014-04-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord