test_notifier 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af1c963d4f2b9ac46ba01e74be5784ecf46d26aa
4
- data.tar.gz: 1589ab1265853444568f03c4149a0594e2526274
3
+ metadata.gz: 5d8fd6d8f3c507c644caa30c41ecc00286ed974b
4
+ data.tar.gz: c6985dcc140c2b59dded50c59bcc538a217778aa
5
5
  SHA512:
6
- metadata.gz: 319b2550e892598195a65dff9d5a0ded54a126fef38fc4207d4b10038419b80ff63e2f25ae0f7e1b1644615c9c55eeb8d2416a87190f187edce427e5075eeda0
7
- data.tar.gz: f3ec3e51057340042592a70e27af865d5cd0f843c76b001c76bb9bcb192123f685eb242bbec3c5c028c02674ca25a0292c8b1e6266152d23551c6cc712c6846a
6
+ metadata.gz: ef1b1773a57e18902b2264e41464f08998fb72cbb4c74cb9b4688fb79d4572f646ab085f82646047e654182b97527bcaffba8889bbea4ec7f2b945c01118e387
7
+ data.tar.gz: 905c8b9129e4ca416ac8d0734beeb11cebcef1bb0c77e051596f22e34ef2aa05a4cf93236c633db52254ee13137a7c40ce900bdcc79afbd2948c7a9c30ca178b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- test_notifier (2.0.2)
4
+ test_notifier (2.0.3)
5
5
  notifier
6
6
 
7
7
  GEM
@@ -9,24 +9,24 @@ GEM
9
9
  specs:
10
10
  diff-lcs (1.2.5)
11
11
  notifier (0.5.0)
12
- rake (10.3.1)
13
- rspec (3.0.0.beta2)
14
- rspec-core (= 3.0.0.beta2)
15
- rspec-expectations (= 3.0.0.beta2)
16
- rspec-mocks (= 3.0.0.beta2)
17
- rspec-core (3.0.0.beta2)
18
- rspec-support (= 3.0.0.beta2)
19
- rspec-expectations (3.0.0.beta2)
12
+ rake (10.3.2)
13
+ rspec (3.0.0)
14
+ rspec-core (~> 3.0.0)
15
+ rspec-expectations (~> 3.0.0)
16
+ rspec-mocks (~> 3.0.0)
17
+ rspec-core (3.0.0)
18
+ rspec-support (~> 3.0.0)
19
+ rspec-expectations (3.0.0)
20
20
  diff-lcs (>= 1.2.0, < 2.0)
21
- rspec-support (= 3.0.0.beta2)
22
- rspec-mocks (3.0.0.beta2)
23
- rspec-support (= 3.0.0.beta2)
24
- rspec-support (3.0.0.beta2)
21
+ rspec-support (~> 3.0.0)
22
+ rspec-mocks (3.0.1)
23
+ rspec-support (~> 3.0.0)
24
+ rspec-support (3.0.0)
25
25
 
26
26
  PLATFORMS
27
27
  ruby
28
28
 
29
29
  DEPENDENCIES
30
30
  rake
31
- rspec (>= 3.0.0.beta2)
31
+ rspec (>= 3.0.0)
32
32
  test_notifier!
@@ -7,9 +7,11 @@ class RSpec::Core::Formatters::BaseTextFormatter
7
7
 
8
8
  def dump_summary(options)
9
9
  dump_summary_original(options)
10
- example_count = options[:example_count]
11
- failure_count = options[:failure_count]
12
- pending_count = options[:pending_count]
10
+
11
+ example_count = options.example_count
12
+ failure_count = options.failure_count
13
+ pending_count = options.pending_count
14
+ examples = options.examples
13
15
 
14
16
  return if example_count.zero?
15
17
 
@@ -2,7 +2,7 @@ module TestNotifier
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 0
5
- PATCH = 2
5
+ PATCH = 3
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
  end
8
8
  end
@@ -22,6 +22,6 @@ DESC
22
22
  s.require_paths = ["lib"]
23
23
 
24
24
  s.add_dependency "notifier"
25
- s.add_development_dependency "rspec", ">= 3.0.0.beta2"
25
+ s.add_development_dependency "rspec", ">= 3.0.0"
26
26
  s.add_development_dependency "rake"
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_notifier
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
  - Nando Vieira
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-30 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: notifier
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 3.0.0.beta2
33
+ version: 3.0.0
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 3.0.0.beta2
40
+ version: 3.0.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -120,3 +120,4 @@ test_files:
120
120
  - spec/stats/rspec_spec.rb
121
121
  - spec/stats/test_unit_spec.rb
122
122
  - spec/test_notifier_spec.rb
123
+ has_rdoc: