cucumber-eclipse-steps 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ODNmOGI4NGUzMzBiY2IyMjk3YTlmNWI5MTA0MWEyMDMyOWE1YmY5Yw==
5
+ data.tar.gz: !binary |-
6
+ ZThhYzY1OTEwNWNiZjg5MTZlODNjMjVlZmE1M2VjNDJiNTkyNGFmOA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZTlhOGU2NTNhZTliMjhiZjY3YjQ0ZDYyOWIxMzMxOWE0YzI1ZjlkMGY5OTYz
10
+ ZGVkZDk4ZmRmOTA4MDRiN2Q3YTFmOWQ2Y2FlNjhhOTM5MGZhMDQ2YTA2ZGMz
11
+ MGVmOGQ0Yzk4OWFmMzNlMDE4MTc4MTBlNmYyMjQxNDdhOGE2Yjk=
12
+ data.tar.gz: !binary |-
13
+ MDg0OTM5ZmUzNDQyZWIzODU1M2Y3Y2U0OWFmM2I1ZTMzYTJiMTZhZjllNTQ1
14
+ ODliMjY4ODdjZTU2YzA1NWIwMDY2NWMxNzVhYTdkMTIzNjlhN2RlNjBhOGU0
15
+ ZTc3MGIyODU0ODAyMDg2OGNmMjQyZmNmZjI3Yzg1MDlkNjg1Y2I=
@@ -47,8 +47,12 @@ module Cucumber
47
47
  }
48
48
  end
49
49
  end
50
-
51
- def print_summary(features)
50
+
51
+ def after_features(features)
52
+ print_summary
53
+ end
54
+
55
+ def print_summary
52
56
  add_unused_stepdefs
53
57
  aggregate_info
54
58
 
@@ -1,7 +1,7 @@
1
1
  module Cucumber
2
2
  module Eclipse
3
3
  module Steps
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-eclipse-steps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Graham Agnew
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-10-28 00:00:00.000000000 Z
11
+ date: 2014-11-11 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: ! " This is a Cucumber formatter gem that outputs the step definitions
15
14
  and steps\n such that the cucumber.eclipse.steps.json Eclipse plugin can know
@@ -30,26 +29,25 @@ files:
30
29
  - lib/cucumber/eclipse/steps/version.rb
31
30
  homepage: ''
32
31
  licenses: []
32
+ metadata: {}
33
33
  post_install_message:
34
34
  rdoc_options: []
35
35
  require_paths:
36
36
  - lib
37
37
  required_ruby_version: !ruby/object:Gem::Requirement
38
- none: false
39
38
  requirements:
40
39
  - - ! '>='
41
40
  - !ruby/object:Gem::Version
42
41
  version: '0'
43
42
  required_rubygems_version: !ruby/object:Gem::Requirement
44
- none: false
45
43
  requirements:
46
44
  - - ! '>='
47
45
  - !ruby/object:Gem::Version
48
46
  version: '0'
49
47
  requirements: []
50
48
  rubyforge_project:
51
- rubygems_version: 1.8.23
49
+ rubygems_version: 2.4.2
52
50
  signing_key:
53
- specification_version: 3
51
+ specification_version: 4
54
52
  summary: JSON formatter for cucumber.eclipse.steps.json plugin
55
53
  test_files: []