simplecov-console 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9bae2642d8cdb1063ff0a4c953e4b2660ac78c5
4
- data.tar.gz: 7372d17e4dc5b1ff08eb0dc693206bba4960ad7f
3
+ metadata.gz: ec16c2330cc60d599fed17337f8af38866763f57
4
+ data.tar.gz: 734c4e447eee6977e7e4e182328a0c1972962d28
5
5
  SHA512:
6
- metadata.gz: b489b2e407eba3b50b5a4fa62287b5f2d4a0f8c8e73c931442e2b141c7ae1dcdc1431a391b173ff6bd68e1d55b59d84c75ca74e47bbfe92c6fdb637f2ec143f2
7
- data.tar.gz: 975106cca61b4e4a0d10f058a925cf7816120e78e2c269afdaafb4390e43ae92fe58ccba257d5f38c4810334ff61645fc19ee1770ab95180a7061450b4f44cc8
6
+ metadata.gz: 668104c54439ef04b3b055b285398339c1adf37560bb3995e28f2be895da7b88cf0d90e27056ef2b74cd3ac1e43d4ea25b05e0eb96cf880a0be5a43d79d0079e
7
+ data.tar.gz: 472a1d6267b13b5deb5b06dd1e0571452d8cbcfd9da955046a91880fc0ac2de45c2fead147c2ca9e86915ecfb62f0049f13219a64c17838df06b7e62e70a7833
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -5,7 +5,7 @@ class SimpleCov::Formatter::Console
5
5
 
6
6
  VERSION = File.new(File.join(File.expand_path(File.dirname(__FILE__)), "../VERSION")).read.strip
7
7
 
8
- ATTRIBUTES = %i(table_options)
8
+ ATTRIBUTES = [:table_options]
9
9
  class << self
10
10
  attr_accessor(*ATTRIBUTES)
11
11
  end
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: simplecov-console 0.4.0 ruby lib
5
+ # stub: simplecov-console 0.4.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "simplecov-console".freeze
9
- s.version = "0.4.0"
9
+ s.version = "0.4.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Chetan Sarva".freeze]
14
- s.date = "2017-01-09"
14
+ s.date = "2017-01-31"
15
15
  s.description = "Simple console output formatter for SimpleCov".freeze
16
16
  s.email = "chetan@pixelcop.net".freeze
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chetan Sarva
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-09 00:00:00.000000000 Z
11
+ date: 2017-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simplecov