splittable 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/publish_release.yml +7 -4
- data/Gemfile.lock +5 -5
- data/lib/splittable/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb837f528d6f26ba39664a98ccc95671c5a30d0148f0f8d17ee840154c49cebb
|
4
|
+
data.tar.gz: cf4595a1d4c52fb03ad82c6d7dd12e34df852120901235ed7fad28141f7ddebf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94ed8b8ca4ec6216a37a369e5d4efdb9e183b10cf6e6ed1d8a72f9482319ed28330550a7200e55948451e527f6674112188a530bcc718981546ec5ae34bb4036
|
7
|
+
data.tar.gz: 889f51d82f678fa595d201b18c5eefcc01af4422c4802499d1ff6ce7f1dfa5c5ca0c5069ae82a5ec27ad79b7996c4428f813c86b790df3b36224057956a7e906
|
@@ -6,17 +6,20 @@ on:
|
|
6
6
|
- master
|
7
7
|
tags:
|
8
8
|
- v*
|
9
|
+
|
9
10
|
jobs:
|
10
|
-
|
11
|
+
publish:
|
12
|
+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
11
13
|
runs-on: ubuntu-latest
|
12
14
|
|
13
15
|
steps:
|
14
|
-
- uses: actions/checkout@
|
16
|
+
- uses: actions/checkout@v2
|
15
17
|
|
16
18
|
- name: Release Gem
|
17
|
-
|
18
|
-
uses: cadwallion/publish-rubygems-action@master
|
19
|
+
uses: marcelotoledo5000/publish-rubygems-action@master
|
19
20
|
env:
|
20
21
|
GITHUB_TOKEN: ${{secrets.BUNDLE_GITHUB__COM}}
|
21
22
|
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_RELEASE}}
|
23
|
+
GIT_EMAIL: automated_release@useblu.com.br
|
24
|
+
GIT_NAME: 'Automated Release'
|
22
25
|
RELEASE_COMMAND: bundle exec rake release
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
splittable (0.0.
|
4
|
+
splittable (0.0.6)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -24,7 +24,7 @@ GEM
|
|
24
24
|
pry (~> 0.13.0)
|
25
25
|
rainbow (3.0.0)
|
26
26
|
rake (13.0.3)
|
27
|
-
regexp_parser (2.
|
27
|
+
regexp_parser (2.1.1)
|
28
28
|
rexml (3.2.4)
|
29
29
|
rspec (3.10.0)
|
30
30
|
rspec-core (~> 3.10.0)
|
@@ -39,7 +39,7 @@ GEM
|
|
39
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
40
|
rspec-support (~> 3.10.0)
|
41
41
|
rspec-support (3.10.2)
|
42
|
-
rubocop (1.
|
42
|
+
rubocop (1.11.0)
|
43
43
|
parallel (~> 1.10)
|
44
44
|
parser (>= 3.0.0.0)
|
45
45
|
rainbow (>= 2.2.2, < 4.0)
|
@@ -50,12 +50,12 @@ GEM
|
|
50
50
|
unicode-display_width (>= 1.4.0, < 3.0)
|
51
51
|
rubocop-ast (1.4.1)
|
52
52
|
parser (>= 2.7.1.5)
|
53
|
-
rubocop-performance (1.
|
53
|
+
rubocop-performance (1.10.0)
|
54
54
|
rubocop (>= 0.90.0, < 2.0)
|
55
55
|
rubocop-ast (>= 0.4.0)
|
56
56
|
rubocop-rake (0.5.1)
|
57
57
|
rubocop
|
58
|
-
rubocop-rspec (2.
|
58
|
+
rubocop-rspec (2.2.0)
|
59
59
|
rubocop (~> 1.0)
|
60
60
|
rubocop-ast (>= 1.1.0)
|
61
61
|
ruby-progressbar (1.11.0)
|
data/lib/splittable/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: splittable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arthur Brandão
|
8
8
|
- Marcelo Toledo
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-
|
12
|
+
date: 2021-03-01 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: |-
|
15
15
|
This gem solves the problem of several decimal places in divisions
|
@@ -56,7 +56,7 @@ metadata:
|
|
56
56
|
homepage_uri: https://github.com/Pagnet/splittable
|
57
57
|
source_code_uri: https://github.com/Pagnet/splittable
|
58
58
|
changelog_uri: https://github.com/Pagnet/splittable/blob/master/CHANGELOG.md
|
59
|
-
post_install_message:
|
59
|
+
post_install_message:
|
60
60
|
rdoc_options: []
|
61
61
|
require_paths:
|
62
62
|
- lib
|
@@ -71,8 +71,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
- !ruby/object:Gem::Version
|
72
72
|
version: '0'
|
73
73
|
requirements: []
|
74
|
-
rubygems_version: 3.
|
75
|
-
signing_key:
|
74
|
+
rubygems_version: 3.1.4
|
75
|
+
signing_key:
|
76
76
|
specification_version: 4
|
77
77
|
summary: Calculate division and normalize parcels to use just cents.
|
78
78
|
test_files: []
|