cxxproject_gcov 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,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9f09a731071cc410e2d5ff132dc954e1b9188bc4
4
+ data.tar.gz: 18e072443ca4a129754a2ada3f22457c201ca806
5
+ SHA512:
6
+ metadata.gz: 555f5b3f0f505d12614785692d4e296ac727f0a940b1b5ac9d3a2918f010b215feb334ad3ab51d9e68f4fdb804ccc463265caa8a1481b0f8f5fda8db17412fd7
7
+ data.tar.gz: 31937ce99dfe8a97bf7952837d15f029f1bdbe476545be4e9ea3a8577528e9833608a8212f28d419e1050b58a32d155c568d8e5e973c3e69fdc040706cab5e08
@@ -1,3 +1,3 @@
1
1
  module CxxprojectGcov
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -0,0 +1,3 @@
1
+ module CxxprojectGcov
2
+ VERSION = "0.0.1"
3
+ end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cxxproject_gcov
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
  - Christian Köstlin
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-11-14 00:00:00.000000000 Z
11
+ date: 2016-08-23 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: cxx
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  description: create gcvo files after a run
@@ -34,37 +31,36 @@ executables: []
34
31
  extensions: []
35
32
  extra_rdoc_files: []
36
33
  files:
34
+ - LICENSE
35
+ - README.md
37
36
  - lib/cxxproject_gcov.rb
38
37
  - lib/cxxproject_gcov/gcov.css
39
38
  - lib/cxxproject_gcov/gcov.rb
39
+ - lib/cxxproject_gcov/html_export.rb
40
40
  - lib/cxxproject_gcov/plugin.rb
41
41
  - lib/cxxproject_gcov/version.rb
42
- - lib/cxxproject_gcov/html_export.rb
43
- - LICENSE
44
- - README.md
42
+ - lib/cxxproject_gcov/version.rb~
45
43
  homepage: http://github.com
46
- licenses:
47
- - MIT
44
+ licenses: []
45
+ metadata: {}
48
46
  post_install_message:
49
47
  rdoc_options: []
50
48
  require_paths:
51
49
  - lib
52
50
  required_ruby_version: !ruby/object:Gem::Requirement
53
- none: false
54
51
  requirements:
55
- - - ! '>='
52
+ - - ">="
56
53
  - !ruby/object:Gem::Version
57
54
  version: '0'
58
55
  required_rubygems_version: !ruby/object:Gem::Requirement
59
- none: false
60
56
  requirements:
61
- - - ! '>='
57
+ - - ">="
62
58
  - !ruby/object:Gem::Version
63
59
  version: '0'
64
60
  requirements: []
65
61
  rubyforge_project:
66
- rubygems_version: 1.8.25
62
+ rubygems_version: 2.5.1
67
63
  signing_key:
68
- specification_version: 3
69
- summary: ! '...'
64
+ specification_version: 4
65
+ summary: "..."
70
66
  test_files: []