attractor-ruby 0.2.0 → 0.3.0

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
  SHA256:
3
- metadata.gz: e51ad0b6b8e02acec04d09afbb938dad4eba151389c647a980109dc3949c5ca8
4
- data.tar.gz: cc80bc59a87b01348c8f9a31b31d0a4468a3b6cb828eb89669dbe623dc770d95
3
+ metadata.gz: f74b4096d3c35f9cfdb22832b95de9415219e8ac4be48bcc7f61a1ecc8098dd5
4
+ data.tar.gz: 784b3d0338f9a0259748fa902fe5c0c9ec09f8b3bf27b8fbed24d2cc2cf41075
5
5
  SHA512:
6
- metadata.gz: 4be77e891a74a700f010dfea897bfa8ef6dd52a0c2b220f6b369908ea67471a51927e2f700f9ebfeb3ac08100b6aea3cd9d95da8831fc1f7af51afd459d99def
7
- data.tar.gz: 3ac8d2c7303b80c24e59559b4d49ce693d120205dcb738dd5352ad236c5b9ec8bc4b299758b5980952366fa991a26a71368fa03b75bfcb90a0f5a1067cfe937d
6
+ metadata.gz: d18dd561ceaa055af35ea5b5e08df69488c8df982ee09a0815a8208bddb538d007a11bcc0d1d4900f1cd5a42fb26f2a110beaeadc3a878148c9efc669331c06f
7
+ data.tar.gz: 18fbfa210b9de8cd06b23d467dff693173c9448c2f7ec2505c3e48ed908c531992855340b76510e2e3f86e68abff8cafa067c5c6a1b872c93ec460cfd9691e11
@@ -4,8 +4,8 @@ require 'flog'
4
4
 
5
5
  module Attractor
6
6
  class RubyCalculator < BaseCalculator
7
- def initialize(file_prefix: '', ignores: '', minimum_churn_count: 3, start_ago: 365 * 5)
8
- super(file_prefix: file_prefix, ignores: ignores, file_extension: 'rb', minimum_churn_count: minimum_churn_count, start_ago: start_ago)
7
+ def initialize(file_prefix: '', ignores: '', minimum_churn_count: 3, start_ago: 365 * 5, verbose: false)
8
+ super(file_prefix: file_prefix, ignores: ignores, file_extension: 'rb', minimum_churn_count: minimum_churn_count, start_ago: start_ago, verbose: verbose)
9
9
  @type = "Ruby"
10
10
  end
11
11
 
@@ -1,5 +1,5 @@
1
1
  module Attractor
2
2
  module Ruby
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attractor-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Rubisch
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-31 00:00:00.000000000 Z
11
+ date: 2023-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: attractor
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  - !ruby/object:Gem::Version
178
178
  version: '0'
179
179
  requirements: []
180
- rubygems_version: 3.2.3
180
+ rubygems_version: 3.3.22
181
181
  signing_key:
182
182
  specification_version: 4
183
183
  summary: Attractor plugin for the Ruby programming language and its ecosystem