simplecov-html 0.10.1 → 0.10.2

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
- SHA256:
3
- metadata.gz: ca661011891a630ebdf7b9bc284c5e37523c5a865f82746d331c6d824353a777
4
- data.tar.gz: bfdeee2ca8e2671c118c0d361ed9aeb80081267ebcf05cdda00f76f65cab12f7
2
+ SHA1:
3
+ metadata.gz: 7b390927b4068494470bc6dab12d889374683b2c
4
+ data.tar.gz: a489f2db591a59851a07b12895730339c9537f54
5
5
  SHA512:
6
- metadata.gz: 8963c060bfef0a713ae11996e939319be8d26d9c65e99e3dae7f4c221861d51b0fdb935df50d8abc1a339d4517bfadf315b3ffc588bf4cfcfe2ff9aaeb4181a3
7
- data.tar.gz: f7580f81e1daeea7d195cbcd8a0a419f3073b2526ebf8cc2aff77a9fd9b430ef88d00cb11a10db60fe2a5306a14bdb93affead59b4f8013fafcc74e0dc7d002c
6
+ metadata.gz: a717a3f32fb55f02ae13694389bc7c85bd8f1e6bcab853176cbdbc97e9d87ead21b06610b1f1d20a6b0b97a61e430eb189af20f4f5dadff54ce37bfacaaa4e5c
7
+ data.tar.gz: '08d47a31edd879fb6551a1e316ea3729ca49f8f3f9eb3ef2523086e134af2178c013316ec33df4e5c59d0b013d937198419c85e0f0fa12fa376847bd9cce06d0'
@@ -19,6 +19,7 @@ rvm:
19
19
  - ruby-head
20
20
  - jruby
21
21
  - rbx-2
22
+ - jruby-9.1.12.0
22
23
 
23
24
  matrix:
24
25
  allow_failures:
@@ -1,3 +1,10 @@
1
+ 0.10.2 2017-08-14
2
+ ========
3
+
4
+ ## Bugfixes
5
+
6
+ * Allow usage with frozen-string-literal-enabled. See [#56](https://github.com/colszowka/simplecov-html/pull/56) (thanks @pat)
7
+
1
8
  0.10.1 2017-05-17
2
9
  ========
3
10
 
@@ -1,27 +1,7 @@
1
1
  module SimpleCov
2
2
  module Formatter
3
3
  class HTMLFormatter
4
- VERSION = "0.10.1"
5
-
6
- def VERSION.to_a
7
- split(".").map(&:to_i)
8
- end
9
-
10
- def VERSION.major
11
- to_a[0]
12
- end
13
-
14
- def VERSION.minor
15
- to_a[1]
16
- end
17
-
18
- def VERSION.patch
19
- to_a[2]
20
- end
21
-
22
- def VERSION.pre
23
- to_a[3]
24
- end
4
+ VERSION = "0.10.2".freeze
25
5
  end
26
6
  end
27
7
  end
metadata CHANGED
@@ -1,24 +1,24 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Olszowka
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-17 00:00:00.000000000 Z
11
+ date: 2017-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
+ name: bundler
14
15
  requirement: !ruby/object:Gem::Requirement
15
16
  requirements:
16
17
  - - "~>"
17
18
  - !ruby/object:Gem::Version
18
19
  version: '1.9'
19
- name: bundler
20
- prerelease: false
21
20
  type: :development
21
+ prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
@@ -90,7 +90,7 @@ homepage: https://github.com/colszowka/simplecov-html
90
90
  licenses:
91
91
  - MIT
92
92
  metadata: {}
93
- post_install_message:
93
+ post_install_message:
94
94
  rdoc_options: []
95
95
  require_paths:
96
96
  - lib
@@ -105,9 +105,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  requirements: []
108
- rubyforge_project:
109
- rubygems_version: 2.6.11
110
- signing_key:
108
+ rubyforge_project:
109
+ rubygems_version: 2.6.10
110
+ signing_key:
111
111
  specification_version: 4
112
112
  summary: Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
113
113
  test_files: []