roi_calculator 2.2.1 → 2.3.0

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
  SHA256:
3
- metadata.gz: 2292a5e2fdd3376f2b491c52ffda763d7477650a6357609010fa974394438aef
4
- data.tar.gz: 23586cca38d104c7c148b2af1e6560e79a329cd0d7f8d5c4d4963d626c4099c1
3
+ metadata.gz: 99ff7c06ea880f913ff518fed3ad516c35e275791111f0dda8c1eba1b455389e
4
+ data.tar.gz: 16f71e5ed0f29faabe6bef419d9b37a96644a7536c9a6b5bcd5202e4af0c9c7d
5
5
  SHA512:
6
- metadata.gz: d172202068e4dd338e81912e5f861377a2db2ac06225c9a838945e118ef3b24c690ab8c4863d6e7279553e5633767dce7bc0f3b5b4d4c244d507f4dd2cb7601c
7
- data.tar.gz: c7fc4b68c3a4d30c5593f0009e3405d7386c98183afe1732acb0426a9c9eb3370a9b98444ebec20b234d28e3ea58f10fce7deeb361955ca5f7c6d88c4a1dee56
6
+ metadata.gz: ae24eac7518b0e157b2024afaa903d0186b588213fe73a84407c5ea343197968d26ca7fff7363d48211e86e888e0f66711d8ccc6d0ee841ed34fa49d475dbc22
7
+ data.tar.gz: fd9099609c66e6f8c0ab8e5a41264b0b1a75f350b0873dba1a6b096dc52da5d9ee0c8daac50a8a16e260edbe7f6258e0af95c912c75497358d93a93c2348ebc3
data/Gemfile.lock CHANGED
@@ -1,27 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- roi_calculator (2.2.0)
4
+ roi_calculator (2.3.0)
5
5
  math_util (~> 0.1.0)
6
6
  memoist (~> 0.15)
7
- work_day (~> 1.0.0)
7
+ work_day (~> 2.0.1)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.0.3.4)
12
+ activesupport (6.1.7.10)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
- i18n (>= 0.7, < 2)
15
- minitest (~> 5.1)
16
- tzinfo (~> 1.1)
17
- zeitwerk (~> 2.2, >= 2.2.2)
18
- concurrent-ruby (1.1.7)
14
+ i18n (>= 1.6, < 2)
15
+ minitest (>= 5.1)
16
+ tzinfo (~> 2.0)
17
+ zeitwerk (~> 2.3)
18
+ concurrent-ruby (1.3.4)
19
19
  diff-lcs (1.3)
20
- i18n (1.8.5)
20
+ i18n (1.14.6)
21
21
  concurrent-ruby (~> 1.0)
22
- math_util (0.1.0)
23
- memoist (0.16.0)
24
- minitest (5.14.2)
22
+ math_util (0.1.2)
23
+ memoist (0.16.2)
24
+ minitest (5.15.0)
25
25
  rspec (3.7.0)
26
26
  rspec-core (~> 3.7.0)
27
27
  rspec-expectations (~> 3.7.0)
@@ -35,12 +35,11 @@ GEM
35
35
  diff-lcs (>= 1.2.0, < 2.0)
36
36
  rspec-support (~> 3.7.0)
37
37
  rspec-support (3.7.1)
38
- thread_safe (0.3.6)
39
- tzinfo (1.2.8)
40
- thread_safe (~> 0.1)
41
- work_day (1.0.0)
38
+ tzinfo (2.0.6)
39
+ concurrent-ruby (~> 1.0)
40
+ work_day (2.0.1)
42
41
  activesupport (>= 4.0)
43
- zeitwerk (2.4.1)
42
+ zeitwerk (2.6.18)
44
43
 
45
44
  PLATFORMS
46
45
  ruby
@@ -4,11 +4,8 @@ pipelines:
4
4
  default:
5
5
  - step:
6
6
  script:
7
- - git archive --remote=git@bitbucket.org:guideinvestimentos/rails_defaults.git HEAD .rubocop.yml | tar -x
8
7
  - bundle install
9
- - gem install rubocop
10
8
  - rspec -fdoc
11
- - rubocop .
12
9
 
13
10
  branches:
14
11
  master:
data/lib/roi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ROI
4
- VERSION = '2.2.1'
4
+ VERSION = '2.3.0'
5
5
  end
@@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
25
25
  spec.add_development_dependency 'rspec', '~> 3.0'
26
26
  spec.add_runtime_dependency 'math_util', '~> 0.1.0'
27
27
  spec.add_runtime_dependency 'memoist', '~> 0.15'
28
- spec.add_runtime_dependency 'work_day', '~> 1.0.0'
28
+ spec.add_runtime_dependency 'work_day', '~> 2.0.1'
29
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roi_calculator
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adriano Bacha
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-21 00:00:00.000000000 Z
11
+ date: 2024-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 1.0.0
75
+ version: 2.0.1
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 1.0.0
82
+ version: 2.0.1
83
83
  description:
84
84
  email:
85
85
  - abacha@gmail.com